PDA

View Full Version : Help capturing stream with livestream from stream2watch


rdrnnr
03-25-2015, 06:09 AM
Hello,
I'm trying to capture this stream

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

used this


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

this manifest requires the 'pvswf' parameter to verify the swf


not really sure what this parameter is, so I added this

pvswf=http://connectcast.tv/jwplayer/v6.12/jwplayer.flash.swf


but got abother error

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
m3u8
http://cctv-lh.akamaihd.net/i/hoaespnu_live@125117/index_1080p_av-p.m3u8?sd=10&rebase=on

ffmpeg download
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
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
thank yor for the speedy reply, but may I ask, how did you obtain the link

livehd720
04-11-2015, 04:03 PM
How can I am bringing a live broadcast on the same this link



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

Jinjoni
04-17-2015, 04:15 PM
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.