PDA

View Full Version : m3u8 FFMPEG downloads async fails, maybe bitrate?


warah
11-07-2017, 04:53 PM
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).

http://888bonus.site/m3u8.txt

Maybe the bitrate? or something im missing?

Any suggestions?

the FFMPEG command that im using is:
ffmpeg -re -i 'HEREtheLINK' -c:v copy -hls_flags delete_segments -c:a copy /savedStream.m3u8

I really appreciate your replies, i learn a lot in this forum
:D

warah
11-11-2017, 06:49 AM
Anyone with any idea?

Everything is graceful

I'd tried with ffprobe one m3u8 to test:

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!