Audio/video stream recording forums
|
Attention Visitor: |
You may have to register or log in before you can post:
|
|
|
Thread Tools | Display Modes |
#51
|
|||
|
|||
Re: How to use iView (ABC Australia) downloadersHi,
Thanks for quick response. Deleted the cache folder contents - no change. Only point is RTMP connect gets 10060 no socket errors a couple of times, path is still not found. using: RTMPDump v2.2d (r474) On my work PCs JSON parser keeps crashing too. I have tried ivewnapper and iviewnapperlite - they trigger the RTMP download, then just exit with no progress. I have come recently to iview - specifically for the recent Four Corners episodes - so i've never actually had any of these downloaders working. Perhaps i've missed something really obvious? Also, one tiny point the description in the batch file still says 15.69 - in the file from http://www.4shared.com/file/750EOTqx...der_v1570.html |
#52
|
||||
|
||||
Re: How to use iView (ABC Australia) downloadersQuote:
Quote:
RTMPdump needs port 1935 to be accessible (unblocked) and needs access to Hostworks or Akamai servers as well (depends on your ISP). If the JSON parser is dying, then it isn't getting fed anything usable... This smells like your workplace has blocked full access to the ABC iView site. This might also be a permissions problem with the executable files that the downloader(s) will need. Try it in an admin account and see if it works then. Quote:
Quote:
|
#53
|
|||
|
|||
Re: How to use iView (ABC Australia) downloadersHi guys, appreciate all the fine work you do.
Just wanted to let you know the iViewFox plug-in seems to be a bit broken (still) on the Mac platform. The terminal output looks like this: Code:
/Users/ret/Library/Application\ Support/Firefox/Profiles/ iaqewbwz.default/extensions/iViewFox@forboden.com/rtmpdump /b.command ; exit; OK-Computer:~ ret$ /Users/ret/Library/Application\ Support/ Firefox/Profiles/iaqewbwz.default/extensions/iViewFox@ forboden.com/rtmpdump/b.command ; exit; /Users/ret/Library/Application Support/Firefox/Profiles /iaqewbwz.default/extensions/iViewFox@forboden.com /rtmpdump/b.command: line 2: -o: command not found logout [Process completed] Code:
#!/bin/bash "/Users/ret/Library/Application Support/Firefox/Profiles /iaqewbwz.default/extensions/iViewFox@forboden.com/rtmpdump /rtmpdump-OSX-Intel" -e "-r" rtmp://cp53909.edgefcs.net////flash/playback/_definst_/thewire_10_04_11_fix.mp4 "-a" ondemand?auth=daEa5dsdhdhaobydpdDajbqa2bYaKbhdlbU-bmrxcR-8-qnt_yHynJ&aifp=v001 "-o" /Users/ret/Downloads/thewire_10_04_11_fix.mp4 "-W" http://www.abc.net.au/iview/images/iview.jpg Sorry if there's a more appropriate place I should be reporting this bug... cheers RET |
#54
|
|||
|
|||
Re: How to use iView (ABC Australia) downloaders$DEITY helps those who help themselves, it seems
The following patch to iv.js seems to have fixed it: Code:
OK-Computer:content ret$ pwd /Users/ret/Library/Application Support/Firefox/Profiles/iaqewbwz.default/extensions/iViewFox@forboden.com/chrome/content OK-Computer:content ret$ diff -u iv.js.orig iv.js --- iv.js.orig 2010-07-15 08:37:22.000000000 +1000 +++ iv.js 2010-07-20 20:11:27.000000000 +1000 @@ -160,7 +160,7 @@ '-r', 'rtmp://cp53909.edgefcs.net////flash/playback/_definst_/'+epDS, '-a', - 'ondemand?auth='+xStore.token, + "'ondemand?auth="+xStore.token+"'", '-o', filePathAndName, '-W', @@ -177,7 +177,7 @@ '-r', 'rtmp://203.18.195.10/', '-a', - 'ondemand?auth='+xStore.token, + "'ondemand?auth="+xStore.token+"'", '-y', fileEx+fTypeSplit[0], '-o', OK-Computer:content ret$ cheers RET |
#55
|
|||
|
|||
Re: How to use iView (ABC Australia) downloadersQuote:
Note: sometimes it takes a while for the latest version to make it to the front page. Check the versions page for the latest updates - https://addons.mozilla.org/en-US/fir...0505/versions/ |
#56
|
|||
|
|||
Re: How to use iView (ABC Australia) downloadersDon't forget that you can also use a SOCKS4 proxy if necessary...
|
#57
|
|||
|
|||
Re: How to use iView (ABC Australia) downloadersI posted this to the rtmp mailing list, but I thought I'd post it here too in case someone could help:
The ABC iView site ( http://www.abc.net.au/iview/ ) just added a 24 hour news streaming video. This is different to it's other videos on the site as it never stops streaming (obviously). I'm having some problems figuring out how to find the right perameters to download some of the stream. Here is a copy of the command line output: http://pastebin.com/yXPG3fXt I also tried to use rtmpsuck, but I'm not sure if I have it working properly. Here is the output from rtmpsuck: http://pastebin.com/qg4KDbBR I'm unsure how to proceed. Any ideas? Cheers, Yansky. |
#58
|
|||
|
|||
Re: How to use iView (ABC Australia) downloadersCan't help, but is the constant streaming actually in operation? I know it's not in "freezone" / unmetered yet.
|
#59
|
|||
|
|||
Re: How to use iView (ABC Australia) downloadersI would have thought it was automatically in the freezone. Do you see it available in the top-left of the iview site?
|
#60
|
|||
|
|||
Re: How to use iView (ABC Australia) downloadersCurrently metered - so won't appear in your "FreeZone".
|
Tags: abc, abc australia, abc iview, iview, rtmpdump |
Thread Tools | |
Display Modes | |
|
|