<HTML>
<HEAD>
<TITLE>Multiple unicasts clients for one Framed Source</TITLE>
</HEAD>
<BODY>
<FONT FACE="Verdana, Helvetica, Arial"><SPAN STYLE='font-size:12.0px'>I have been trying to my rtsp implementation to allow multiple output streams from one source.<BR>
<BR>
I have a custom FramedSource object which takes input from a external device, and am using the OnDemanServerMediaSubsession object (a slight derivation of it). &nbsp;I am seting the fReuseFirstSource bit to be True, but when I connect a second stream, the first stream hangs and the second string never receives video.<BR>
<BR>
Eventually the library starts displaying TCP traffic information ( I turned on debug to see what was going on). <BR>
<BR>
The behaviour I expected was that both streams would be being sent via unicast, and the new destination would just be added to the RTPSink&#8217;s groupsock. &nbsp;This is what I had understood by reading through the FAQ.<BR>
<BR>
But now after the problems I have had, and by reading through more of this list (for example: <a href="http://www.mail-archive.com/live-devel@lists.live555.com/msg00434.html">&lt;http://www.mail-archive.com/live-devel@lists.live555.com/msg00434.html&gt;</a> ) , I am wondering if I need to change my FrameSource implementation to not set the fReuseFirstSource bit, and instead to duplicate the frame data as it comes in, and present the frame data to each FramedSource object that requires it.<BR>
<BR>
I would appreciate any guidance that you may offer.<BR>
<BR>
Stuart<BR>
&nbsp;</SPAN></FONT>

<BR>
- ------------------------------------------------------------------------------<BR>
Confidentiality Notice: The information contained in this transmission is legally privileged and confidential, intended only for the use of the individual(s) or entities named above. This email and any files transmitted with it are the property of Pelco. If the reader of this message is not the intended recipient, or an employee or agent responsible for delivering this message to the intended recipient, you are hereby notified that any review, disclosure, copying, distribution, retention, or any action taken or omitted to be taken in reliance on it is prohibited and may be unlawful. If you receive this communication in error, please notify us immediately by telephone call to +1-559-292-1981 or forward the e-mail to administrator@pelco.com and then permanently delete the e-mail and destroy all soft and hard copies of the message and any attachments. Thank you for your cooperation. <BR>
- ------------------------------------------------------------------------------<BR>
</BODY>
</HTML>