email@hidden writes:
We are using Windows2K server, SP3. We have installed Perl and can
run the
admin tool through the browser. It's when we type HYPERLINK
"http://(ip/"http://(IP ADDRESS:80)/sample.mov in the browser we get
the
error listed below. So maybe there is some small step we missed or
something between Perl and the DSS that we need to setup. Thanks
for your
time.
Open QuickTime Player
type rtsp://yourIPaddress/sample.mov
it should start playing
The server will stream out on Port 80 by default. The QT Player
should be set to either UDP or HTTP in the QT preferences within the
player.
That just tests the connection. If successful, you now need to
create a Web page with the movie embedded. I prefer to have a button
that opens the player but there are many other options available.
Use this page as an example:
http://www.opi.state.mt.us/streamer/Keynote/
The following is the code for the "Watch Now" button that you see on
the screen:
<object classid="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B"
codebase="http://www.apple.com/qtactivex/qtplugin.cab" width="165"
height="30">
<param name="src"
value="http://www.opi.state.mt.us/images/QT/qtwatchnow.mov" />
<param name="autoplay" value="true" />
<param name="controller" value="false" />
<param name="loop" value="palindrome" />
<param name="href"
value="http://www.opi.state.mt.us/streamer/Keynote/KeyNote_Ref.mov" />
<param name="target" value="QuickTimePlayer" />
<embed src="http://www.opi.state.mt.us/images/QT/qtwatchnow.mov"
target="QuickTimePlayer" width="165" height="30"
type="video/quicktime"
href="http://www.opi.state.mt.us/streamer/Keynote/KeyNote_Ref.mov"
pluginspage="http://www.apple.com/quicktime/download/"
controller="false" autoplay="true" loop="palindrome">
</embed>
</object>
Please note that I'm using REF movie that determines the quality of
movie based on connection speed so replace the
"http://www.opi.state.mt.us/streamer/KeyNote/..." (it's in two
places) with"rtsp://yourIPaddress/sample.mov"
_________________________________________
Steve Meredith, cca, cta
Administrator
Internet Services & Publishing Bureau
Montana Office of Public Instruction
email@hidden
http://www.metnet.state.mt.us/
http://www.opi.state.mt.us/
(406) 444-3563
- "You have 2 choices. Either push the envelope or lick it shut"
_______________________________________________
streaming-server-users mailing list |
email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/streaming-server-users
Do not post admin requests to the list. They will be ignored.