For PIPEs to work the H264VideoRTPSource and the RTSP Server should be in different processes. <div>It will not work if they are in single process as PIPE read or write would be blocking call. </div><div><br></div><div>Is there an alternative way to do the same without using linux PIPEs ?</div>
<div><br></div><div>In H264VideoFileServerMediaSubsession::createNewStreamSource instead of ByteStreamFileSource can H264VideoRTPSource be used so that I can get live input ?</div><div><br></div><div><br><div class="gmail_quote">
On Tue, Jan 31, 2012 at 8:35 AM, Sambhav <span dir="ltr"><<a href="mailto:isambhav@gmail.com">isambhav@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hi Ross,<div><br></div><div>Is there an alternative way to do the same without using linux PIPEs ?</div><div><br></div><div>In H264VideoFileServerMediaSubsession::createNewStreamSource instead of ByteStreamFileSource can H264VideoRTPSource be used so that I can get live input ?</div>

<div><br></div><div>Regards,</div><div>Sambhav<br><br><div class="gmail_quote"><div><div></div><div class="h5">On Sun, Jan 29, 2012 at 2:08 PM, Ross Finlayson <span dir="ltr"><<a href="mailto:finlayson@live555.com" target="_blank">finlayson@live555.com</a>></span> wrote:<br>

</div></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div><div></div><div class="h5"><div style="word-wrap:break-word"><div><div><blockquote type="cite"><div>I have an application which uses H264VideoRTPSource class to receive live H264 RTP Stream. </div>

<div>This application should now act as RTSP Server for above H264 Video received. </div><div> </div><div>
One way I was thinking to do is </div><div><ul><li>Receive RTP H264 Video using H264VideoRTPSource</li><li>Dump the H264 elementary video stream using H264VideoFileSink to a linux  PIPE</li><li>To the RTSP Server add H264VideoFileServerMediaSubsession with the above mentioned linux  PIPE as the input </li>

</ul></div></blockquote></div></div>Yes, that should work, I think...<br><font color="#888888"><br><div>
<span style="border-collapse:separate;color:rgb(0,0,0);font-family:Helvetica;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:normal;line-height:normal;text-align:-webkit-auto;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;font-size:medium"><span style="border-collapse:separate;color:rgb(0,0,0);font-family:Helvetica;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:normal;line-height:normal;text-align:-webkit-auto;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;font-size:medium">Ross Finlayson<br>

Live Networks, Inc.<br><a href="http://www.live555.com/" target="_blank">http://www.live555.com/</a></span></span>
</div>
<br></font></div><br></div></div>_______________________________________________<br>
live-devel mailing list<br>
<a href="mailto:live-devel@lists.live555.com" target="_blank">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>
</blockquote></div><br></div>