<div dir="ltr"><span id="result_box" class="" lang="en"><span class="">Because</span> <span class="">I need to send</span> <span class="">a</span> <span class="">UDP</span> <span class="">bytes</span> <span class="">captured</span> <span class="">encapsulated in</span> <span class="">MP4</span><span>.</span><br>
<span class="">Write in</span> <span class="">file is</span> <span class="">for testing purposes only</span><span>.</span><br><span class="">Needed to know</span> <span class="">if the</span> <span class="">VLC</span> <span class="">played</span> <span class="">the</span> <span class="">bytes from the stream</span> <span class="">rtsp</span><span>.</span><br>
<br><span class="">I need to</span> <span class="">get the</span> <span class="">rtsp</span> <span class="">bytes</span><span class="">,</span> <span class="">encapsulated</span> <span class="">in</span> <span class="">MP4</span> <span class="">and</span> <span class="">send</span> <span class="">directly</span> <span class="">by</span> <span class="">UDP</span><span>.</span><br>
<span class="">Need</span> <span class="">bytes and</span> <span class="">the number of</span> <span class="">bytes received</span> <span class="">for it.</span><br><br><span class="">Actually I do not</span> <span class="">need to write</span> <span class="">to file</span><span>,</span> <span class="">was</span> <span class="">to</span> <span class="">test!</span></span></div>
<div class="gmail_extra"><br><br><div class="gmail_quote">2013/9/5 Ross Finlayson <span dir="ltr"><<a href="mailto:finlayson@live555.com" target="_blank">finlayson@live555.com</a>></span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div style="word-wrap:break-word"><div><div class="im"><blockquote type="cite"><div dir="ltr"><div>Using the class QuickTimeFileSink, how to access the buffer and the number of bytes captured RTSP.</div><div>DummySink this information are fReceiveBuffer and frameSize. I need access to this data!</div>
</div></blockquote><div><br></div></div>Why? The "QuickTimeFileSink" class automatically writes its incoming data into a (MOV or MP4-format) file. This data will be in the output file (named "video.mp4", in your case).</div>
<div><br></div><div>If, however, you want to do something else with the incoming data, in addition to writing it to a "QuickTimeFileSink", then you could do so, using the "StreamReplicator" class.</div>
<div><br></div><div>However, I'm not going to give you any help with that, until you first demonstrate that you can properly write your stream to a MP4-format file using "openRTSP".</div><div class="im"><br>
<br><div>
<span style="text-indent:0px;letter-spacing:normal;font-variant:normal;text-align:-webkit-auto;font-style:normal;font-weight:normal;line-height:normal;border-collapse:separate;text-transform:none;font-size:medium;white-space:normal;font-family:Helvetica;word-spacing:0px"><span style="text-indent:0px;letter-spacing:normal;font-variant:normal;text-align:-webkit-auto;font-style:normal;font-weight:normal;line-height:normal;border-collapse:separate;text-transform:none;font-size:medium;white-space:normal;font-family:Helvetica;word-spacing:0px">Ross Finlayson<br>
Live Networks, Inc.<br><a href="http://www.live555.com/" target="_blank">http://www.live555.com/</a></span></span>
</div>
<br></div></div><br>_______________________________________________<br>
live-devel mailing list<br>
<a href="mailto:live-devel@lists.live555.com">live-devel@lists.live555.com</a><br>
<a href="http://lists.live555.com/mailman/listinfo/live-devel" target="_blank">http://lists.live555.com/mailman/listinfo/live-devel</a><br>
<br></blockquote></div><br></div>