Index: streamingserver.xml
===================================================================
RCS file: /cvs/Darwin/Services/StreamingServer/streamingserver.xml,v
retrieving revision 1.46
diff -u -d -b -w -r1.46 streamingserver.xml
--- streamingserver.xml	2001/11/16 01:32:07	1.46
+++ streamingserver.xml	2001/11/29 12:36:59
@@ -18,7 +18,6 @@
 	TYPE  (UInt8|SInt8|UInt16|SInt16|UInt32|SInt32|UInt64|SInt64|Float32|Float64|Bool16|Bool8|CharArray) "CharArray">
 ]>
 <CONFIGURATION>
-
 <SERVER>
 	<!-- Port(s) for accepting client connections -->
 	<!-- NOTE: Add port 80 to the list of "rtsp_port"'s -->
@@ -389,8 +388,8 @@
      <PREF NAME="allow_duplicate_broadcasts" TYPE="Bool16">false</PREF>
 
    	<!-- Turns on or off checking static ports in sdp files against a valid range -->
-   	<!-- If an sdp file is played and the port is outside the min to max static sdp range then an invalid media error is returned to the client. -->
-   	<!-- Announced broadcasts will also receive the invalid media error from the server for setups on an invalid port. -->
+   	<!-- If an sdp file is played and it contains a port outside the min to max static sdp range then an invalid media error is returned to the client. -->
+        <!-- Announced broadcasts will also receive the invalid media error from the server for setups on an invalid static port. -->
 	<PREF NAME="enforce_static_sdp_port_range" TYPE="Bool16">false</PREF>
 	
   	<!-- The maximum value for a static port. See enforce_static_sdp_port_range -->
@@ -483,7 +482,3 @@
 </MODULE>
 
 </CONFIGURATION>
-
-
-
-
Index: streamingserver.xml-POSIX
===================================================================
RCS file: /cvs/Darwin/Services/StreamingServer/streamingserver.xml-POSIX,v
retrieving revision 1.37
diff -u -d -b -w -r1.37 streamingserver.xml-POSIX
--- streamingserver.xml-POSIX	2001/11/16 01:32:07	1.37
+++ streamingserver.xml-POSIX	2001/11/29 12:37:02
@@ -19,7 +19,6 @@
 ]>
 <CONFIGURATION>
 <SERVER>
-
 	<!-- Port(s) for accepting client connections -->
 	<!-- NOTE: Add port 80 to the list of "rtsp_port"'s -->
 	<!-- if you are streaming across the internet -->
