View Single Post
  #20  
Old 09-26-2015, 10:49 AM
bulls95 bulls95 is offline
Member
 
Join Date: Sep 2015
Posts: 59
bulls95 is on a distinguished road
Default

Re: Help with HBO Now video?


Results from other tools:

Code:
>livestreamer "hls://http://...hbonow.com/hls/.../3800_complete_media_primetime.m3u8" best -o hls.ts
[cli][info] Found matching plugin stream for URL hls://http://...hbonow.com/hls/.../3800_complete_media_primetime.m3u8
[cli][info] Available streams: live (worst, best)
[cli][info] Opening stream: live (hls)
[stream.hls][error] Failed to create decryptor: ('Unable to decrypt cipher {0}', u'SAMPLE-AES')
[cli][error] No data returned from stream

>livestreamer "hlsvariant://http://...hbonow.com/hls/.../3800_complete_media_primetime.m3u8" best -o hlsvariant.ts
[cli][info] Found matching plugin stream for URL hlsvariant://http://...hbonow.com/hls/.../3800_complete_media_primetime.m3u8
error: No streams found on this URL: hlsvariant://http://...hbonow.com/hls/.../3800_complete_media_primetime.m3u8

>livestreamer "hds://http://...hbonow.com/hls/.../3800_complete_media_primetime.m3u8" best -o hds.ts
[cli][info] Found matching plugin stream for URL hds://http://...hbonow.com/hls/.../3800_complete_media_primetime.m3u8
error: Unable to parse manifest XML: syntax error: line 1, column 0 ('#EXTM3U\n#EXT-X-VERSION:5\n#EXT-X- ...)

>ffmpeg -i "http://...hbonow.com/hls/.../3800K/3800_complete_media_primetime.m3u8" -c copy ffmpeg.ts
ffmpeg version N-75316-gcbbd906 Copyright (c) 2000-2015 the FFmpeg developers
[hls,applehttp @ 02d3cf00] SAMPLE-AES encryption is not supported yet
[hls,applehttp @ 02d3cf00] Failed to open segment of playlist 0
...
[hls,applehttp @ 02d3cf00] SAMPLE-AES encryption is not supported yet
[hls,applehttp @ 02d3cf00] Failed to open segment of playlist 0
[hls,applehttp @ 02d3cf00] Error when loading first segment 'http://...hbonow.com/hls/.../3800K/00/00/00.ts'
http://...hbonow.com/hls/.../3800_complete_media_primetime.m3u8: Invalid data found when processing input
Reply With Quote