Assuming that you are using udpsink, look at the 'get-stats' signal. That might have the bitrate. If not, you should be able to record when the packets are sent and their size and calculate the bitrate from that. You can use a probe if nothing else gives you the info. <a href="http://gstreamer.freedesktop.org/data/doc/gstreamer/head/manual/html/chapter-dataaccess.html#section-using-probes">http://gstreamer.freedesktop.org/data/doc/gstreamer/head/manual/html/chapter-dataaccess.html#section-using-probes</a><br>
<br>Chuck<br><br><div class="gmail_quote">On Fri, Feb 15, 2013 at 1:16 AM, Anirban Chatterjee <span dir="ltr"><<a href="mailto:ani.chat82@gmail.com" target="_blank">ani.chat82@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div>Hi,</div><div>      Is there any way it is possible to measure the bit-rate of encoded streaming video using gstreamer? The bit-rate may vary depending upon the network speed and I am trying to monitor the bit-rate in real-time of the encoded video-stream using gstreamer. Can anyone of you put some light on this. Appreciate your help.</div>

<div> </div><div>Thanks</div>
<br>_______________________________________________<br>
gstreamer-devel mailing list<br>
<a href="mailto:gstreamer-devel@lists.freedesktop.org">gstreamer-devel@lists.freedesktop.org</a><br>
<a href="http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel" target="_blank">http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel</a><br>
<br></blockquote></div><br>