Hi, On Wed, May 26, 2010 at 1:17 PM, Matteo Mandelli <[email protected]> wrote: > I have an mp4 file with h264+aac, I'd like to stream this file with > RTP removing the mp4 container, > in order to be compliant with the RFC 3984. > > Is it possible to do so in ffmpeg?
Yes, you can use rtsp:// muxer to stream to Darwin or use FFM to stream to ffserver. > I assume also that ffmpeg can only push the file to a destination, if > I want to stream it with a server I need to use ffserver, is this > correct? Exactly. Ronald _______________________________________________ libav-user mailing list [email protected] https://lists.mplayerhq.hu/mailman/listinfo/libav-user
