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

Help capturing stream with livestream from stream2watch

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

rdrnnr 03-25-2015 06:09 AM

Help capturing stream with livestream from stream2watch


 
Hello,
I'm trying to capture this stream

http://www.stream2watch.me/tv/us/espnu-live-stream

used this

Code:

livestreamer "hds://http://cctv-lh.akamaihd.net/z/hoaespnu_live@125117/manifest.f4m?g=ASEGYJQXFTRT&hdcore=3.6.0&plugin=jwplayer-3.6.0.0" best -o video.flv
got en error
Code:

this manifest requires  the 'pvswf' parameter to verify the swf
not really sure what this parameter is, so I added this
Code:

pvswf=http://connectcast.tv/jwplayer/v6.12/jwplayer.flash.swf
but got abother error
Code:

unable to open url: http://connectcast.tv/jwplayer/v6.12/jwplayer.flash.swf (403 client error: forbidden)
I'm out of ideas, can anyone explain what I'm doing wrong, please?

hasomaso 03-25-2015 06:36 AM

Re: Help capturing stream with livestream from stream2watch


 
m3u8
Code:

http://cctv-lh.akamaihd.net/i/hoaespnu_live@125117/index_1080p_av-p.m3u8?sd=10&rebase=on
ffmpeg download
Code:

ffmpeg -i "http://cctv-lh.akamaihd.net/i/hoaespnu_live@125117/index_1080p_av-p.m3u8?sd=10&rebase=on" -c:v copy -c:a copy -f mpegts output.flv

livestreamer download
Code:

livestreamer "hls://http://cctv-lh.akamaihd.net/i/hoaespnu_live@125117/index_1080p_av-p.m3u8?sd=10&rebase=on" best -o video.flv

rdrnnr 03-25-2015 11:49 AM

Re: Help capturing stream with livestream from stream2watch


 
thank yor for the speedy reply, but may I ask, how did you obtain the link

livehd720 04-11-2015 04:03 PM

Re: Help capturing stream with livestream from stream2watch


 
How can I am bringing a live broadcast on the same this link



http://cctv-lh.akamaihd.net/i/hoaesp...d=10&rebase=on

Jinjoni 04-17-2015 04:15 PM

Re: Help capturing stream with livestream from stream2watch


 
Quote:

Originally Posted by rdrnnr (Post 75124)
thank yor for the speedy reply, but may I ask, how did you obtain the link

https://www.youtube.com/watch?v=_cCVDD4tqKQ
This video should give you a good idea on how the m3u8 link was obtained.


All times are GMT -6. The time now is 07:17 AM.