update srt readme (#4153)

This commit is contained in:
xiongguangjie
2025-02-19 15:04:12 +08:00
committed by GitHub
parent a3bd9e1ebd
commit b66806deb6
2 changed files with 8 additions and 3 deletions

View File

@@ -5,7 +5,7 @@
- 拉流只支持ts拉流
- 协议实现 [参考](https://haivision.github.io/srt-rfc/draft-sharabayko-srt.html)
- 版本支持(>=1.3.0)
- fec与加密没有实现
- fec没有实现
## 使用

View File

@@ -5,7 +5,7 @@
- pull stream payload is ts
- protocol impliment [reference](https://haivision.github.io/srt-rfc/draft-sharabayko-srt.html)
- version support (>=1.3.0)
- fec and encriyped not support
- fec not support
## usage
@@ -40,4 +40,9 @@ like
`ffplay -i srt://192.168.1.105:9000?streamid=#!::r=live/test`
- vlc not support ,because can't set stream id [reference](https://github.com/Haivision/srt/issues/1015)
- vlc pull , Tools->Preferences->All->Inputs/Codecs->Access Modules->SRTthen input Stream ID like below:
`#!::r=live/test`
then play `srt://192.168.1.105:9000`