[FFmpeg-user] HLS streaming problem
Dragan Miljković
dragan at bsnet.rs
Wed Jun 10 12:12:12 CEST 2015
On 10.6.2015 12:06, Eng.Hany Ahmed wrote:
> Helloi try re streaming hls m3u8 from source the source chunks some time delay and make the streaming disconnected anyone can help me how i can make something to make the streaming not disconnect?
>
> i using command ffmpeg -i http://Source-IP/Name/playlist.m3u8?token=850af92f8d9903e7a4e055 -vcodec copy -scodec copy -acodec aac -ab 128k -strict experimental -f flv rtmp://127.0.0.1:9001/live/Name ;
Hi,
I restream hls m3u8 as well but in addition I use "-re" switch (just add
it before -i).
If someone has a better solution please let us now.
Regards
More information about the ffmpeg-user
mailing list