View Single Post
  #78  
Old 06-28-2015, 03:48 PM
sonnvl sonnvl is offline
Member
 
Join Date: May 2015
Posts: 34
sonnvl is on a distinguished road
Default

Re: Decrypt AES-128 encrypted video files from a m3u8


Code:
http://hlscache.fptplay.net.vn/livez/smil:vtv3HD_hls.smil/chunklist_b3500000.m3u8
Code:
livestreamer "hls://hlscache.fptplay.net.vn/livez/smil:vtv3HD_hls.smil/chunklist_b3500000.m3u8 pvswf=http://fptplay.net/js/plugins/assets/HLSPlayer.swf" best -o filename.ts
[cli][info] Found matching plugin stream for URL hls://hlscache.fptplay.net.vn/l
ivez/smil:vtv3HD_hls.smil/chunklist_b3500000.m3u8 pvswf=http://fptplay.net/js/pl
ugins/assets/HLSPlayer.swf
[cli][info] Available streams: live (worst, best)
[cli][info] Opening stream: live (hls)
Traceback (most recent call last):
  File "<string>", line 6, in <module>
  File "__main__.py", line 128, in <module>
  File "__main__livestreamer__.py", line 9, in <module>
  File "livestreamer_cli\main.py", line 886, in main
  File "livestreamer_cli\main.py", line 491, in handle_url
  File "livestreamer_cli\main.py", line 378, in handle_stream
  File "livestreamer_cli\main.py", line 245, in output_stream
  File "livestreamer_cli\main.py", line 222, in open_stream
  File "livestreamer\stream\hls.py", line 258, in open
  File "livestreamer\stream\segmented.py", line 185, in open
  File "livestreamer\stream\hls.py", line 125, in __init__
  File "livestreamer\stream\hls.py", line 135, in reload_playlist
  File "requests\sessions.py", line 395, in get
  File "livestreamer\plugin\api\http_session.py", line 128, in request
TypeError: request() got an unexpected keyword argument 'pvswf'
Press any key to continue . . .
Any solution ?
Reply With Quote