Files
monibuca/plugin/srt
langhuihui 8a9fffb987 refactor: frame converter and mp4 track improvements
- Refactor frame converter implementation
- Update mp4 track to use ICodex
- General refactoring and code improvements

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-08-28 19:55:37 +08:00
..
2024-10-04 14:17:52 +08:00

SRT Plugin

SRT Plugin is a plugin for M7S that allows you to push and pull streams using SRT protocol.

Configuration

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