Quote:
Originally Posted by Anywho
- Did it take a while to download?
- Did you have something else using the 'net at the time?
- The 10054 suggests that the server disconnected you.
- Might have been ABC glitching again
|
Well I was running two DL's simultanously, which i have in the past had up to 4 running together..I have a modified version of the bat script which worked fine prior to last week ...
I write the rtmpdump command to a NNN.bat file , sync then spawn a separate cmd window for each of the files ...
There seems to be a narrower time window now for the life of the token, if you delay the start then it seems token has expired, perhaps it has the same mechanism mid download to revalidate the token ...
Happened right at the end of DL at arround 98% to 99% , just gives an untidy end ...
Sorry for the sploge of code here but Im sure you will see what it does ...
if /i "%HOST%" == "Akamai" (
echo bin\rtmpdump.exe %RESUME% %RTMP_DEBUG% -r "rtmp://cp53909.edgefcs.net///flash/playback/_definst_/%SHOW_PATH%" -a ondemand?auth="%TOKEN%" -o "%SAVE_PATH%" %SWFPARAM% > "%NNN%%".bat
echo pause >> "%NNN%%".bat
D:\bin\IviewABC\ANapperiView\iView_Downloader\sync .exe -r D:
echo start %NNN%.bat %SHOW_PATH% %SAVE_PATH%
rem pause
call "cmd /c start D:\bin\IviewABC\ANapperiView\iView_Downloader\%NNN %.bat"
SET /a NNN+=1
)
Sync program courtesy of
http://technet.microsoft.com/en-us/s.../bb897438.aspx