Audio/video stream recording forums
|
Attention Visitor: |
You may have to register or log in before you can post:
|
|
|
Thread Tools | Display Modes |
#1
|
|||
|
|||
Help with this m3u8Code:
http://www.vipbox.live/rugby/496801/2/sharks-vs-griquas-live-stream-online.html |
#2
|
|||
|
|||
Re: Help with this m3u8Hi,
seems you need to download keyfile manually to work with.Only problem I see is that its a livestream and you need to update the playlist anyhow.So its working with ffmpeg on that way a little.Only just playing the ts links which are present. Best would be if the people of LS could add another paramters to ignore keyfile link in playlist file and to set it extra to read it from other source. PS: Keyfile you can read from seelive.me. greetz |
#3
|
|||
|
|||
Re: Help with this m3u8Thank you Troller12!
What is the command line look like that you used with ffmpeg, can you show? |
#4
|
|||
|
|||
Re: Help with this m3u8Hi,
commandline like this... Code:
ffmpeg.exe -protocol_whitelist file,http,https,tcp,tls,crypto -i "newplay.m3u8" -c:v copy -c:a copy -f mpegts - | C:\Programme\VideoLAN\VLC\vlc.exe - So something what could be possible is downloading the direct playlist + reading all ts file links and adding them as direct links into a main playlist (newplay.m3u8) and saving them too.Now if I see it right then ffmpeg does read each ts link via single access and dosent read entire playlist at once.So if you costantly read the playlist from internet and just adding new ts paths (as full addresses) then it should work.So if you try it manully and just adding new ts files in realtime then you see it will work and ffmpeg keeps playing.You just need to build any automatically process for downloading / parsing / adding new ts links into main playlist and thats all + downloading right key for your choosen playlist quality (800 - 4500). Of course it would be better to write any script for that process (I am not into scripting) to make that working or much better would be if there are any ffmpeg commands downloading set ts ranges anyhow and setting keyfile link extra etc.I told similar things already in the past so that others how are into ffmpeg / streamlink could add such features to make it work.No idea why these guys nothing did in that direction (or maybe they did and I am not up to date etc).So all in all I dont see big problems to do this. Anyway,so I think in such cases where tools are limited you need to find other solutions (scripting / coding extra stuff) to handle it you know. greetz |
Tags: m3u8 |
Thread Tools | |
Display Modes | |
|
|