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
  #891  
Old 01-31-2013, 02:57 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


True, haven't used the pvr function too much though its nice to have standard mpeg-ts rather than some proprietary format or partition, its a pity that this functionality never seems to make it into their tvs though, the inbuilt pvr is a POS in them (including time-shift) and playback limited to Xvid/DivX. The funny thing is the box does roughly the same job as the big media players for a 1/3 the price, but doesn't really mention it in the manual so surprised the heck out of me when an mp4 played let alone an mkv
Reply With Quote
  #892  
Old 02-01-2013, 12:27 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 Anywho View Post
They're friggin' nifty little things, aren't they?!? Great value for their price. Does timer recording too. Had mine for about 6 months now. Hasn't missed a beat.
Seems good. I was considering one of the WD devices because of the WiFi and DLNA, but it would just be nice to put a few videos / pics onto a USB stick or drive and be able to play them on many of the older TVs.
Reply With Quote
  #893  
Old 02-01-2013, 08:04 PM
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
Seems good. I was considering one of the WD devices because of the WiFi and DLNA, but it would just be nice to put a few videos / pics onto a USB stick or drive and be able to play them on many of the older TVs.
If you're going to use "old" equipment, then these are great value for the price. They've got Composite, Component, and HDMI outputs so you're well covered there. I use the HDMI on a Samsung S27B350H LED monitor, but have fed it into Composite and Component TV's with great results.

I haven't tried Text Captions on stuff recorded via the PVR function (posts on WP say it's broken), but if you're interested I'll record something and see what the ins and outs are if you like (PM me)
Reply With Quote
  #894  
Old 03-01-2013, 01:02 AM
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


Version 20130301 is available on the website.
  • Fix for missing episode image URL.
Reply With Quote
  #895  
Old 03-01-2013, 01:44 AM
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


The last week or so I've been seeing:

Code:
------- YOUR CONNECTION INFORMATION -------
Internet Service Provider - Internode
ABC iView Server - Hostworks
Download Type - *** METERED ***
-------------------------------------------
It always came up as UNMETERED before. The IP address content is coming from is: 203.18.195.10 - which is on the Node unmetered list: 203.18.195.0/24

So what is happening with the script? Running: iView_Downloader_v15.85.bat

Thanks!
Reply With Quote
  #896  
Old 03-01-2013, 03:11 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
The last week or so I've been seeing:

Code:
------- YOUR CONNECTION INFORMATION -------
Internet Service Provider - Internode
ABC iView Server - Hostworks
Download Type - *** METERED ***
-------------------------------------------
It always came up as UNMETERED before. The IP address content is coming from is: 203.18.195.10 - which is on the Node unmetered list: 203.18.195.0/24

So what is happening with the script? Running: iView_Downloader_v15.85.bat

Thanks!
Hi servalan.

Looks like they've changed the config file a bit and the parser in the batch file is getting confused. It still is "free"... You can check for yourself by going to:

hxxp://tviview.abc.net.au/iview/auth/?v2

You can view the source code for that page in your browser, or just look at the end of the line in your browser when you use the above link... It should say "]]> yes" meaning "unmetered".

Thank you for the bug report... I haven't downloaded from iView in a while now. I'll do a fix sometime on the weekend (hopefully).
Reply With Quote
  #897  
Old 03-01-2013, 03:21 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


Just an update to the above post...

If you want to fix it yourself, just open the iView_Downloader_v15.85.bat file in a plain text editor such as Notepad (NOT Word or WordPad!) and change line 55 from:
Code:

if "!AUTHLN!" == "9"
to:
Code:
if "!AUTHLN!" == "10"
and save the newly modified file as iView_Downloader_v15.86.bat and use that.

edit: New links to fixed files are in the Wikia (see first post on the first page of this thread for links to Wikia)

Last edited by Anywho : 03-01-2013 at 03:50 AM. Reason: Updated files
Reply With Quote
  #898  
Old 03-01-2013, 04:54 AM
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


Thanks for the speedy reply - patch applied & working as expected now.
Reply With Quote
  #899  
Old 03-01-2013, 07:44 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 mce View Post
Version 20130301 is available on the website.
  • Fix for missing episode image URL.
Thanks for also doing the file name fix, no more renaming files or ridiculously long file names

Now if ABC could start using proper mp4 containers we'd be set
Reply With Quote
  #900  
Old 03-03-2013, 12:44 AM
owlbrudder owlbrudder is offline
Junior Member
 
Join Date: Mar 2013
Posts: 2
owlbrudder is on a distinguished road
Default

Re: How to use iView (ABC Australia) downloaders


Linux Iview downloader, anyone? I tried downloading Python-Iview, but the host domain seems to have gone away:
Code:
$ ping dev.sunriseroad.net
ping: unknown host dev.sunriseroad.net
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 08:55 AM.


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