Mailing Lists: Apple Mailing Lists

Image of Mac OS face in stamp
 
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Creating a Streaming QT Web Page



You should create a ref movie which links to the stream, and put it in the URLs in your first embedded code example. Put the ref movie on your Web server, not your QTSS server.

The easiest way to create a ref movie is to open the stream with QuickTime Player and (if you have a QTPro key) select File->Save As. The movie you save will be a 1-2k ref movie. Put this movie and link to it in your object/embed tags.

John Anderson


On Friday, August 30, 2002, at 07:10 PM, Angel Hernandez wrote:

I've been driving myself CRAZY attempting to create a web page that loads a streaming quicktime movie. I've been reading all of the docs that I can find included with DSS and on Apple's site, and still haven't had any luck.

I have Apache running on port 80, and DSS listening on their standard ports 554,1220,8000, etc..

Here's what I've tried to include in a HTML doc, but to no avail... The movie australia.mov is in my media directory, and can be played directly from the quicktime player. Anyhow, how am I screwing up the code below? Thanks

Angel

<OBJECT CLASSID="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" WIDTH="480" HEIGHT="288" CODEBASE="http://www.apple.com/qtactivex/qtplugin.cab";>
<PARAM name="AUTOPLAY" VALUE="true">
<PARAM name="CONTROLLER" VALUE="TRUE">
<PARAM name="pluginspage" VALUE="http://www.apple.com/quicktime/download/indext.html";>
<PARAM name="type" VALUE="video/quicktime">
<embed src="http://firemindz.com:554/australia.mov"; width="240" height="180" kioskmode="true">
</OBJECT>


Also tried changing the embed tag like so...

<embed src="australia.mov" width="240" height="180" href="rtsp://firemindz.com:554/"; kioskmode="true">


Also tried...

<embed src="rtsp://firemindz.com:554/australia.mov"; width="240" height="180" kioskmode="true">
_______________________________________________
streaming-server-developers mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/streaming-server-> developers
Do not post admin requests to the list. They will be ignored.
_______________________________________________
streaming-server-developers mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/streaming-server-developers
Do not post admin requests to the list. They will be ignored.



Visit the Apple Store online or at retail locations.
1-800-MY-APPLE

Contact Apple | Terms of Use | Privacy Policy

Copyright © 2007 Apple Inc. All rights reserved.