SRT publisher audio track selection example (#1786)

add audio track selection example with ffplay
This commit is contained in:
Emmanuel Freard
2025-02-21 14:01:39 +01:00
committed by GitHub
parent 942b4023c2
commit 3a25629adf

View File

@ -84,6 +84,12 @@ If you want to test SRT with FFplay, FFmpeg, or FFprobe, simply enter the SRT UR
$ ffplay "srt://192.168.0.160:9998?streamid=default/app/stream/playlist"
```
If you have multiple audio tracks, you can choose one with `-ast` parameter
```
$ ffplay "srt://192.168.0.160:9998?streamid=default/app/stream/playlist" -ast 1
```
<figure><img src="../.gitbook/assets/{BEF5152C-6311-4A4E-A715-22FDB1DDC9C3}.png" alt=""><figcaption></figcaption></figure>
### OBS Studio