Hi, <br><br>I am using following pipeline to send the data:<br><br>filesrc-&gt;rtppay-&gt;rtpbin-&gt;udpsink<br><br>At receiver side:<br>udpsrc-&gt;rtpbin-&gt;depay-&gt;decoder-&gt;videosink/( filesink location=*.yuv)<br><br>
I am reciveing almost all the data ( 3KB) less on the receiver side(data stored in a file after depay.), but if i take the decoded data in a file(*.yuv) and compare it to the actual size ( filesrc-&gt;deoder-&gt;filesink location=*.yuv), it is almost 1/5.<br>
<br>This problem is coming only in case of *.m4v files.( files those contain only video data.) If i use container format and demuxer there is no data loss.<br><br>Where am i missing the data ?<br>What can be metter way to get all the data, even if data is not send onper frame basis ?<br>
<br>Please help as i am stuck on this problem since last so many days.<br><br>BR<br>Manish<br>