Greetings all, I successfully managed to encode/decode H264 video and Speex audio using "libavcodec" and save in MKV container using "libavformat". Now instead of creating a container file , I want to stream audio and video over our local network. I saw that RTP is the standarized way to do this. According to libavformat sourcecode,it does not support Speex with RTP. Anyother suggestions on streaming H264/Speex over the LAN? What things I should read before If I implement Speex support in libavformat RTP ?
Can I send multiplexed audio+video stream(multiplexed into MKV) over RTP ? Or two seperate streams for audio and video ? Best Regards, ashika
_______________________________________________ libav-api mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-api
