Answers for "Convert rtsp-stream into http stream Ask Question"

0

Convert rtsp-stream into http stream Ask Question

ffmpeg -i "rtsp://yourRtspStreamSource" -hls_time 3 -hls_wrap 10 "yourOutputDir/streaming.m3u8"
Posted by: Guest on July-13-2021

Browse Popular Code Answers by Language