Hi all The following command is used to capture video from RTSP to HLS but often prompt "max delay reached. need to consume packet" and there is no in .ts is generated
ffmpeg -i "rtsp://admin:[email protected]:554/cam/realmonitor?channel=8&subtype=1" -map 0 -flags +global_header -c:v copy -an -f hls -hls_time 5 -hls_wrap 5 -hls_list_size 5 -start_number 1 -y e:\test1\stream.m3u8 I try other options with idea to solve this problem. Would anyone have advice to me to add parameter to solve this problem? Many Many Many Thanks! Mary -- View this message in context: http://ffmpeg-users.933282.n4.nabble.com/Capture-videostream-rtsp-to-hls-problem-tp4674463.html Sent from the FFmpeg-users mailing list archive at Nabble.com. _______________________________________________ ffmpeg-user mailing list [email protected] http://ffmpeg.org/mailman/listinfo/ffmpeg-user
