Page 1 of 1

Play multiple streams simultaneously with VLCKit

Posted: 23 Feb 2018 14:11
by weiran
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":

Image

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

Re: Play multiple streams simultaneously with VLCKit

Posted: 05 Apr 2018 06:54
by mfkl
maybe this is what you're looking for https://code.videolan.org/videolan/VLCK ... yer.h#L426