The app_rtsp implements an RTSP players that allows to stream content stored on a Streaming Server (like Darwin or VLC) or in a Network Camera from the Asterosik dialplan into an ongoing call.

The application has only one function:

  1. rtsp
    Play a RTSP content.

rtsp(url)

Description

This function establish a RTSP connection with the RTSP server specified in the URL and starts the playback of the content.

Examples:

[rtsp]
 exten => 1,1,Answer()
 exten => 1,1,rtsp(rtsp://192.168.1.2/live.sdp)