3Enter the URL for the media file (for example: rtsp://myserver.com/mymedia).

4Replace myserver.com with the DNS name of your streaming server computer, and mymedia with the name of your hinted movie or media file. This URL assumes that the movie or media file is located at the top level of your media directory. For movies in subfolders within the media directory, add the folder to the path name. For example:

rtsp://myserver.com/myfolder/mymedia.mov

If you want users to view streamed media through a web browser, you must set up a web page to show the media. Then give users the URL of the web page.

Do not attempt to view media in a web browser by typing an RTSP URL directly into the web browser’s address field.

Setting Up a Web Page With Streamed Media

To embed streaming media in a web page, you use the HTML EMBED tag. For complete documentation on the features and use of the EMBED tag, go to www.apple.com/quicktime/ authoring/embed.html

The following example places a graphical link to a movie, “sample.mov,” on a web page. (You can rename the sample movie that comes with QuickTime and use it for the example.) When a user clicks the link, the movie will start streaming in QuickTime Player.

<HTML>

<BODY>

This is a sample use of the EMBED tag.<BR>

<EMBED SRC="http://my.webserver.com/linkimage.mov" width="150"

height="64" href="rtsp://my.streamingserver.com/sample.mov"

target="QuickTimePlayer">

</BODY>

</HTML>

The URL specified in the SRC attribute is a link to a still image that has been exported as a nonhinted QuickTime movie, “linkimage.mov.” This image file serves as the link to the streaming movie. The width and height attributes specify the width and height of the image area. The HREF attribute is the URL for the streaming movie that will start playing when the image is clicked.

To let users view streaming media from a web page, create a reference movie that contains a streaming track with an RTSP URL that points to the media on your streaming server. Store the reference movie in the same directory as your web site and include a link to the reference movie on your web page. For more information on creating a reference movie, go to developer.apple.com/quicktime/ and click the Tools link. Look for the MakeRefMovie tool under WebMaster Tools.

32 Chapter 2

Page 32
Image 32
Apple QuickTime Streaming Server Darwin Streaming Server manual Setting Up a Web Page With Streamed Media

QuickTime Streaming Server Darwin Streaming Server specifications

Apple QuickTime Streaming Server, also known as Darwin Streaming Server, is a pivotal technology in the realm of multimedia streaming. Developed by Apple Inc., this open-source server software is designed specifically for the efficient delivery of video and audio content over the internet. One of the standout features of Darwin Streaming Server is its capability to stream content using the QuickTime file format, which is widely adopted for rich media applications.

A core characteristic of Darwin Streaming Server is its support for the Real-Time Streaming Protocol (RTSP). This protocol enables the server to communicate effectively with user clients, ensuring smooth playback of multimedia content. RTSP also allows for advanced streaming capabilities, such as pause, rewind, and fast forward, providing users with a versatile viewing experience.

Darwin Streaming Server is built on a highly modular architecture that enhances its scalability and flexibility. It can easily handle multiple simultaneous streams, making it suitable for both small-scale projects and large-scale broadcast environments. The server can efficiently manage bandwidth, optimizing the delivery of content even during peak usage times.

Another notable feature of Darwin Streaming Server is its robust integration with Appleā€™s QuickTime technology. This compatibility enables the seamless distribution of interactive media, which is crucial for applications in education, entertainment, and corporate training. The server can stream both live and on-demand audio and video content, catering to a diverse audience.

Additionally, Darwin Streaming Server supports various streaming formats, including MP3 and AAC for audio and H.264 for video. This flexibility allows content creators to deliver high-quality media while maintaining compatibility with various devices and platforms, from desktop computers to mobile devices.

Security is another important aspect of Darwin Streaming Server. It supports encryption protocols, ensuring that sensitive content is protected during transmission. This is particularly valuable for organizations that need to secure proprietary content or deliver private media to specific audiences.

In conclusion, Apple QuickTime Streaming Server, or Darwin Streaming Server, stands out as a powerful tool for multimedia streaming. Its integration of RTSP, compatibility with QuickTime, modular architecture, and robust security features make it an ideal choice for businesses and content creators looking to deliver high-quality streaming experiences. Whether used for live broadcasts or on-demand content, Darwin Streaming Server remains a significant contributor to the evolution of online media delivery.