mirror of
https://github.com/AirenSoft/OvenMediaEngine.git
synced 2025-03-14 09:57:40 +00:00
SRT publisher audio track selection example (#1786)
add audio track selection example with ffplay
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user