MultiMedia Applications:
- Overview of QuickTime
- Can I stream QuickTime from my web pages?
- Adding a hint track with QuickTime Player (Pro version)
- Streaming media files with multiple sources.
- What do I need to make QuickTime for my web site?
- Where do I get QuickTime?
- How do I use the Quick Time Streaming Server (QTSS).
- Embedding Quick Time for web delivery.
- Helpful streaming links and sources.
- Overview of MP3
- Does ABHost.Net allow MP3 files?
- Can I use my Anonymous FTP account for direct MP3 downloads?
- Can I have an MP3 distribution website?
- Are MP3 files allowed and recognized on sub-domain accounts?
- Can I have copyrighted MP3s on my account if I have written permission?
1. Overview of QuickTime
QuickTime is Apple's complete technology for handling video, sound, animation, graphics, text, music, and even 360-degree virtual reality (VR) scenes. A gateway for rich media including images, music, MIDI, MP3, Flash, AVI and WAV files, text tracks, sprites and more. QuickTime lets you experience more than 200 kinds of digital media with your Mac or PC and it offers unparalleled quality, ease of use and functionality.
QuickTime is rapidly becoming the most popular distributed media technology for Windows and Mac OS–based computers. There are over 25 million QuickTime users. It is the hottest streaming technology on the Internet and has been in use since 1991. QuickTime is enabling the very best content the web has to offer.
QuickTime Streaming Server lets you start up a streaming digital video channel with news, entertainment, and education programming on the Internet. QuickTime Streaming Server 2 can serve over 2,000 streams to QuickTime 4 users, reliably delivering high-quality broadcasts. And since Apple is committed to making the QuickTime Streaming Server source code available to whomever wants to improve it, the technology will continue to evolve thanks to the applied collective brain power of the open source community.
There are basically two types of streaming HTTP streaming and RTP/RTSP streaming and QuickTime does them both.
HTTP streaming works by downloading an entire movie to your hard disk. QuickTime has supported this for over a year. QuickTime streaming files formatted for HTTP via the Apache Server work so well on both Macs and PCs that in addition to a large Macintosh user base QuickTime streaming has attracted millions of Windows users as well. Fact is, the quality of this QuickTime streaming is one of the reasons why the release of the Star Wars: Episode I The Phantom Menace trailer turned into the biggest online download event in history.
Just-in-time streaming RTSP (for real-time streaming protocol) is a just-in-time streaming technology that keeps your computer in constant touch with the server running the movie. Digital data is transferred and displayed and discarded once you've seen it. Though a 3-10 second cache of data is stored to compensate for occasional network “burps” that might otherwise compromise quality, at no point is the entire movie stored on your computer.
The difference? HTTP streaming is great for short movies and anything else you intend to play over and over again. RTSP streaming, on the other hand, is ideal for full-length movies and live events. With a combination of industry-standard streaming protocols and cutting-edge compression technologies, QuickTime 4 delivers perfectly synchronized audio and video streams.
2. Can I stream QuickTime from my web pages.
Yes you can stream any hinted QuickTime media file. Hint tracks contain information the streaming server needs to stream the media properly. Most authoring applications let you export media as a hinted QuickTime movie. You can also hint a movie using the Pro version of QuickTime Player. After the movie is hinted, copy it to the "qtss" media folder on your website. If you do have a qtss directory at your document root location send mail to support asking that we configure Quick Time for your account.
Note: A QuickTime movie does not need to have a video track. It can consist only of audio. For example, any sound track can be encoded as a QuickTime movie.
Each track in a media file must have its own hint track. For example, a movie with one audio and one video track must have two hint tracks: one for the audio track and one for the video track.
3. Adding a hint track with QuickTime Player (Pro version)
You can use the Pro version of QuickTime Player on most Mac OSbased and Windows-based computers. Check the QuickTime Web site for information on system requirements and installation instructions for QuickTime Pro.
When you use QuickTime Player to export a movie as a hinted movie, QuickTime adds the appropriate number of hint tracks automatically.
To export a QuickTime movie as a hinted movie:
1 Open the Pro version of QuickTime Player on a Mac OSbased or Windows-based computer.
2 Choose Export from the File menu.
3 Choose "Movie to Hinted Movie" from the pop-up menu, then type a new file name.
4 Click Options in the export dialog box.
5 Select Optimize Hints For Server.
6 Click OK.
7 Click Save.
For detailed information on hinting movies, see the following site: QuickTime authoring Web site www.apple.com/quicktime/authoring/ .
4. Streaming media files with multiple sources.
QuickTime movies often consist of content from several media files. For example, a video clip might be combined with music from one or more CD tracks. When you export a QuickTime movie, you should make it a "self-contained" file so that it includes all the sources.
To stream movies that are not self-contained, you must copy all the files needed by the movie to the same location. Store all the files in the media folder you specified in you html.
You do have to stay within the bound of our Terms Of Service. Please respect all international copyrights and do not distribute work that is not your own or work of which you do not have permission to freely distribute.
5. What do I need to make QuickTime for my web site?
You will at the very lest need a current copy QuickTime Pro. It is very affordable (under $30) as well as easy to use.
6. Where do I get QuickTime?
The Apple Computer site has a download available at http://www.apple.com/quicktime/. Apple's QuickTime 4 Authoring pages have lots of HTML, Plugin and Reference movie examples. Please make sure to visit Apple.Com for technical support of Apple products.
7. How do I use the Quick Time Streaming Server (QTSS).
0) Place the hinted sample movie in your qtss folder. When you first login via FTP you will see the "qtss" directory. The qtss directory should be where you can see your public_html directory (this is the root level of your web space). If you do not have a qtss directory at that location send mail to support asking that we configure the Quick Time Streaming Server for your account:
(i.e.. /username/qtss/sample.mov)
1) From a MacOS or Windows client run QuickTime 4 Player
2) Under the File menu, select "Open URL in New Player..."
3) In the URL space provided, enter the following:
rtsp://your-domain.com:554/username/sample.mov
4) Click
5) The movie should indicate it is connecting, negotiating, buffering, and then it should start playing.
To show the movie in a Web Browser, you then need to do the following:
6) From the File Menu in QT Player Pro, select "Save As..."
7) In the Save dialog window, select "Make movie self-contained"
8) Name the file something like "sample_ref.mov"
9) Save it on your desktop
10) Using FTP client software, upload the file "sample_ref.mov" into the users public_html folder:
(ie. /username/public_html/sample_ref.mov)
11) Now, create an HTML document that references the "sample_ref.mov" (via HTTP/Apache), like this:
Make a html file named - index.html. The index.html file would then include something like the following EMBED SRC tag
12) Now, to view the content in a Web Browser, a person simply loads the Web Page containing the <embed src="..."> tag.
(Web Browser) htp://www.some-domain.com/index.html
The QuickTime Sample movie should load and be able to RTSP stream the file via QTSS.
8. Embedding Quick Time for web delivery.
If you would like to see a complete listing/definitions of embed tags go the apple embed page.
The following text is from the apple site and is provided here for a quick reference.
The




