mirror of
https://github.com/langhuihui/monibuca.git
synced 2025-12-24 13:48:04 +08:00
20 lines
371 B
Markdown
20 lines
371 B
Markdown
# SRT Plugin
|
|
|
|
SRT Plugin is a plugin for M7S that allows you to push and pull streams using SRT protocol.
|
|
|
|
## Configuration
|
|
|
|
```yaml
|
|
srt:
|
|
listenaddr: :6000
|
|
passphrase: foobarfoobar
|
|
```
|
|
|
|
## Push Stream
|
|
|
|
srt://127.0.0.1:6000?streamid=publish:/live/test&passphrase=foobarfoobar
|
|
|
|
## Pull Stream
|
|
|
|
srt://127.0.0.1:6000?streamid=subscribe:/live/test&passphrase=foobarfoobar
|