ffmpeg rtsp stream to m3u8 stream

ffmpeg rtsp stream to m3u8 stream

ffmpeg -rtsp_transport tcp -i "rtsp://admin:[email protected]:554/live/av0" -fflags flush_packets -max_delay 1 -an -flags -global_header -hls_time 1 -hls_list_size 3 -vcodec copy -s 216x384 -b 1024k -y test.m3u8

The post ffmpeg rtsp streaming m3u8 streaming first appeared on Lenix Blog .

This article is reprinted from https://blog.p2hp.com/archives/9466
This site is for inclusion only, and the copyright belongs to the original author.

Leave a Comment