on 9/3/2002 9:58 AM, John Anderson at email@hidden wrote:
> 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.
>
Here9s a link that I use to help me set up my embeded streaming quicktime
movies.
http://docs.info.apple.com/article.html?artnum=58316&SaveKCWindowURL=http%3A
%2F%2Fkbase.info.apple.com%2Fcgi-bin%2FWebObjects%2Fkbase.woa%2Fwa%2FSaveKCT
oHomePage&searchMode=Expert&kbhost=kbase.info.apple.com&showButton=false&ran
domValue=100&showSurvey=true&sessionID=anonymous|147178449
---------------------------
Sopheak J. Real
TSA, Technology Specialist
Storey Elementary School
5250 East Church Ave.
Fresno, CA 93725
(559)253-6530 (ext.253)
(FAX)253-6535
email@hidden
____________________________
_______________________________________________
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.