TOPIC
This article describes how to set up a relay using QuickTime Streaming Server 2.0 (QTSS).
DISCUSSION Setting up a Relay A relay listens to an incoming broadcast (either unicast or multicast), and forwards, or relays, that broadcast to one or more destination addresses. The destination addresses may be unicast or multicast. You can set up your server to relay multiple broadcasts at the same time.
Sample Setup for Relaying a Live Broadcast
Setting Up a Relay Configuration File You set up a relay by creating a relay configuration file and copying it to the /etc directory. The name of the file should be "/etc/qtssrelay.conf". If you are using DarwinStreamingServer 2.0, the name should be "/etc/streamingrelay.conf". The easiest way to create a relay configuration file is to edit the sample file data provided in this article. (See below.) A relay source and one or more relay destinations are part of a unit. Information about a relay destination must immediately follow information about a relay source. You may have more than one unit in a configuration file. The following example has one source and two destinations. IMPORTANT: Although the relay_source and relay_destination lines are each split over two lines in the example, each must be on one line in your configuration file.
relay_source in_addr=224.98.98.45 src_addr=
relay_destination dest_addr=17.254.98.45
relay_destination dest_addr=226.91.45.78
Example Relay Configuration File for QTSS 2.0.1:
In QuickTime Streaming Server 2.0.1, the syntax has changed. When entering a string that contains spaces in a configuration file, the string must be enclosed in quotation marks.
relay_source "in_addr=224.98.98.45 src_addr=
relay_destination "dest_addr=17.254.98.45
relay_destination "dest_addr=226.91.45.78
For more information on QuickTime Streaming Server Syntax Change, please see article 31237: " QuickTime Streaming Server: Configuration File Syntax Changed in Version 2.0.1 "
These are the keywords and values that can appear in the relay configuration file.
Turning a Relay on or off To turn off a relay, delete or remove the file from the /etc directory. Then stop and restart QuickTime streaming service. To turn on a relay, create or copy a relay configuration file to the /etc directory. Then stop and restart QuickTime streaming service.
|
Document Information | |
Product Area: | Mac OS System Software |
Category: | Mac OS X Server |
Sub Category: | QuickTime Streaming |
Keywords: | kqtss, kqt4, kmosXserver |
Copyright © 2000 Apple Computer, Inc. All rights reserved.