Hi,
I'm trying to use VLCKit on tvOS to play a YouTube video in their DASH format, which means anything over 720p is split into separate video and audio streams.
On the VLC all you can do this by loading the video stream, with the audio stream set as "Extra Media":
I can't seen to find any interface in VLCKit that offers this, but in libvlc I can see a slave media typedef, but this isn't exposed with the VLCMedia class in VLCKit.
Any ideas?
Thanks,
Weiran