Hi Guys, I am trying to write a openframeworks app where I want to stream audio and video across UDP to a quicktime player.
I have been looking at ofxStreamer <https://github.com/HalfdanJ/ofxStreamer> which is a plugin for Openframeworks using libav that that can transmit a h264 video stream. I have got this working, but been unable to add sound to the example as it is missing that part. I have also been trying to follow this earlier thread <https://ffmpeg.org/pipermail/libav-user/2013-June/004849.html>, where I can transmit Audio and Video in one stream, but I can't seem to open the stream in other programs than ffplay. I also think the codecs used are far from ideal for network. My question is: What do I read to get an overview of how to use the library and is there any other examples of streaming in a format that can be opened by Quicktime? Ideally H.264 + MPEG4 audio so I have a chance opening it using Quicktime via a SDP file. Kind regards Jesper Taxbøl _______________________________________________ libav-api mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-api
