The problem is the MPEG hardware. I can only have one open connection to MPEG hardware for both encoding and decoding.<br>I don&#39;t need the client to talk to its local server. I need the client to talk to a server on a remote device.<br>
So if I have two devices one serves rtsp://ip1:8554/video and connects a client to rtsp://ip2:8554/video in the same application and the other device does the opposite.<br>I think this should be possible. I think they should bind to different sockets and exists as different tasks in the scheduler.<br>
It is failing at the readSocket command of the RTSP client&#39;s sendOptionsCmd function.<br>Thanks,<br>-mat<br><br><br><div class="gmail_quote">On Sun, Oct 26, 2008 at 10:31 AM, 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="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div class="Ih2E3d"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">

Yeah, but one is a server and one is a client, so it should work that way I think.<br>
</blockquote>
<br></div>
Depending on your operating system, this might still not be possible.<br>
<br>
I suggest not doing what you are trying to do (run the client and the server that it&#39;s communicating with in the same application). &nbsp;It&#39;s weird, and not useful (because the client and server are already communicating using sockets, rather than via shared memory, there&#39;s no need for them to reside within the same application).<br>
<font color="#888888">
-- <br>
<br>
Ross Finlayson<br>
Live Networks, Inc.<br>
<a href="http://www.live555.com/" target="_blank">http://www.live555.com/</a></font><div><div></div><div class="Wj3C7c"><br>
_______________________________________________<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>
</div></div></blockquote></div><br>