6
SMD101 • Setup Guide (Continued)
Connecting to Streams Without SAP Announcements
For a source that is not congured for SAP announcements (such as IP cameras), the RTSP (pull) stream URI is entered directly
in the Source: eld of the SMD101 player controls. The URI prex (udp in the example below) corresponds to the streaming
method.
UDP or RTP Connections
To connect the SMD101 to a stream using the destination port of the encoder, use the following template:
udp://@:<destination port>
For example, to connect to the SME100 stream in gure 6, enter the following URI in the SMD101 Source eld (see figure 5):
udp://@:60000
The SMD101 also supports the URI formats:
ts/rtp://192.168.254.254@192.168.254.254:60000
and
ts/rtp://@192.168.254.254:60000
HTTP Connection to an SME100
To connect to RTSP streams over HTTP, use the following templates.
For unicast streams, the URI format is:
http://<sme_ip_adr>/web/output1.sdp.
For multicast RTP over UDP RTSP (pull) streams, the URI format is:
http://<sme_ip_adr>/web/output1/multicast.sdp.
If the encoder has an active admin password, it challenges the connection. An admin or user password is required for connection.
To play the stream, the user name and password must be embedded in the URI entered in the Source eld.
For unicast streams requiring credentials, the URI format is:
http://user:password@<sme_ip_adr>/web/output1.sdp.
For multicast RTP over UDP RTSP (pull) streams requiring credentials, the URI format is:
http://user:password@<sme_ip_adr>/web/output1/multicast.sdp.