<table cellspacing="0" cellpadding="0" border="0" ><tr><td valign="top" style="font: inherit;">Hi,<br><br>I heard there is something called MPEG4-TS which can give a 
constant bit rate but I don't know if that is supported by gstreamer.&nbsp; Does anyone know?<br><br>I have an application that requires constant bitrate and the input to the gstreamer (an AXIS IP camera) isn't quite giving me a constant bitrate<br><br>Here is an example of my transmit gstreamer call:<br><br>gst-launch-0.10
 -e rtspsrc location=rtsp://192.168.0.90/mpeg4/media.amp ! rtpmp4vdepay !
 mpeg4videoparse ! gdppay ! filesink location=txfifo.ts&amp;<br><br>the receiver looks like (txout.ts is the demodulated piped file):<br><br>gst-launch-0.10 filesrc location=txout.ts ! gdpdepay ! ffdec_mpeg4 ! xvimagesink<br><br>I
 was hoping to try something simple with gstreamer like MPEG4-TS because changes to 
the C++ code are too difficult for me to do. Any advice would be greatly
 appreciated.<br>Thanks. Tom</td></tr></table>