Re: [Libav-user] about ffmpeg's lgpl

2011-12-07 Thread Carl Eugen Hoyos
Alex Cohn alexcohn@... writes: PS I often find the reactions to licensing questions on this and other open software lists intimidating. I believe that open software should (pun intended) be promoted, among other ways, by making it easier to understand and use, even at risk of somebody

[Libav-user] How to set mpegts muxrate

2011-12-07 Thread Kirit Patel
Hello!.. I am using ffmpeg to stream (MPEG2) a mpegts file via udp...my code works works ok and i can stream for both unicast and multicast but i also wanted to see if there is a way to set muxrate ... is there an e.g. for this about how this can be done... Something like...

[Libav-user] RTP Buffer

2011-12-07 Thread Neil Menne
Is there a way to get the raw buffer from FFMpeg? I need the headers and all, and I'm not seeing it. ___ Libav-user mailing list Libav-user@ffmpeg.org http://ffmpeg.org/mailman/listinfo/libav-user

Re: [Libav-user] mpeg-ts, rtp and output-example

2011-12-07 Thread david . weber
Hi, the format mpegts changes are right (fmt = av_guess_format(mpegts, NULL, NULL);). The problem is, that if you have the format MPEG-TS libav don't use rtp as output method. Try to open the stream in vlc with udp://192.168.1.2:9778. To output mpegts with rtp you have to do more than

Re: [Libav-user] RTP Buffer

2011-12-07 Thread Alex Cohn
On Thu, Dec 8, 2011 at 01:09, Neil Menne nhmenn...@students.tntech.edu wrote: Is there a way to get the raw buffer from FFMpeg? raw buffer: you probably mean YUV420 images? I need the headers and all, and I'm not seeing it. ___ Libav-user mailing