Audio/video stream recording forums (http://stream-recorder.com/forum/index.php)
-   rtmpdump (http://stream-recorder.com/forum/forumdisplay.php?f=54)
-   -  

Atresdownloader - WWE Network support?

(http://stream-recorder.com/forum/showthread.php?t=18152)

littlebase22 01-08-2015 01:59 PM

Re: Atresdownloader - WWE Network support?


 
I need help. Im trying to play the ts files but they wont play. Im guessing either the ts or m3u8 file has do be decrypted. Please help denobis.

denobis 01-09-2015 02:44 AM

Re: Atresdownloader - WWE Network support?


 
in php you need to perform something like

$decryptedts = mcrypt_cbc(MCRYPT_RIJNDAEL_128, $key, $ts, MCRYPT_DECRYPT, $iv);

or with openssl

openssl aes-128-cbc -d -in ts.ts -out tsdecrypted.ts -p-nosalt -iv ${hexIV} -K ${hexKey}

littlebase22 01-12-2015 04:50 PM

Re: Atresdownloader - WWE Network support?


 
Thanks for the reply denobis. I tried with both programs and and couldn't figure out to how work either programs couldn't find any good tutorials. Could you give me a little more input on how to do either one of them methods. Thanks

carlito4 01-14-2015 09:41 PM

Re: Atresdownloader - WWE Network support?


 
Quote:

Originally Posted by denobis (Post 73128)
in php you need to perform something like

$decryptedts = mcrypt_cbc(MCRYPT_RIJNDAEL_128, $key, $ts, MCRYPT_DECRYPT, $iv);

or with openssl

openssl aes-128-cbc -d -in ts.ts -out tsdecrypted.ts -p-nosalt -iv ${hexIV} -K ${hexKey}

How does one generate the key?

chrisis908 01-16-2015 07:35 PM

Re: Atresdownloader - WWE Network support?


 
The videos posted today for the WWE Network aren't working on the
ATRESDOWNLOADER. The 4500 videos get downloaded, but then
they disappear before you can watch them. I posted a link that wasn't working. I have the 17.3 version. Please Help

http://network.wwe.com/video/v37134855

JSJarvis 01-16-2015 07:40 PM

Re: Atresdownloader - WWE Network support?


 
I am seeing the same thing as chrisis908. I have tried multiple URLs and all of them do the same thing. The files download in the Download folder, but when the download reaches the end everything disappears and no MP4 is left.

bobm67 01-16-2015 08:11 PM

Re: Atresdownloader - WWE Network support?


 
I am seeing the same thing too.. It looks like it creates the MP4 file completely and then starts creating a TS file, and then everything disappears (all the temp folders, the MP4 and the TS files)

carlito4 01-16-2015 08:51 PM

Re: Atresdownloader - WWE Network support?


 
Was about to report the error. It's happening here too. Apparently, what happens is atres downloads the .ts's files, does the first ffmpeg pass to paste them together (producing a working mp4 when its done) then after that, creates another ffmpeg process to make a .ts file (which is always bigger than the already working mp4 file, by several hundred MBs, which doesn't make sense) and then a3w just decides to scrap and delete everything. Pretty frustrating. The only difference I could find was the finished bigger .ts file has captions included (which I could care less about)

A temp workaround I found was to terminate a3w.exe right while ffmpeg is doing it's first pass.
Hope you can look into this denobis, program is pretty unusable like this.

denobis 01-17-2015 12:09 AM

Re: Atresdownloader - WWE Network support?


 
Just fixed, no worry only maintenance

carlito4 01-17-2015 10:04 AM

Re: Atresdownloader - WWE Network support?


 
Quote:

Originally Posted by denobis (Post 73331)
Just fixed, no worry only maintenance

Thanks man, it's working now.

You think you can look into why Atres can't download from the Network's live stream? This link should throw you into the linear feed http://network.wwe.com/video/v37134313


All times are GMT -6. The time now is 06:52 PM.