mirror of
https://gitee.com/xia-chu/ZLMediaKit.git
synced 2026-05-19 08:17:49 +08:00
update srt readme (#4153)
This commit is contained in:
parent
a3bd9e1ebd
commit
b66806deb6
@ -5,7 +5,7 @@
|
|||||||
- 拉流只支持ts拉流
|
- 拉流只支持ts拉流
|
||||||
- 协议实现 [参考](https://haivision.github.io/srt-rfc/draft-sharabayko-srt.html)
|
- 协议实现 [参考](https://haivision.github.io/srt-rfc/draft-sharabayko-srt.html)
|
||||||
- 版本支持(>=1.3.0)
|
- 版本支持(>=1.3.0)
|
||||||
- fec与加密没有实现
|
- fec没有实现
|
||||||
|
|
||||||
## 使用
|
## 使用
|
||||||
|
|
||||||
|
|||||||
@ -5,7 +5,7 @@
|
|||||||
- pull stream payload is ts
|
- pull stream payload is ts
|
||||||
- protocol impliment [reference](https://haivision.github.io/srt-rfc/draft-sharabayko-srt.html)
|
- protocol impliment [reference](https://haivision.github.io/srt-rfc/draft-sharabayko-srt.html)
|
||||||
- version support (>=1.3.0)
|
- version support (>=1.3.0)
|
||||||
- fec and encriyped not support
|
- fec not support
|
||||||
|
|
||||||
## usage
|
## usage
|
||||||
|
|
||||||
@ -40,4 +40,9 @@ like:
|
|||||||
|
|
||||||
`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 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->SRT,then input Stream ID like below:
|
||||||
|
|
||||||
|
`#!::r=live/test`
|
||||||
|
|
||||||
|
then play `srt://192.168.1.105:9000`
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user