Thanks for the replies, So it sounds like I need to mux the video and audio frames and then a specify a demuxer so vlc knows how the data is formatted? Currently, I am doing: libvlc_media_add_option(m, ":demux=rawvid") to play the raw video data. Can I also specify that the audio will be i...