Audio/video stream recording forums
|
Attention Visitor: |
You may have to register or log in before you can post:
|
|
|
Thread Tools | Display Modes |
#41
|
|||
|
|||
Re: How to use iView (ABC Australia) downloadersQuote:
http://iviewdownloaders.wikia.com/wi...wnloaders_Wiki |
#42
|
|||
|
|||
Re: How to use iView (ABC Australia) downloadersThanks MCE working for me (ie when ABC is working and/or the file is not experiencing technical difficulties), the bat file does the job, but I did miss the GUI.
|
#43
|
|||
|
|||
Re: How to use iView (ABC Australia) downloadersBack in the old whirlpool thread there was a message about trimming the file by cutting of 12K off the end or something. What program did people do this with?
I too am finding that rtmpdump version 2.2b can continue a download that it self aborted, but the newer versions stuff up the timecoding. But if I cancel it, it has a good chance of not continuing. |
#44
|
|||
|
|||
Re: How to use iView (ABC Australia) downloadersQuote:
|
#45
|
|||
|
|||
Re: How to use iView (ABC Australia) downloadersQuote:
Quote:
*I'm not saying that's the problem, just a reference in time. |
#46
|
|||
|
|||
Re: How to use iView (ABC Australia) downloadersQuote:
Code:
bin\wget %WGET_OPT% -O cache\auth.xml http://www2b.abc.net.au/iViewHandshaker/services/iviewhandshaker.asmx/isp rem === reformatting auth.xml to remove namespace which hinders xml.exe to parse the elements we need echo ^<iview^>>cache\auth_temp.xml for /f "skip=2 tokens=*" %%a in ('type cache\auth.xml') do echo %%a>>cache\auth_temp.xml move /y "cache\auth_temp.xml" "cache\auth.xml" >nul rem === end reformat if /i "%HOST%" == "Akamai" ( for /f "usebackq tokens=*" %%a in (`bin\xml sel -T -t -m "/iview" -v token "cache\auth.xml"`) do set TOKEN=%%a ) else ( for /f "usebackq" %%a in (`bin\xml sel -T -t -m "/iview" -v token "cache\auth.xml"`) do set TOKEN=%%a ) del cache\auth.xml Last edited by Anywho : 07-16-2010 at 10:26 PM. Reason: Forgot stuff |
#48
|
|||
|
|||
Re: How to use iView (ABC Australia) downloadersAn excellent idea Anywho, i can save it in a seperate file then cat it instream. I will of course stick something in place to serialise or make unique the cache\auth.xml file so that it doesnt get confused.
|
#49
|
|||
|
|||
Re: How to use iView (ABC Australia) downloadersHi everyone,
Great work on the batch file. I'm having a problem though - it keeps saying the files are not available, trying a different path. on v15.69 I couldn't get the token, 15.70 does, but can't find any shows. I'm not fussed if I download metered or not. Am using TPG at home on Vista. Vista or XP work PCs have have a an error with cache\auth.xml premature end of data in tag iview line 1, so don't even get to the programs list. download.log details below: The show "Four Corners 05/07/10" was not found on the server. Downloading "Four Corners 12/07/10" ... and saving the stream with the filename "Four Corners 12-07-10.flv" Downloading from Akamai server... Retrieving Token... Resuming previous download for "Four Corners 12/07/10"... news/fourcorners_100712 path not found. Retrying a different path... Retrieving Token... Resuming previous download for "Four Corners 12/07/10"... mp4:news/fourcorners_100712 path not found. Retrying a different path.. |
#50
|
|||
|
|||
Re: How to use iView (ABC Australia) downloadersQuote:
I have found that I need to delete the contents of the cache directory before starting the batch file. The old show lists don't seem to get cleaned up properly between batch file runs. Does this fix the problem for you, too? |
Tags: abc, abc australia, abc iview, iview, rtmpdump |
Thread Tools | |
Display Modes | |
|
|