Audio/video stream recording forums
|
Attention Visitor: |
You may have to register or log in before you can post:
|
|
|
Thread Tools | Display Modes |
#1
|
|||
|
|||
how to capture this stream?any ideas how to capture?
Code:
http://www.foot-live.info/stream/ch10.php |
#2
|
|||
|
|||
Re: how to capture this stream?Search for "chunklist.m3u8" or "playlist.m3u8" in the cache of the browser ex. chrome://cache. Download it and use ffmpeg or livestreamer, you will find many example around.
|
#3
|
|||
|
|||
Re: how to capture this stream?Quote:
Code:
livestreamer "hls://http://cdn.sstream.pw/live/tvb126/playlist.m3u8" best -o video.ts |
#4
|
|||
|
|||
Re: how to capture this stream?Quote:
Also make sure to only accept gzip & deflate encoding (for some reason, livestreamer includes "compress" which makes the connection timeout). Code:
livestreamer "hls://http://cdn.sstream.pw/live/tvb126/playlist.m3u8" best --http-header "Referer=http://www.playerhd2.pw/embed.php?c=2126&width=640&height=360&autostart=true&tk1=wBwkIfNbMFqt2iwOhMQtNTbu5LeYUvBQwWhfLuqQWRs%3D&tk2=g7VGsXGQ63hNwwyN7%2BPZYS%2FaNygvgbjH73C9nWqcnZo%3D&tk3=NdEEACg7lUeHE7PpySOpKvzRNE13KQ79kU%2FYG6kqUw4%3D" --http-header "Accept-Encoding=gzip, deflate" --http-header "User-Agent=Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.102 Safari/537.36" -o test.ts |
#5
|
|||
|
|||
Re: how to capture this stream?many thanks nyancat!
|
Tags: m3u8 |
Thread Tools | |
Display Modes | |
|
|