Hi,<br><br>I want to add some use private data (like camera locations, etc) periodically to H264 video stream. This rate of these private data is very slow, like 10Kbps. <br>One way (A) is to create a separate &quot;faked&quot; video stream for the transmission using libmedia&#39;s rtp/rtsp library. Since rtp/rtsp does not care about the contend of the video streams, it is doable. But the con of this approach is losing the synchronization of the private data and video stream, which is important for us.<br>
The other way (B) is to &quot;attach&quot; these private data to H264 streams at the server side, and &quot;remove&quot; them at a customized client. The con of it is the compatibility. Standard video player might crash. Is there any way (frame definition) in H264 standard that allows standard video player to &quot;drop&quot; these attached private data (frame)?<br>
Thanks for any comment.<br><br>Best Regards,<br>Tao   <br><br>   <br>