Hi Ross, <div><br></div><div>Thanx for the kind response.</div><div><br></div><div>However, I tested the same code with a TS file and by setting the flag to true, I could play the same file to all the clients; in a way that all clients play the same stream from the same file as in a live camera stream. And this is why I enabled the flag for the H264 input.</div>
<div><br></div><div>Are there any leads as to how I can debug this issue out? </div><div><br></div><div>Inputs are valuably welcome!</div><div><br></div><div>Thanx!</div><div>Sundar</div><div><br><div class="gmail_quote">
On Fri, Jun 19, 2009 at 9:03 PM, Ross Finlayson <span dir="ltr">&lt;<a href="mailto:finlayson@live555.com">finlayson@live555.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">

<div><div class="im">
<blockquote type="cite">
<blockquote>2. When I set the resuseFirstsource variable to be true, I
find that only the first client is able to render the stream on VLC.
The other clients do get connected and I saw that the stream state
gets changed to playing for the subsequent clients, yet I am not able
to view the stream. However when its false, I can connect multiple
clients and all clients open the file handles
accordingly.</blockquote>
</blockquote>
<div><br></div>
</div><div>Note that the &quot;reuseFirstSource&quot; variable should be set
to True only if you want to open the input source object only once,
even if multiple clients are simultaeously accessing the stream. 
I.e., you usually set it to True only if your input source is a live
stream (e.g., from a video camera), because in this case, you want
each client to be fed from the single input source.</div>
<div><br></div>
<div>However, if you are streaming &#39;video on demand&#39; - e.g., from
files - where you want each client to get its own copy of the input
(starting from the beginning), then you should set
&quot;reuseFirstSource&quot; to False.</div>
<div><br></div>
<div>Even if you are streaming the *same* file to multiple clients,
then you should set &quot;reuseFirstSource&quot; to False, because in
this case you still want each client&#39;s stream to start from the
beginning of the file (i.e., you want the input file to be opened
separately for each client).</div>
<pre>-- 
</pre><font color="#888888">
<div><br>
Ross Finlayson<br>
Live Networks, Inc.<br>
<a href="http://www.live555.com/" target="_blank">http://www.live555.com/</a></div>
</font></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>