PDA

View Full Version : Failed to create decryptor problem


sonnvl
10-13-2015, 04:55 PM
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
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.

#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
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:

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