Appreciated Steve's set-up example. But I am having a problem with the
ref.mov I made, when it is called from the HTML code, I get this error
message from the QT Player app:
"Couldn't open the file "my file name" because an unknown error occurred.
The number of the error is -3285."
I am using Apple's make ref mov X application, and uploading it to the http
server using Dreamweaver. Locally, when I launch the ref.mov from the Finder
it seems to work OK. Only when being called from the server (WebStar) do I
get the above error. Funny, but in the finder it is a 4k file, whereas in DW
it shows up as 1k in the site window. Suspicious. I've had several issues
working with DW MX since making the upgrade to WebStar V. So this may be a
DW issue???
Any thoughts what might be wrong?
Thanks in advance.
Jon Clements
Virtualorchard.net
on 2/28/03 7:35 AM, Steve Meredith at email@hidden wrote:
> 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.
>
--
Jon Clements
Extension Tree Fruit Specialist
UMass Cold Spring Orchard Research & Education Center
393 Sabin St.
Belchertown, MA 01007
413.323.4208 office
413.323.4875 fax
413.478.7219 mobile
http://www.umass.edu/fruitadvisor/clements/
IM: mrhoneycrisp
Weblog: http://radio.weblogs.com/0108273/
_______________________________________________
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.