Audio/video stream recording forums
|
Attention Visitor: |
You may have to register or log in before you can post:
|
|
|
Thread Tools | Display Modes |
#1
|
|||
|
|||
m3u8 FFMPEG downloads async fails, maybe bitrate?Hi all!
Im sucking from WON club, (betting site with some sports streamings), its good, i get the m3u8 playlist, but when i download with ffmpeg and re-stream, the video freezes like 4 seconds, and re-sync, and i don't know how sync all the video/audio fluid. I made an script who actualizes every time the m3u8 playlists of this site, so you can see in this file to test, just copy the m3u8 link and paste into my FFMpeg command below (the latests m3u8 are at bottom of the list, because the sports match streamings are always starting and finishing). Code:
http://888bonus.site/m3u8.txt Any suggestions? the FFMPEG command that im using is: Code:
ffmpeg -re -i 'HEREtheLINK' -c:v copy -hls_flags delete_segments -c:a copy /savedStream.m3u8 |
#2
|
|||
|
|||
Re: m3u8 FFMPEG downloads async fails, maybe bitrate?Anyone with any idea?
Everything is graceful I'd tried with ffprobe one m3u8 to test: Code:
Input #0, hls,applehttp, from 'https://596d0c70757f9.streamlock.net/srv1/1209389/playlist.m3u8': Duration: N/A, start: 832.714333, bitrate: N/A Program 0 Metadata: variant_bitrate : 791104 Stream #0:0, 0, 1/90000: Data: timed_id3 (ID3 / 0x20334449), 0/1 Metadata: variant_bitrate : 791104 Stream #0:1, 21, 1/90000: Video: h264 (Constrained Baseline) ([27][0][0][0] / 0x001B), yuv420p(left), 640x360 (640x368), 1/50, 25 fps, 25 tbr, 90k tbn, 50 tbc Metadata: variant_bitrate : 791104 Stream #0:2, 42, 1/90000: Audio: aac (LC) ([15][0][0][0] / 0x000F), 48000 Hz, stereo, fltp, 127 kb/s Metadata: variant_bitrate : 791104 Unsupported codec with id 1414087731 for input stream 0 detected 2 logical cores [AVIOContext @ 0x230ae60] Statistics: 136 bytes read, 0 seeks Thanks! |
Tags: ffmpeg, hls, m3u8, playlist, sports streaming |
Thread Tools | |
Display Modes | |
|
|