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

Decrypt AES-128 encrypted video files from a m3u8

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

griller 09-25-2014 06:08 AM

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


 
Does anybody here know how to extract a key from Wireshark log or from RAM?

denobis 09-28-2014 03:02 PM

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


 
Quote:

Originally Posted by rubiohiguey (Post 69686)
Thank you! I can confirm it's working.

Now, on newer videos, they dropped HD resolution in m3u8 manifests. Does your downloader support (or is there a way to support) f4m manifests, where HD chunks are still available?

Also, can you make support for other ooyala-using websites, such as Caracol, and CanalRCN?
I will make sure to make a donation to your project!

sample videos:

RCN: http://elestilista.canalrcn.com/vide...estilista-5791
Manifest: http://player.ooyala.com/player/ipad...I6V-hd1aN.m3u8

Caracol: http://www.caracoltv.com/programas/s...dientes-de-oro
Manifest: http://player.ooyala.com/player/ipad...0NOX-YJf4.m3u8

Caracoltv implemented, wait for the other

kingdis 04-12-2015 09:27 PM

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


 
Quote:

Originally Posted by denobis (Post 68640)
use atresdownloader, although wait next update which fixes some bugs

Plaese help me here #EXTM3U

#EXT-X-STREAM-INF:PROGRAM-ID=1,BANDWIDTH=230000,RESOLUTION=-2x300,NAME="300p @ 230k"
secure/stream/clips/29318556_bbm_20150412_day21_lets_talk/dstvo-vod-hls-top-32.m3u8?token=69e6ca40-565e-455b-9eaf-f03c770cb7d5

surya987 04-12-2015 10:08 PM

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


 
Quote:

Originally Posted by kingdis (Post 75717)
Plaese help me here #EXTM3U

#EXT-X-STREAM-INF:PROGRAM-ID=1,BANDWIDTH=230000,RESOLUTION=-2x300,NAME="300p @ 230k"
secure/stream/clips/29318556_bbm_20150412_day21_lets_talk/dstvo-vod-hls-top-32.m3u8?token=69e6ca40-565e-455b-9eaf-f03c770cb7d5


proper link please...

lzy0699 06-19-2015 01:12 AM

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


 
Does anybody here know how to download this video:

http://www.xueersi.com/kc/10624.html

M3U8:https://mega.co.nz/#!GRFzQa5Q!RYOCEv...XCYwtdknGT7Jds

Thanks.

biezom 06-19-2015 01:58 AM

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


 
Quote:

Originally Posted by lzy0699 (Post 77611)
Does anybody here know how to download this video:

http://www.xueersi.com/kc/10624.html

M3U8:https://mega.co.nz/#!GRFzQa5Q!RYOCEv...XCYwtdknGT7Jds

Thanks.

hi

Code:

http://touch.xueersi.com/kc/10624.html
Code:

livestreamer  --http-header  "Cookie=wx=935d50c84624a50424cac5fe116e8f2am04bx9m4b4"  "hls://http://touch.xueersi.com/video/getVideoPath/136427.m3u8" best -o video.ts
to find cookie in red

tool: firefox
load http://touch.xueersi.com/kc/10624.html
>>>>tools >>>>options



lzy0699 06-23-2015 01:32 AM

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


 
Quote:

Originally Posted by biezom (Post 77612)
hi

Code:

http://touch.xueersi.com/kc/10624.html
Code:

livestreamer  --http-header  "Cookie=wx=935d50c84624a50424cac5fe116e8f2am04bx9m4b4"  "hls://http://touch.xueersi.com/video/getVideoPath/136427.m3u8" best -o video.ts
to find cookie in red

tool: firefox
load http://touch.xueersi.com/kc/10624.html
>>>>tools >>>>options



Thank you so much!You are so kind!:D :D :D

sonnvl 06-28-2015 03:48 PM

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 ?

Liluy 11-08-2015 08:31 AM

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


 
I cannot decode the M3U8 would you have a solution ?

http:%3A%2F%2Fwmvideocdn-wakatest.streaming.mediaservices.windows.net%2F8bb 82a53-ce66-460f-8179-3b2c9510b431%2FWAKANIM_prores_out.ism%2FManifest%2 8format%3Dm3u8-aapl%29&token=Bearer%3DeyJ0eXAiOiJKV1QiLCJhbGciOiJ IUzI1NiJ9.eyJ1cm46bWljcm9zb2Z0OmF6dXJlOm1lZGlhc2Vy dmljZXM6Y29udGVudGtleWlkZW50aWZpZXIiOiI1NDQ5ZDM4Ni 1jYTMxLTQ3YWUtYWI1Zi1lYWE5YzJkZjkzMmQiLCJpc3MiOiJX YWthbmltLlRWIiwiYXVkIjoiaHR0cDovL3d3dy53YWthbmltLn R2IiwiZXhwIjoxNDQ2OTk5Nzg1LCJuYmYiOjE0NDY5OTIyODV9 .HSnK7kO8DXL3TNygRTK6Y5sZJZz7L84afqTX30JMddg&idepi sode=1499&numero=6&idserie=119'

Cordialement.

Liluy 11-08-2015 10:13 AM

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


 
Thank Lesor ! How have you managed to decrypt it ?


All times are GMT -6. The time now is 12:02 AM.