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

Failed to create decryptor problem

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

sonnvl 10-13-2015 04:55 PM

Failed to create decryptor problem


 
Code:

livestreamer "hlsvariant://http://hlscache.fptplay.net.vn/liver/vtv9_hls.smil/chunklist_2500000.m3u8" best -o V9.ts
[cli][info] Found matching plugin stream for URL hlsvariant://http://hlscache.fptplay.net.vn/liver/vtv9_hls.smil/chunklist_2500000.m3u8
[cli][info] Available streams: 480p (worst), 576p (best)
[cli][info] Opening stream: 576p (hls)
[stream.hls][error] Failed to create decryptor: Unable to open URL: http://drm.fptplay.net.vn/secure/decrypt?stream=vtv9_1000.stream (403 Client Error: Forbidden)
[cli][error] No data returned from stream

Source link: http://vuapp.tranvu.info/#tivi/157

Any solution?

bulls95 10-13-2015 10:09 PM

Re: Failed to create decryptor problem


 
Quote:

Originally Posted by sonnvl (Post 80495)
Code:

livestreamer "hlsvariant://http://hlscache.fptplay.net.vn/liver/vtv9_hls.smil/chunklist_2500000.m3u8" best -o V9.ts
[cli][info] Found matching plugin stream for URL hlsvariant://http://hlscache.fptplay.net.vn/liver/vtv9_hls.smil/chunklist_2500000.m3u8
[cli][info] Available streams: 480p (worst), 576p (best)
[cli][info] Opening stream: 576p (hls)
[stream.hls][error] Failed to create decryptor: Unable to open URL: http://drm.fptplay.net.vn/secure/decrypt?stream=vtv9_1000.stream (403 Client Error: Forbidden)
[cli][error] No data returned from stream

Source link: http://vuapp.tranvu.info/#tivi/157

Any solution?

The stream is AES encrypted, so it is unlikely someone will post the solution.

Code:

#EXT-X-KEY:METHOD=AES-128,URI="http://drm.fptplay.net.vn/secure/decrypt?stream=vtv9_500.stream"

utuxia 12-02-2015 12:40 AM

Re: Failed to create decryptor problem


 
ffmpeg can decrypt this given the cookie. you can also pass a cookie to livestreamer with --http-header "Cookie: ${cookie}"
I'm still getting this decryptor error in livestreamer though

Here's the ffmpeg command:

Quote:

ffmpeg \
-user-agent 'iPhone' \
-headers "Cookie: ${cookie}" \
-i ${input} \
${out_m3u8} \


All times are GMT -6. The time now is 10:54 AM.