如题,目前的 ffmpeg 的参数是:
ffmpeg -i "rtsp://xxxxx/h264/ch1/main/av_stream" -f flv -vcodec copy -acodec copy -an rtmp://xxxxx/stream1
整个流程是 rtsp - > ffmpeg -> rtmp -> nginx ( http-flv ) ->web
VLC 浏览 rtmp 流比 rtsp 流延时 4s 左右,有什么可以优化的方法吗?
ffmpeg -i "rtsp://xxxxx/h264/ch1/main/av_stream" -f flv -vcodec copy -acodec copy -an rtmp://xxxxx/stream1
整个流程是 rtsp - > ffmpeg -> rtmp -> nginx ( http-flv ) ->web
VLC 浏览 rtmp 流比 rtsp 流延时 4s 左右,有什么可以优化的方法吗?