How to switch subtitle in a rtsp stream ?
Posted: 10 Jun 2016 17:01
Hi,
I use this code to read a rtsp link:
It's working fine but in this stream there is one or more subtitle track. I can see them with VLC for mac when i use the menu.
How can i switch them with VLCMedia ?
I can't find any docs about this.
Thanks
I use this code to read a rtsp link:
Code: Select all
_mediaplayer.media = [VLCMedia mediaWithURL:@"myrtsplink"];
How can i switch them with VLCMedia ?
I can't find any docs about this.
Thanks