在瀏覽器中拉流播放報錯:
DemuxException: type = CodecUnsupported, info = Flv: Unsupported codec in video frame: 2
解決方案:
推流時加上編碼格式h264:
-vcodec h264
ffmpeg -re -i rtsp://admin:12345@192.168.1.22:554/h264/ch1/main/av_stream -vcodec h264 -f flv rtmp://192.168.1.20:1935/live/stream