<html>
<head>
<title>RTSP Proxy Kit User's Guide</title>
<link rel=stylesheet href="../styles/body.css" type="text/css">
</head>
<body>
<center><a href="rtsp5.htm">
<img src="../icons/prev.gif" border="0" alt="previous"></a>
<a href="rtsp7.htm">
<img src="../icons/next.gif" border="0" alt="next"></a>
</center>
<h1><a name="22035"></a> Testing the RTSP Proxy</h1>
<p><a name="22040"></a>After compiling the RTSP binary file, you'll want to run a few simple tests to ensure that the proxy is working correctly. Use the following procedure as a model, or template, for performing basic functionality testing.</p>
<h4><a name="22218"></a> To test the basic functionality of the RTSP proxy:</h4>
<ol>
<p><li><a name="22053"> </a>In a command window, go to the <code>ortspproxy_2_0\rtspproxy</code> directory.
<p><li><a name="22931"> </a>Start the RTSP proxy in debug mode:
</ol>
<ul>
<p><li><a name="22913"></a>In Windows, type <code>rtspproxy.exe</code> -d
<p><li><a name="24613"></a>In UNIX, type <code>rtspproxy</code> -d
</ul>
<ol>
<p><li><a name="24637"> </a>Open an RTSP client on a different computer.
<p><li><a name="22058"> </a>Configure the client computer to use the RTSP proxy you just built by pointing it to the IP address or host name of the computer on which the proxy is running.
<p><li><a name="22062"> </a>Play a multimedia clip from your RTSP server.
<p><li><a name="22063"> </a>Verify that the clip plays successfully on the client computer.
<p><li><a name="22179"> </a>On the computer on which the proxy is installed, look for a message similar to the following:
<p><a name="22144"></a><code>Setup request for url: rtsp://example.com:554/video.rm/streamid=0</code></p>
<p><a name="22145"></a><code>Setup response: server session = '573084-2', transport = 'x-real-rdt/udp;client_port=6972;server_port=13138'</code></p>
<p><a name="22146"></a><code>Setup request for url: rtsp://example.com:554/video.rm/streamid=1</code></p>
<p><a name="22147"></a><code>Setup response: server session = '573084-2', transport = 'x-real-rdt/udp;client_port=6972;server_port=13138'</code></p>
<p><a name="22043"></a><code>We are playing!!!</code></p>
</ol>
<p><hr align=left size=2 width=100%>
<font size=-1><a href=notice.htm>Copyright</a> © 2001
<a href="http://www.realnetworks.com/" target="_top">RealNetworks</a>
<br>For information on RealNetworks' technical support, <a href="feedback.htm#support">click here</a>.
<br>Comments on this document? <a href="feedback.htm#techpubs">Click here</a>.
<br><font size=-2>This file last updated on 02/08/01 at 16:29:08.</font>
<center><a href="rtsp5.htm">
<img src="../icons/prev.gif" border="0" alt="previous"></a>
<a href="rtsp7.htm">
<img src="../icons/next.gif" border="0" alt="next"></a>
</center>
</body>
</html>
syntax highlighted by Code2HTML, v. 0.9.1