From 8ebe2f54d9ad0909b04fb23266a5895240ea9395 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A4=8F=E6=A5=9A?= <771730766@qq.com> Date: Fri, 10 Apr 2020 13:00:43 +0800 Subject: [PATCH] =?UTF-8?q?Updated=20ZLMediaKit=E6=8E=A8=E6=B5=81=E6=B5=8B?= =?UTF-8?q?=E8=AF=95=20(markdown)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ZLMediaKit推流测试.md | 1 + 1 file changed, 1 insertion(+) diff --git a/ZLMediaKit推流测试.md b/ZLMediaKit推流测试.md index 187a96f..033e635 100644 --- a/ZLMediaKit推流测试.md +++ b/ZLMediaKit推流测试.md @@ -8,6 +8,7 @@ ffmpeg -re -i "/path/to/test.mp4" -vcodec h264 -acodec aac -f rtsp -rtsp_transpo - 2、使用rtmp方式推流 ```bash +#如果未安装FFmpeg,你也可以用obs推流 ffmpeg -re -i "/path/to/test.mp4" -vcodec h264 -acodec aac -f flv rtmp://127.0.0.1/live/test ```