<html><body><div style="color:#000; background-color:#fff; font-family:times new roman, new york, times, serif;font-size:12pt"><div><span>Ross,</span></div><div><span><br></span></div><div><span><span class="Apple-tab-span" style="white-space:pre">        </span>Thanks for your reply. I did not read the "live555 proxy server" yet. But from the name I guess this server will work as a proxy. But I am expecting to do a little different. I'd like the live555 will support the source to publish the video directly. I suppose the supporting of "RECORD" and "ANNOUNCE" in RTSP shall be added. I wander if there is any special consideration that the live555 does not support them.</span></div><div><span><br></span></div><div><span><span class="Apple-tab-span" style="white-space:pre">       </span>And for the </span><span style="font-size: 12pt; ">H264VideoStreamDiscreteFramer thing, you are right. I changed to this class, and now the errors are
 eliminated.</span></div><div><span><br></span></div><div><span>Regards,</span></div><div><span>Lan Zang(Sander)</span></div><div><br></div>  <div style="font-size: 12pt; font-family: 'times new roman', 'new york', times, serif; "> <div style="font-size: 12pt; font-family: 'times new roman', 'new york', times, serif; "> <div dir="ltr"> <font size="2" face="Arial"> <hr size="1">  <b><span style="font-weight:bold;">From:</span></b> Ross Finlayson <finlayson@live555.com><br> <b><span style="font-weight: bold;">To:</span></b> LIVE555 Streaming Media - development & use <live-devel@ns.live555.com> <br> <b><span style="font-weight: bold;">Sent:</span></b> Saturday, April 28, 2012 5:32 PM<br> <b><span style="font-weight: bold;">Subject:</span></b> Re: [Live-devel] The question on how to handle the incoming H.264 RTP data of live555 server<br> </font> </div> <br>
<div id="yiv327794402"><div><div><blockquote type="cite"><div>I am new to this live555 media server. I am trying to make a server running on ubuntu that can perform the following task:<br>It gets h.264 video data over RTP from others (e.g. ffmpeg), then it will broadcast the video to other viewers( e.g. vlc player) via rtsp protocol.<br></div></blockquote><div><br></div><div>If your H.264 video source is accessible via RTSP, then you could use our new "LIVE555 Proxy Server" application, which already does all of this:</div><span class="yiv327794402Apple-tab-span" style="white-space:pre;"> </span>http://www.live555.com/proxyServer/</div><div><br></div><div><br><blockquote type="cite"><div>After reading the codes of live555MediaServer.cpp and testOnDemandRTSPServer.cpp and some other files plus a little guessing, I think I shall prepare a class that will treat h.264 RTP data derived from OnDemandServerMediaSubsession. I call
 it H264VideoUDPServerMediaSubsession.<br><br> In this class, function createNewStreamSource() will create an instance of class H264VideoStreamFramer</div></blockquote><div><br></div>Almost.  Because the data source (a "H264VideoRTPSource") delivers discrete H.264 NAL units (i.e., one at a time), rather than a byte stream, you must use a "H264VideoStreamDiscreteFramer", not a "H264VideoStreamFramer".</div><div><br></div><div>Everything else looks correct, as far as I can tell.</div><br><br><div>
<span class="yiv327794402Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium; font-family: Helvetica; "><span class="yiv327794402Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium; font-family: Helvetica; ">Ross Finlayson<br>Live Networks, Inc.<br>http://www.live555.com/</span></span>
</div>
<br></div></div><br>_______________________________________________<br>live-devel mailing list<br><a ymailto="mailto:live-devel@lists.live555.com" 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><br> </div> </div>  </div></body></html>