Let me start by saying that it sounds like this question
would better be asked on the streaming-server-users
mailing list (since it doesn't pertain to developer issues
per se).
Howevever, I'll go ahead and answer it here this time.
The Streaming Server process should have been installed
on your Win2K machine as a Service. However, the streaming
Admin server (the part that listens on port 1220) does not
run as a service. Rather, it runs as a perl script. You
will need to open a Command Prompt window (like a DOS command
prompt), cd to your Darwin Streaming Server folder, and
then enter the path to your Perl interpreter binary followed
by the name of the script 'streamingadminserver.pl'
You will need to keep that Command Prompt window open and running
all the time if you intend to remotely administer the DSS server.
You definitely do not need to reinstall. You can probably get
to the Command Prompt by clicking on the small "c:\" icon that
is near the lower-right hand corner of your screen, just to the
left of the Windows 2000 Server "Start" button.
--
Billy Brown
>Billy,
>
>I tried viewing the movie with QT but to no avail. Although the service is
>running, I can't get any response from port 1220 for the Admin - it was OK
>after the install but I have since rebooted the machine. There's no console
>window as there was before - how do I get that back without reinstalling?
>
>Thanks,
>John.
> -----Original Message-----
>From: email@hidden
>[mailto:email@hidden] On Behalf Of
>Billy Brown
>Sent: Wednesday, July 18, 2001 1:15 PM
>To: email@hidden
>Subject: Re: plugin problem
>
>Try first of all simplifying things and see if you're
>able to use the QuickTime Player and directly enter
>an RTSP url into the player to view content from
>your Win2K DSS 3.0.1 server.
>
> rtsp://win2k.domain.com/sample.mov
>
>Once you've got that working right, then its time to
>proceed to making reference movies, and then having
>that linked by your HTML & <embed> tags (following the
>demos and tutorials on the QuickTime pages of Apple).
>
>--
>Billy Brown
>
>>DSS 3.0.1 installed on Win2K - everything seems ok except it won't serve
>any
>>movies.
>>I always get the message "The data that the plugin requested, did not
>>download successfully".
>>My test page is pointing to sample.mov using the sample HTML code.
>>There are no reports in the error log.
>>
>>Any ideas or suggestions would be welcome.
>>Thanks.