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: How to specify RTSP/RTP-over-HTTP in a web page embedded object?



> Sorry, but you can't do this from the QTSS/Darwin Streaming Server.
> The selection between HTTP and UDP streaming transports can only be
> set from the client-side.

Yes, I know.  That's what I'm asking how to do.

I know how to set HTTP streaming using the QuickTime Player *application* (using its "Edit"/"Preferences"/"QuickTime Preferences"/"Streaming Transport" menu). But what I want to do instead is specify this instead from a *web page* (that contains an embedded object specifying the use of the QuickTime plugin). I.e., I want the QuickTime plugin to automatically stream using HTTP (without requiring the user to first tweak the QuickTime Player application).

Once again, I have the following HTML in a web page, to play a stream (from a DSS) via RTSP/RTP:

<OBJECT CLASSID="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B"
WIDTH="320" HEIGHT="146"
CODEBASE="http://www.apple.com/qtactivex/qtplugin.cab";>
<PARAM name="SRC" VALUE="foo.mov">
<PARAM name="AUTOPLAY" VALUE="true">
<PARAM name="CONTROLLER" VALUE="false">
<EMBED SRC="foo.mov" WIDTH="320" HEIGHT="146" AUTOPLAY="true" CONTROLLER="false" PLUGINSPAGE="http://www.apple.com/quicktime/download/";>
</EMBED>
</OBJECT>


where "foo.mov" is a QuickTime movie file that contains an embedded "rtsp://"; URL that points to a DSS.

Is there a way to tell the QuickTime Plugin - from the HTML - to stream using HTTP? E.g., is there a way to do this by adding another
<PARAM name=" ...
line?


	Ross.
_______________________________________________
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.