diff --git a/srt/srt.md b/srt/srt.md index c8a1722e..5e806918 100644 --- a/srt/srt.md +++ b/srt/srt.md @@ -5,7 +5,7 @@ - 拉流只支持ts拉流 - 协议实现 [参考](https://haivision.github.io/srt-rfc/draft-sharabayko-srt.html) - 版本支持(>=1.3.0) -- fec与加密没有实现 +- fec没有实现 ## 使用 diff --git a/srt/srt_en.md b/srt/srt_en.md index b30f660d..53ec6842 100644 --- a/srt/srt_en.md +++ b/srt/srt_en.md @@ -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) \ No newline at end of file +- 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` +