mirror of
https://github.com/bluenviron/mediamtx.git
synced 2025-12-30 15:02:00 -08:00
simplify sample SRT read URL (#2196)
This commit is contained in:
parent
e937e37d4f
commit
7001164e2f
1 changed files with 2 additions and 2 deletions
|
|
@ -828,7 +828,7 @@ This web page can be embedded into another web page by using an iframe:
|
|||
SRT is a protocol that allows to publish and read live data stream, providing encryption, integrity and a retransmission mechanism. It is usually used to transfer media streams encoded with MPEG-TS. In order to read a stream from the server with the SRT protocol, use this URL:
|
||||
|
||||
```
|
||||
srt://localhost:8890?streamid=read:mystream&pkt_size=1316
|
||||
srt://localhost:8890?streamid=read:mystream
|
||||
```
|
||||
|
||||
Replace `mystream` with the path name.
|
||||
|
|
@ -836,7 +836,7 @@ Replace `mystream` with the path name.
|
|||
If credentials are enabled, append username and password to `streamid`;
|
||||
|
||||
```
|
||||
srt://localhost:8890?streamid=publish:mystream:user:pass&pkt_size=1316
|
||||
srt://localhost:8890?streamid=publish:mystream:user:pass
|
||||
```
|
||||
|
||||
Known clients that can read with SRT are [FFmpeg](#ffmpeg-1), [Gstreamer](#gstreamer-1) and [VLC](#vlc).
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue