Hi All,

using following command for RTSP to http streaming\

ffmpeg -rtsp_transport tcp -i {RTSP} -c:v libx264 -crf 35 -preset ultrafast
-maxrate 3M -bufsize 300k -r 10 -g 20 -movflags +faststart -tune
zerolatency -hls_time 1 -hls_list_size 4 -hls_wrap 4 -start_number 1
-hls_allow_cache 0 -threads 1 -loglevel warning -y {}

but getting frequent warning "cseq 10 expected 8 received"

Any help??????
_______________________________________________
ffmpeg-user mailing list
ffmpeg-user@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-user

To unsubscribe, visit link above, or email
ffmpeg-user-requ...@ffmpeg.org with subject "unsubscribe".

Reply via email to