Bootstrap

[开发|GB28181] ffmpeg 推流到zlm命令示例

推流命令示例:

ffmpeg -re -stream_loop -1 -i "testDelay.mp4" -vcodec h264 -codec copy -f rtsp -rtsp_transport udp rtsp://localhost/stream/测试
;