Configure a DME Stream : DME Output Streams : Out-2 > Serve TS via RTSP
  
Out-2 > Serve TS via RTSP
You can serve available live streams and stored files via unicast RTSP/TS. Note that the port must be explicitly identified in the URL. The port required is the Multi Protocol server port - default 5544.
 
Live
No explicit configuration of this option is required. All live streams in Multi-Protocol server are available for serving via an appropriate URL. Generally only Transport streams containing H.264 video are supported, but for transport streams which are brought into the DME using a transport stream protocol and are transmitted using transport stream protocol, any codec will be supported. This allows support of MPEG-2 video in transport stream for this use case. There are number of possible formats for the URLs. The recommended URL format includes “ts” in the URL path:
rtsp://<dme_ip_address:port>/ts/<stream_name>
Alternate URLs are available for backward compatibility. These URLS are not recommended. If the stream has been provided using a TS push only (In-4) the following URLs are acceptable:
rtsp://<dme_ip_address:port>/<stream_name>_ts
rtsp://<dme_ip_address:port>/ts/<stream_name>_ts
rtsp://<dme_ip_address:port><stream_name>?ForceTS
rtsp://<dme_ip_address:port><stream_name>_ts>?ForceTS
rtsp://<dme_ip_address:port>/ts/<stream_name>?ForceTS
rtsp://<dme_ip_address:port>/ts/<stream_name>_ts>?ForceTS
If the stream has been provided using another Input use cases, the following URLs are legal:
rtsp://<dme_ip_address:port><stream_name>?ForceTS
rtsp://<dme_ip_address:port>/ts/<stream_name>?ForceTS
 
Stored
ts/mpg, mov, or mp4 files can be served using unicast RTSP/TS. Only files containing H.264 content video are supported. The recommended URL format for this use case is as follows. Alternate URLs are available but not recommended.
rtsp://<dme_ip_address:port>/vodts/<filename.extension>
If the file is a transport stream file then the following formats can be used:
rtsp://<dme_ip_address:port>/vod/<filename.extension>
rtsp://<dme_ip_address:port>/vod/<filename.extension>?ForceTS
rtsp://<dme_ip_address:port>/vodts/<filename.extension>?ForceTS
If the file is a mov or mp4 file then the following format are acceptable:
rtsp://<dme_ip_address:port>/vod/<filename.extension>?ForceTS
rtsp://<dme_ip_address:port>/vodts/<filename.extension>?ForceTS
You can serve an available stream via unicast RTSP with the resulting URL as follows (append “_ts” to the URL path).
rtsp://<dme_ip_address>:5544/<stream_name>_ts
 
*See Also:
Input and Output DME Streams