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?