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 me to record video from vtv livestream sourceHi.
I have a weird situation here. Please check this link http://vtv.vn/truyen-hinh-truc-tuyen/vtv1.htm . I can get their m3u8 link, something like this http://222.255.27.46/hls/4545780bfa7...=bWFzdGVy.m3u8 I started to capture it with ffmpeg : ffmpeg -i 'http://123.31.45.179/hls/4545780bfa790819/5/3/08dcefa5f747330afe66810a028a0ec8ca0ee7e9700a6433b1 f44195f2abd7a8/dnR2Mg==bWFzdGVy.m3u8' -c copy -y test.mkv When I check test.mkv file, I see it's something like lag, delay.. I have no idea why. Any one can help ? |
#2
|
|||
|
|||
Re: Help me to record video from vtv livestream sourceHi,
use streamlink so there you get no trouble to play / record the stream.Something is going wrong with ffmpeg and it does give the stream a wrong frame rate of 9.x instread of 25 frames.No idea why.Maybe you have to use any other paramters for ffmpeg in that case.Streamlink works fine with your stream so just try this. greetz |
#3
|
|||
|
|||
Re: Help me to record video from vtv livestream sourceTried many times at get the same result. It's like this
https://www.youtube.com/watch?v=68j9N0s5oe4 Video lag, delay. Video and audio not sync. I also tried some other m3u8 sources but they work fine. |
#4
|
|||
|
|||
Re: Help me to record video from vtv livestream sourceHi,
so I tried it with ffmpeg (get the trouble you told before) and then I used streamlink (got successfully playing & downloading). So you can try it again with both tools again and this time just use the player option as output.Here you can also see the diffrent using ffmpeg or ffplay & streamlink for playing.Streamlink works fine and ffmpeg / ffplay do lag all few seconds.Also you can see the info about expired segments from playlist in ffmpeg. Just try it again with Streamlink... Code:
streamlink.exe -ldebug hlsvariant://***.m3u8 best |
#5
|
|||
|
|||
Re: Help me to record video from vtv livestream sourcethanks. You're great
|
Tags: ffmpeg, livestream, vtv |
Thread Tools | |
Display Modes | |
|
|