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: Start a stream with a qtl-File in the QT-Player



Johannes Schaugg <email@hidden> asks:

Hello,

I have a link to this qtl-File (see below) in my webpage. The problem: The
Browser downloads the file, but doesn't start the QT-Player with the stream
automaticaly. One have to click on the downloaded qtl-File to start the
movie in the QT-Player. Who can help?

Thanks
Johannes
______________
<?xml version="1.0"?>
<?quicktime type="application/x-quicktime-media-link"?>

<embed
    autoplay="true"
    moviename="Die harmonische Schwingung"
    src="rtsp://schauggstream.hdm-stuttgart.de/schaugg/vkp/04_1.mov";
    />
______________

The *.qtl MIME type is not generally in the default configuration for web servers so you'll need to take care of that with your server admin (see below). Failing that, you can add the following to your embed/object coding:


TYPE="MIMEtype" (optional)
TYPE="MIMEtype" specifies the MIME type of the EMBED file, which in turn determines which plug-in to load. Use the TYPE attribute for a plug-in that requires no data, for example, a plug-in that draws an analog clock or fetches all of its data dynamically. For a visible plug-in, you must include both the WIDTH and HEIGHT attributes if you use TYPE; no default values are used.


Note: The functionality of this attribute is only supported by Netscape Navigator, version 2.0 or later.

For example:

<embed type="video/quicktime" width="200" height="240">



Map the .mov file extension to the video/quicktime MIME type.
Map the .qti and .qtif file extensions to the image/x-quicktime MIME type.
Map the .pntg file extension to the image/x-macpaint MIME type.
Map the .qtl file extension to the application/x-quicktimeplayer MIME type.

QTSRC= "URL" (optional...requires QuickTime 4)
This attribute allows content developers to force a browser to use the QuickTime Plug-in for a file no matter what its MIME type is. The attribute treats it's value as a URL to load, and ignores any data loaded by the browser from the "src" parameter.


For example:

<EMBED src="sample.mov" qtsrc="rtsp://www.apple.com/quicktime/movies/sample2.mov";>
--
=====================================================================
Dr. Frank Lowney email@hidden
Director, Electronic Instructional Services, a unit of the
Office of Information and Instructional Technology,
Professional Pages: http://www.gcsu.edu/oiit/eis/
Personal Pages: http://www.faculty.de.gcsu.edu/~flowney
Voice: (478) 445-5260
=====================================================================
We don't make instruction effective, we make effective instruction more accessible.
_______________________________________________
quicktime-talk mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/quicktime-talk
Do not post admin requests to the list. They will be ignored.

References: 
 >Start a stream with a qtl-File in the QT-Player (From: Johannes Schaugg <email@hidden>)



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.