Postby cannono » 07 May 2020 23:06
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 in a raw format? Or do I have to pick a container such as avi to format the audio and video data in and then tell vlc the mux container is avi?
Also, could you expand on why you think this approach doesn't make much sense. Thanks.