Folks,
In my code, I am able to create VP8 video and Vorbis audio. Now, I am trying to see how I can mux the two into wbem format.
On Google search, I get references to VLC and FFMPEG as they both are capable of muxing. However, both the applications are harder to understand
I am wondering if there is any example out there, preferably in C/C++, that shows how to mux VP8/Vorbin into wbem format. I am thinking the APIs to mux must be part of libvpx.
The ultimate idea is to build webm stream on the fly and pass it to Google chrome.
Thank you in advance for your help.
Regards,
Peter