Is your client on the same host?<br>I just saw this comment by some defined-out code in RTSPServer.cpp when I was looking for the source of a bug:<br>// Ignore the SIGPIPE signal, so that clients on the same host that are killed don't also kill us:
<br><br>That sounds like what you're experiencing if openRTSP is also on the same host. It requires enabling the preprocessor define: USE_SIGNALS and then recompiling the library.<br><br>Hope that helps,<br>Scott<br><br>
<div><span class="gmail_quote">On 7/4/06, <b class="gmail_sendername">Zhixue Zhang</b> <<a href="mailto:zhangzx@rcs-9000.com">zhangzx@rcs-9000.com</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hi, everyone<br>LIVE555 Streaming Media is built on SOLARIS 9.<br>"testOnDemandRTSPServer" and "openRTSP" are employed to test treaming<br>with "RTP over TCP".<br>When streaming with "RTP over TCP", after a while openRTSP exited, and
<br>"Broken pipe" was reported.<br><br><br>I have test many times with the same test.m4v, and file openRTSP saved<br>is the same size. It seemed that some media bytes cann't be delivered.<br>Other m4v file is tested also, the result is the same.
<br><br>Did anyone have some problems?<br><br><br>Zhixue Zhang<br><br><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">http://lists.live555.com/mailman/listinfo/live-devel</a><br></blockquote></div><br>