diff options
author | Christian Pointner <equinox@spreadspace.org> | 2014-10-09 00:55:54 +0200 |
---|---|---|
committer | Christian Pointner <equinox@spreadspace.org> | 2014-10-09 00:55:54 +0200 |
commit | 3e264e874cb74ddf777653eff5a6be2e0db938b9 (patch) | |
tree | 3072cfb8b467059e3b904f9582689cf902830f00 /doc/sydra-rtp.8.txt | |
parent | PREFIX vs prefix (diff) |
simplified default audio caps for sydra-rtp
Diffstat (limited to 'doc/sydra-rtp.8.txt')
-rw-r--r-- | doc/sydra-rtp.8.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/sydra-rtp.8.txt b/doc/sydra-rtp.8.txt index 7d9c88b..2f542fb 100644 --- a/doc/sydra-rtp.8.txt +++ b/doc/sydra-rtp.8.txt @@ -171,7 +171,7 @@ The following options can be passed to the *sydra-rtp* daemon: *--audio-caps <caps>*:: These caps will get assigned to incoming RTP packets for audio. Example: - 'application/x-rtp,media=audio,clock-rate=48000,payload=96,encoding-name=X-GST-OPUS-DRAFT-SPITTKA-00,caps="audio/x-opus"' + 'application/x-rtp,media=audio,clock-rate=48000,encoding-name=X-GST-OPUS-DRAFT-SPITTKA-00,caps="audio/x-opus"' *--audio-depayloader <element>*:: A RTP depayloader element for the audio codec in use. Example: 'rtpopusdepay' |