PDA

View Full Version : I want o learn how to get the m3u8


The_Cre8r
06-14-2015, 11:48 AM
I have been looking on the forum for a while and I cannot find how to actually get the m3u8 for a website.

I want to use http://www.cwtv.com/shows/arrow/the-calm/?play=dacd95ad-ec56-416d-8fbc-fe6ae022177b as the example.


Will someone please provide me the steps so I can get the command for livestreamer.

I understand the command is

livestreamer "hlsvariant://website.com/video.m3u8" best -o output.ts


but I do not understand how to get there.

nullacht
06-15-2015, 12:49 AM
http://www.cwtv.com/shows/arrow/the-calm/?play=dacd95ad-ec56-416d-8fbc-fe6ae022177b

http://metaframe.digitalsmiths.tv/v2/CWtv/assets/dacd95ad-ec56-416d-8fbc-fe6ae022177b/partner/132?format=json

https://www.cwtv.com/ioshlskeys/videos/2014/09/29/ARW-301-TheCalm-DS_b4e24c056.m3u8


livestreamer "hlsvariant://https://www.cwtv.com/ioshlskeys/videos/2014/09/29/ARW-301-TheCalm-DS_b4e24c056.m3u8" best -o 01.ts

[cli][info] Found matching plugin stream for URL hlsvariant://https://www.cwtv.com/ioshlskeys/videos/2014/09/29/ARW-301-TheCalm-DS_b4e24c056.m3u8
[cli][info] Available streams: 1240k, 150k, 2100k (best), 240k, 440k, 640k, 64k (worst)
[cli][info] Opening stream: 2100k (hls)



I have been looking on the forum for a while and I cannot find how to actually get the m3u8 for a website.

Firefox:
Web Console [CTRL+SHIFT+K]
Network Monitor [CTRL+SHIFT+Q]
Adblock Plus - Blockable items on current page [CTRL+SHIFT+V]


Chrome:
DevTools Network [CTRL+SHIFT+I]


It works on this website, but this does not mean it works everywhere.

The_Cre8r
06-20-2015, 09:31 AM
how did you actually determine the json was where it was at?