Hi all,
Would someone be as kind as to post a good configuration for ports when
using Windows Media Services and Darwin Streaming Server on the same
machine.
I'm setting up this system on a Windows 2003 server.
It started out simply as a WMS box but now we need to add the QT support.
Presently WMS is using HTTP on 80 and RTSP on 554 (which seems to be the
cause of my problems as DSS4 is picking up requests to WMS intermittently).
If I change the port that WMS uses for RTSP would clients need to be
re-configured to be able to pause, fast forward, etc?
Should I shut down HTTP for WMS? (would this present firewall issues for
folks on corp lans?) or simply change the port? (still a problem on corp
lans?)
If I need to change ports on DSS4 is it simply a matter of editing this
section: <LIST-PREF NAME="rtsp_port" TYPE="UInt16" >
<VALUE>7070</VALUE>
<VALUE>554</VALUE>
<VALUE>8000</VALUE>
<VALUE>8001</VALUE>
<VALUE>80</VALUE>
</LIST-PREF>
of streamingserver.xml? or would that require a reconfig of clients?
Or should I can this whole thing and simply run it on another machine?
Thanks for any help, it's all running over one IP.