Skip to content

Commit

Permalink
Ffmpeg push RTMP video stream command error (#18)
Browse files Browse the repository at this point in the history
* Add coding parameters and advanced coding functions

* Add coding parameters and advanced coding functions

* Modify document: ffmpeg push RTMP stream

* Modify the ffmpeg push video stream command
  • Loading branch information
gh-sxp authored May 18, 2022
1 parent 4a84ad8 commit 118894f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zh/K510_Multimedia_Developer_Guides.md
Original file line number Diff line number Diff line change
Expand Up @@ -739,7 +739,7 @@ rtmp推流前需要部署rtmp服务器,将数据流推送到服务器上。支
ffmpeg运行命令示例:

```shell
ffmpeg -f v4l2 -s 1920x1080 -conf "video_sample.conf" -isp 1 -buf_type 2 -r 30 -i /dev/video3 -vcodec libk510_h264 -an -f flv rtmp://10.100.232.11/live/1
ffmpeg -f v4l2 -s 1920x1080 -conf "video_sample.conf" -isp 1 -buf_type 2 -r 30 -i /dev/video3 -vcodec libk510_h264 -f flv rtmp://10.100.232.11/live/1
```

- `rtmp://10.100.232.11/live/1`为向rtmp服务器推流的url地址
Expand Down

0 comments on commit 118894f

Please sign in to comment.