Dear <span class="Apple-style-span" style="font-family: arial, sans-serif; font-size: 13px; background-color: rgb(255, 255, 255); ">Simon,</span><div><font class="Apple-style-span" face="arial, sans-serif"><br></font></div>
<div><font class="Apple-style-span" face="arial, sans-serif">I have sample code about your implementation. If you need the sample code, I can mail one to you.</font></div><div><font class="Apple-style-span" face="arial, sans-serif">If you need a clue about how to muxer the video and audio into MPEG-TS, you just need to look for it in here <a href="http://www.google.com/codesearch#m0IGgxPEHN4/trunk/Avidemux/avidemux/ADM_outputs/ADM_lavformat.cpp&q=mpegts%20CODEC_ID_AAC%20CODEC_ID_H264%20pts%20av_rescale_q&exact_package=http://mulder.googlecode.com/svn&l=113">http://www.google.com/codesearch#m0IGgxPEHN4/trunk/Avidemux/avidemux/ADM_outputs/ADM_lavformat.cpp&q=mpegts%20CODEC_ID_AAC%20CODEC_ID_H264%20pts%20av_rescale_q&exact_package=http://mulder.googlecode.com/svn&l=113</a></font></div>
<div><font class="Apple-style-span" face="arial, sans-serif"><br></font></div><div><font class="Apple-style-span" face="arial, sans-serif">Regards, Eric Hsieh, 10/14<br></font><br><div class="gmail_quote">2011/10/14 "Simon Zünd" <span dir="ltr"><<a href="mailto:simon.zuend@gmx.net">simon.zuend@gmx.net</a>></span><br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">Hello,<br>
<br>
we are developing an app for iPhone / iPad and want to stream the screen via UDP to a multicast group. The current implementation uses the hardware to encode the stream with H.264. And one of the devs wrote a simple module which muxes the video stream into MPEG TS and sends it to the multicast.<br>
<br>
My question now is if its possible that ffmpeg does the muxing (maybe the streaming too?), because this would clearly be a more stable approach. I spent a whole day looking through the header files (ffmpeg is already in the project). But honestly, i don't have a clue. I also took a peek at ffserver.c but this file is HUGE.<br>
<br>
So a little help / hint where to start would be very nice. It's not necessary that ffmpeg does all the work, but it would be huge if it would mux the mpeg-ts, because we will have to add an audio stream later on which is not yet supported in the self written code.<br>
<br>
Regards Simon<br>
<font color="#888888">--<br>
Empfehlen Sie GMX DSL Ihren Freunden und Bekannten und wir<br>
belohnen Sie mit bis zu 50,- Euro! <a href="https://freundschaftswerbung.gmx.de" target="_blank">https://freundschaftswerbung.gmx.de</a><br>
_______________________________________________<br>
Libav-user mailing list<br>
<a href="mailto:Libav-user@ffmpeg.org">Libav-user@ffmpeg.org</a><br>
<a href="http://ffmpeg.org/mailman/listinfo/libav-user" target="_blank">http://ffmpeg.org/mailman/listinfo/libav-user</a><br>
</font></blockquote></div><br></div>