Commit 3585e9f7 by KevinZang Committed by GitHub

增加VLC如何播放SRT协议说明 (#1929)

parent 679c7980
...@@ -41,4 +41,6 @@ m 为特殊key来确定是推流还是拉流,如果为publish 则为推流, ...@@ -41,4 +41,6 @@ m 为特殊key来确定是推流还是拉流,如果为publish 则为推流,
`ffplay -i srt://192.168.1.105:9000?streamid=#!::r=live/test` `ffplay -i srt://192.168.1.105:9000?streamid=#!::r=live/test`
- vlc 不支持,因为无法指定streamid[参考](https://github.com/Haivision/srt/issues/1015) - vlc 拉流
\ No newline at end of file - vlc拉流需要在偏好设置->串流输出->访问输出->SRT中设置streamid,例如`#!::r=live/test`
- 拉流时只需填入`srt://192.168.1.105:9000`即可
\ No newline at end of file
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论