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
  #111  
Old 08-08-2010, 06:39 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


iViewNapperLite, W7x64, V2.2d worked OK here.

Therefore I have a copy if you need it.

Cheers.

Quote:
Originally Posted by Yansky View Post
Can anyone download the latest ep of "The Prisoner"? Seems to be creating and error in rtmpdump:

Code:
    RTMPDump v2.2d
    (c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL
    Connecting ...
    INFO: Connected...
    Starting download at: 0.000 kB
    rtmpdump-OSX-Intel(50644) malloc: *** error for object 0x6500d: pointer being freed was not allocated
    *** set a breakpoint in malloc_error_break to debug
    0.000 kB / 0.00 sec
    Download complete
    logout


[Process completed]
I thought that might have just been an issue with my compile since "malloc_error" would seems to indicate some sort of memory error, but I just checked it in Windows and it borked as well. Seems to work ok for other shows though.
Reply With Quote
  #112  
Old 08-09-2010, 04:46 PM
HF250 HF250 is offline
Junior Member
 
Join Date: Aug 2010
Posts: 1
HF250 is on a distinguished road
Default

Re: How to use iView (ABC Australia) downloaders


i was wondering if you could help me with my problem, look i want to download eps from iView but i cant because i dont live in Australia, i tried with the Napper program but looks like i need to be in Australia to make it work, is there a way i can download the videos from iView?
Reply With Quote
  #113  
Old 08-10-2010, 12:30 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 HF250 View Post
i was wondering if you could help me with my problem, look i want to download eps from iView but i cant because i dont live in Australia, i tried with the Napper program but looks like i need to be in Australia to make it work, is there a way i can download the videos from iView?
Yes, ABC iView is Region Blocked (aren't they all ). Currently, the only way downloading can be achieved outside of Australia (that we know of) is with an Australian proxy server or VPN that is based in Australia.

Last edited by Anywho : 08-10-2010 at 12:31 AM. Reason: Clarity
Reply With Quote
  #114  
Old 08-10-2010, 02:34 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


Is anyone viewing or downloading the Radio 1 Big Weekend 2009 videos?
I see 3 at present, and previously looked at the Maximo Park one. Question: have any others slipped past me?
Reply With Quote
  #115  
Old 08-10-2010, 02:36 AM
Yansky Yansky is offline
Member
 
Join Date: May 2010
Posts: 92
Yansky is on a distinguished road
Default

Re: How to use iView (ABC Australia) downloaders


I wonder if this iptables hack for hulu could be used on the iview site?

Code:
http://lifehacker.com/5583515/access-hulu-from-outside-the-us-without-a-proxy-server
Reply With Quote
  #116  
Old 08-10-2010, 04:34 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 Yansky View Post
I wonder if this iptables hack for hulu could be used on the iview site?

Code:
http://lifehacker.com/5583515/access-hulu-from-outside-the-us-without-a-proxy-server
Hmmm, interesting. Nice find!

It might work with your iView FF addon, but I'm not too sure about batch or 'napper...

Batch uses 'wget' - I don't think we can get fine enough control on the header.

'Napper uses its own method - I'm not sure how fine you can get the control on the header for that either... mce would have to let us know I guess.
Reply With Quote
  #117  
Old 08-10-2010, 06:14 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 pretty sure the only reliable way is to call your own authentication link and parse the data from that.

That is, to call on a server based in AUS that then fetches the auth XML and passes it directly back to the OS client.

I believe that once a valid token is obtained, then it is useful after that and no further checking is done. (Don't know for sure as I have never tested it)

Quote:
Originally Posted by Anywho View Post
Hmmm, interesting. Nice find!

It might work with your iView FF addon, but I'm not too sure about batch or 'napper...

Batch uses 'wget' - I don't think we can get fine enough control on the header.

'Napper uses its own method - I'm not sure how fine you can get the control on the header for that either... mce would have to let us know I guess.
Reply With Quote
  #118  
Old 08-11-2010, 01:38 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 mce View Post
I'm pretty sure the only reliable way is to call your own authentication link and parse the data from that.
I couldn't get the "Lifehacker" method to work for Hulu. Still sees me as outside USA.

Thinking about it some more, how could it work? Comms between my ISP and the Hulu server would still show the originating source IP address (me in Aus.). How else would I be able to communicate with Hulu anyway?

Doing a check with this webpage confirms it. Note that the source IP is still your current IP address even if you spoof the "X-Forward-For" address. So all a streaming server has to do is look at the source IP and make the decision - I'm pretty sure this is how ABC does it (and how it calculates the authentication token).

So no, I don't think the LifeHacker method would work with iView.

[edit: I just tried the "X-Forward-For" address using an American IP address on the iView website and iView doesn't think I'm in Australia. How bizarre! Maybe it (LifeHacker method) will work for ABC iView. ]

Last edited by Anywho : 08-11-2010 at 01:45 AM. Reason: More stuff
Reply With Quote
  #119  
Old 08-15-2010, 04:46 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


Just a note about occasional problems with iView, where there are illegal characters etc in the title names or file names (I'm not sure which).

It seems this is a problem with iViewNapper (crashes / gives error 'illegal characters in path'), but the batch downloader manages to get the episodes successfully.

The latest of these is
Quote:
The Link: Uncovering Our Earliest Ancestor
Another was
Quote:
The Fabulous Beekman Boys
where Episode 3 is downloaded by the batch donlaoder OK.

For that one, I can recall that the filenames were The Fabulous Beekman Boys Series 1 Episode 3 -.mp4 / .srt (a dash/hyphen somewhere between the 3 and the period).
Reply With Quote
  #120  
Old 08-15-2010, 04:56 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


Often, I find that I cannot download the previous day's ABC National News (this happens with The Midday Report, and with both the older Sydney Evening News and the current ABC National News).

I'm convinced it's not put up & left online for long, before it's removed so that the next day's bulletin is loaded to the server.

But in case there is a genuine eror due to the JSON / XML that the iView lads are using, here's my current error dump from rtmpdump 2.2d via the batch downloader -

Code:
Retrieving Token...
RTMPDump v2.2d (r474)
(c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL
Connecting ...
INFO: Connected...
ERROR: Closing connection: NetStream.Play.StreamNotFound
mp4:news/evening_100814 path not found. Retrying a different path...

Retrieving Token...
Resuming previous download for "ABC National Evening News 14/08/10"...
RTMPDump v2.2d (r474)
(c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL
news/evening_100814 path not found. Retrying a different path...

Retrieving Token...
cache\auth.xml: Permission denied
Access is denied.
Access is denied.
I/O error : Permission denied
warning: failed to load external entity "cache\auth.xml"
D:\150 - ABC\ABC iView\iViewDownloader_(batch)\_Working\cache\auth.xml
Access is denied.
Resuming previous download for "ABC National Evening News 14/08/10"...
RTMPDump v2.2d (r474)
(c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL
news/evening_100814.mp4 path not found. Retrying a different path...


The show "ABC National Evening News 14/08/10" was not found on the server.
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 04:47 PM.


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