> 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:
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?