Page 1 of 1

connect audio and video stream to libvlc

Posted: 19 Nov 2016 07:47
by geostein8888
Hello,
I try to implement a player what gets the audio and video stream from libdash (dash streams) and play them together in vlc. I've seen a lot of posts about imem and smem but I could not figure our what I have to use for such a scenario and how.
so perhaps somebody did already something like this and can help me out with a short example how this works.

some details:
with libdash I receive the audio and video stream separated as a buffer what I write right now to a file and when finished I convert these with ffmpeg to a muxed mp4 file

Georg