mirror of
https://github.com/ZLMediaKit/ZLMediaKit.git
synced 2026-07-08 23:10:04 +08:00
Updated ZLMediaKit推流测试 (markdown)
@@ -13,6 +13,7 @@ ffmpeg -re -i "/path/to/test.mp4" -vcodec h265 -acodec aac -f rtsp -rtsp_transpo
|
|||||||
```bash
|
```bash
|
||||||
#如果未安装FFmpeg,你也可以用obs推流
|
#如果未安装FFmpeg,你也可以用obs推流
|
||||||
ffmpeg -re -i "/path/to/test.mp4" -vcodec h264 -acodec aac -f flv rtmp://127.0.0.1/live/test
|
ffmpeg -re -i "/path/to/test.mp4" -vcodec h264 -acodec aac -f flv rtmp://127.0.0.1/live/test
|
||||||
|
# RTMP标准不支持H265,但是国内有自行扩展的,如果你想让FFmpeg支持RTMP-H265,请按照此文章编译:https://github.com/ksvc/FFmpeg/wiki/hevcpush
|
||||||
```
|
```
|
||||||
|
|
||||||
- 3、使用rtp方式推流
|
- 3、使用rtp方式推流
|
||||||
|
|||||||
Reference in New Issue
Block a user