PDA

View Full Version : How can I capture this?


Recidivist
09-07-2016, 08:59 PM
So I used FFMPEG for this stream.

Its of Channel 5 ... I got the link through IDM

http://llnwhls.channel5.com/C5214880005/C5214880005A/20160904014436/video/800/C5214880005A_800.m3u8?faxs=1

It said, Access Denied or something.

Then I used livestreamer said link is okay.

I used it like this

livestreamer hls:// channel5.com/C5214880005/C5214880005A/20160904014436/video/800/C5214880005A_800.m3u8?faxs=1 best -o " C:/Channel5.mp4"

Am I doing this wrong?

Any help would be appreciated.

If you want the source, this is the source.

https://www.my5.tv/football-on-5-goal-rush/season-201617/episode-5


Thanks for any HELP please!

I am desperate to know if it is possible or not.

Livestreamer says stream is available and when I try to get output file, it says No stream found.

ehurdler
09-08-2016, 06:04 AM
Well I don't have access to the video/site in question. But your code is all wrong if that is what you tried. Try:

livestreamer "hls://http://llnwhls.channel5.com/C5214880005/C5214880005A/20160904014436/video/800/C5214880005A_800.m3u8?faxs=1" best -o channel5.mp4

Recidivist
09-08-2016, 08:08 AM
Well I don't have access to the video/site in question. But your code is all wrong if that is what you tried. Try:

livestreamer "hls://http://llnwhls.channel5.com/C5214880005/C5214880005A/20160904014436/video/800/C5214880005A_800.m3u8?faxs=1" best -o channel5.mp4

Hi. I realized that.

This is what I tried.

I don't know if this is interchangeable.

livestreamer hlsvariant://http://llnwhls.channel5.com/C5214880005/C5214880005A/20160904014436/C5214880005A.m3u8?faxs=1

I got through to stream it started opening

But after that... I had apparent issues.

It said Value Error : AES key must be either 16,24 or 32 bytes long.

Any clues?