Skip to content

SRT output

Sapsan serves a stream over SRT: each stream gets a dedicated UDP port that SRT clients connect to in caller mode.

Configuration

streams:
  tv1:
    inputs:
    - udp: {host: 239.0.0.1, port: 5000}
    srt_play:
      port: 4010
      passphrase: verysecretpass

passphrase enables encryption; without it the stream is served unencrypted.

Playback

ffplay "srt://server:4010?passphrase=verysecretpass"

Next steps