You can add external channel sources to your TV Server or HD Encoder product such that the external source appears in your existing channel listing. The following steps outline the procedure.
The format of the URL is very specific. If the URL is incorrectly specified, the stream will not work.
When adding RTSP streams, ensure the URL takes the following format:
rtsp://<server>/live/<streamname>
Be sure that you substitute <server> with the IP or hostname of the source server, and <streamname> for the name of the source stream.
Note: If the source is a TV Server or HD Encoder platform 3.1 or later appliance, you can find pre-formatted URLs for this purpose in the web interface. Choose Status from the left navigation, then select the All Channels tab.
When adding UDP multicast streams, the URL takes the following format:
udp://<server>@<ip>:<port>?streamName=<streamname>
Be sure that you substitute <server> with the IP or hostname of the source server, <ip> and <port> with the IP address and port of the multicast stream, and <streamname> for the name of the stream itself.
Some example source URLs follow.
rtsp://192.168.9.194/live/BBC NEWS<br />udp://192.168.9.194@224.0.1.2:10000?streamName=BBC ONE
Certain earlier platform versions of TV Server and HD Encoder appliances require that you escape the URLs, replacing spaces with "%20". Examples of escaped URLs follow:
rtsp://10.123.100.5/live/Channel%204