Audio/video stream recording forums

Attention Visitor:
You may have to register or log in before you can post:
  • Click the register link to sign up.
  • Registered members please fill in the form below and click the "Log in" button.
To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Audio/video stream recording forums > Streaming media recording forum > Video stream recording
Register FAQ Members List Calendar Mark Forums Read

Reply Post New Thread
 
Thread Tools Display Modes
  #491  
Old 03-12-2011, 06:20 PM
mce mce is offline
Senior Membrane
 
Join Date: Jul 2010
Posts: 116
mce is on a distinguished road
Default

Re: How to use iView (ABC Australia) downloaders


I'm slow to release an updated iVN this time as I changed from WebClient() to HttpWebRequest() and the bugger is timing out 10% of the time now.
Reply With Quote
  #492  
Old 03-12-2011, 07:56 PM
servalan servalan is offline
Batch File Fangirl
 
Join Date: Jul 2010
Posts: 18
servalan is on a distinguished road
Default

Re: How to use iView (ABC Australia) downloaders


Quote:
Originally Posted by Anywho View Post
Newer version of iView Downloader (batch file version) - v15.82 is here.
Many thanks - iViewDL all working fine here again.
Reply With Quote
  #493  
Old 03-12-2011, 08:08 PM
mce mce is offline
Senior Membrane
 
Join Date: Jul 2010
Posts: 116
mce is on a distinguished road
Default

Re: How to use iView (ABC Australia) downloaders


Update to iViewNapper:

Version 20110312.

* Fix for change to gzip encoding of web pages.
* Resume working again.

Now using RTMPDUMP V2.3r557.

Thanks to all in this thread for ideas.
Reply With Quote
  #494  
Old 03-12-2011, 10:35 PM
gxdata gxdata is offline
Western Wombat
 
Join Date: Feb 2009
Posts: 332
gxdata is on a distinguished road
Default

Re: How to use iView (ABC Australia) downloaders


Quote:
Originally Posted by mce View Post
I'm slow to release an updated iVN this time as I changed from WebClient() to HttpWebRequest() and the bugger is timing out 10% of the time now.
I decided to use WebClient().DownloadFile(index.gz) and then use ungzip.exe to unpack the resulting file.
Even if it is actually text-format json, the ungzip.exe utility produces a nice json file (text to text, if you get what I mean).
Not pretty, but it works.
Besides that, I couldn't get the HttpWebRequest to work.

They seem to be using the text format consistently now (not that I have kept track since mid Saturday).

The series and episode naming stinks - almost as bad as Plus7. I think regular iView Player users will get p*ssed off pretty soon.
Reply With Quote
  #495  
Old 03-13-2011, 05:14 AM
Anywho Anywho is offline
Batch File Basher
 
Join Date: Jul 2010
Posts: 204
Anywho is on a distinguished road
Default

Re: How to use iView (ABC Australia) downloaders


Quote:
Originally Posted by servalan View Post
Many thanks
You're welcome

Quote:
iViewDL all working fine here again.
Good to hear
Reply With Quote
  #496  
Old 03-13-2011, 05:15 AM
Anywho Anywho is offline
Batch File Basher
 
Join Date: Jul 2010
Posts: 204
Anywho is on a distinguished road
Default

Re: How to use iView (ABC Australia) downloaders


Quote:
Originally Posted by gxdata View Post
Great stuff!

I have used your ungzip.exe with both gzip-format and 'proper' JSON files: it plays well with text (uncompressed) catalog files - I can save a (text) JSON file as catalog.gz and ungzip.exe catalog.gz catalog.json results in a usable file.
Thanks! Glad it's useful to you
Reply With Quote
  #497  
Old 03-14-2011, 04:50 AM
gxdata gxdata is offline
Western Wombat
 
Join Date: Feb 2009
Posts: 332
gxdata is on a distinguished road
Default

Re: How to use iView (ABC Australia) downloaders


Quote:
Originally Posted by mce View Post
Update to iViewNapper:

Version 20110312.

* Fix for change to gzip encoding of web pages.
* Resume working again.

Now using RTMPDUMP V2.3r557.

Thanks to all in this thread for ideas.
Small error: If the show does not have a .SRT (closed caption / sub-titles) file, a messagebox pops up. The easy work-around (for users) is to turn 'Get subtitles' OFF - it is ON by default - but they would have to know where to do this. I think I requested it be ON by default, some months ago.
Perhaps best to just remove the messagebox on 404?
Reply With Quote
  #498  
Old 03-14-2011, 06:58 AM
blood.eaglz blood.eaglz is offline
Member
 
Join Date: Jul 2010
Posts: 75
blood.eaglz is on a distinguished road
Default

Re: How to use iView (ABC Australia) downloaders


Thanks Anywho and gxdata for identifying and countering the latest defense by iview, and thanks mce for the quick patch to iviewnapper.
------------------------------------------------------------------------

mce, I thought it was about time I reiterated my feature request list, I remember I was supposed to a few months ago to remind you....

1)I still would like a way of defining the default action of iviewnapper's srt download, preferably without the need for a new external file, so a parse exe name with a switch on the end eg iviewnapper.exe = srt
iviewnapper-ns.exe = no srt

2) for sbs and p7 nappers to be brought up to/to look for the same version of rmtpdump as iviewnapper so can go from 3 versions to 1.

3)to remove or at least reduce the focus lock on iviewnapper so at the very least can minimise the program without having to use "show desktop" or the hit an miss alt+tab. (you seemed to like this the first time round as you said it simplified the code for you)


hope I didn't come off too pushy
Reply With Quote
  #499  
Old 03-14-2011, 07:59 AM
gxdata gxdata is offline
Western Wombat
 
Join Date: Feb 2009
Posts: 332
gxdata is on a distinguished road
Default

Re: How to use iView (ABC Australia) downloaders


Quote:
Originally Posted by blood.eaglz View Post
1)I still would like a way of defining the default action of iviewnapper's srt download, preferably without the need for a new external file, so a parse exe name with a switch on the end
eg iviewnapper.exe = srt
iviewnapper-ns.exe = no srt

2) for sbs and p7 nappers to be brought up to/to look for the same version of rmtpdump as iviewnapper so can go from 3 versions to 1.

3)to remove or at least reduce the focus lock on iviewnapper so at the very least can minimise the program without having to use "show desktop" or the hit an miss alt+tab. (you seemed to like this the first time round as you said it simplified the code for you)
#2 - I use rtmpdump v2.3, for all 3 applications (and for the Batch Downloader for iView). I rename rtmpdumpv2.3.exe to the name expected by the program - eg, p7Napper expects v2.2c (of course, the name has to be exactly what is hard-coded into the respective application). There is a better way, of course - user settings for the applications.

#1 - There is a setting in iViewNapper for subtitles - it is ON by default. I guess a command-line switch might be used (one application, you create a shortcut with the appropriate switch), but again I would favour user settings.

#3 - Would you want to minimize the rtmpdump black box, too?
Reply With Quote
  #500  
Old 03-14-2011, 08:09 AM
blood.eaglz blood.eaglz is offline
Member
 
Join Date: Jul 2010
Posts: 75
blood.eaglz is on a distinguished road
Default

Re: How to use iView (ABC Australia) downloaders


Quote:
Originally Posted by gxdata View Post
#2 - I use rtmpdump v2.3, for all 3 applications (and for the Batch Downloader for iView). I rename rtmpdumpv2.3.exe to the name expected by the program - eg, p7Napper expects v2.2c (of course, the name has to be exactly what is hard-coded into the respective application). There is a better way, of course - user settings for the applications.
#2 what I would like is for all 3 to use a SINGLE rmtpdump exe rather than have to have a separate one for all 3, if it wasn't for the possibility of one or two being incompatible with a newer version I would suggest they simply looked for rtmpdump.exe

Quote:
Originally Posted by gxdata View Post
#1 - There is a setting in iViewNapper for subtitles - it is ON by default. I guess a command-line switch might be used (one application, you create a shortcut with the appropriate switch), but again I would favour user settings.
#1 Yep I know its there but it is not a STATIC setting it resets every time you close, and as I rarely if ever use the srts it add more clutter to the folder which although easily deleted would rather not have present in the first place. as to how I suggested be implemented I didn't mean by shortcut I meant in a style like PictureResizer does where what the exe itself is named determines how it operates.


Quote:
Originally Posted by gxdata View Post
#3 - Would you want to minimize the rtmpdump black box, too?
#3 already can (and do), unlike iviewnapper itself it doesn't have a focus lock
Reply With Quote
Reply Post New Thread
Tags: , , , ,



Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -6. The time now is 07:26 AM.


Powered by All-streaming-media.com; 2006-2011
vB forum hacked with Zoints add-ons