RTSPConnection.create

Create a newly allocated #GstRTSPConnection from url and store it in conn. The connection will not yet attempt to connect to url, use gstrtsp.rtspconnection.RTSPConnection.connect.

A copy of url will be made.

Parameters

url gstrtsp.rtspurl.RTSPUrl

a #GstRTSPUrl

conn gstrtsp.rtspconnection.RTSPConnection

storage for a #GstRTSPConnection

Return Value

Type: gstrtsp.types.RTSPResult

#GST_RTSP_OK when conn contains a valid connection.