rtsp sdp
Last reviewed on 2013-07-11 (1.0.0)
GstSDPInfo
Members
is_ipv6
(gboolean)
–
server_ip
(const gchar *)
–
GstRtspServer.SDPInfo
Functions
gst_rtsp_sdp_from_media
gboolean gst_rtsp_sdp_from_media (GstSDPMessage * sdp, GstSDPInfo * info, GstRTSPMedia * media)
Add media specific info to sdp. info is used to configure the connection information in the SDP.
Parameters:
sdp
–
info
(
[transfer: none])
–
media
(
[transfer: none])
–
TRUE on success.
GstRtspServer.prototype.rtsp_sdp_from_media
function GstRtspServer.prototype.rtsp_sdp_from_media(sdp: GstSdp.SDPMessage, info: GstRtspServer.SDPInfo, media: GstRtspServer.RTSPMedia): {
// javascript wrapper for 'gst_rtsp_sdp_from_media'
}
Add media specific info to sdp. info is used to configure the connection information in the SDP.
Parameters:
TRUE on success.
GstRtspServer.rtsp_sdp_from_media
def GstRtspServer.rtsp_sdp_from_media (sdp, info, media):
#python wrapper for 'gst_rtsp_sdp_from_media'
Add media specific info to sdp. info is used to configure the connection information in the SDP.
Parameters:
TRUE on success.
gst_rtsp_sdp_from_stream
gboolean gst_rtsp_sdp_from_stream (GstSDPMessage * sdp, GstSDPInfo * info, GstRTSPStream * stream)
Add info from stream to sdp.
Parameters:
sdp
–
info
(
[transfer: none])
–
stream
(
[transfer: none])
–
TRUE on success.
GstRtspServer.prototype.rtsp_sdp_from_stream
function GstRtspServer.prototype.rtsp_sdp_from_stream(sdp: GstSdp.SDPMessage, info: GstRtspServer.SDPInfo, stream: GstRtspServer.RTSPStream): {
// javascript wrapper for 'gst_rtsp_sdp_from_stream'
}
Add info from stream to sdp.
Parameters:
TRUE on success.
GstRtspServer.rtsp_sdp_from_stream
def GstRtspServer.rtsp_sdp_from_stream (sdp, info, stream):
#python wrapper for 'gst_rtsp_sdp_from_stream'
Add info from stream to sdp.
Parameters:
TRUE on success.
gst_rtsp_sdp_make_media
gboolean gst_rtsp_sdp_make_media (GstSDPMessage * sdp, GstSDPInfo * info, GstRTSPStream * stream, GstCaps * caps, GstRTSPProfile profile)
Creates a GstSDPMedia from the parameters and stores it in sdp.
TRUE on success
Since : 1.14
GstRtspServer.prototype.rtsp_sdp_make_media
function GstRtspServer.prototype.rtsp_sdp_make_media(sdp: GstSdp.SDPMessage, info: GstRtspServer.SDPInfo, stream: GstRtspServer.RTSPStream, caps: Gst.Caps, profile: GstRtsp.RTSPProfile): {
// javascript wrapper for 'gst_rtsp_sdp_make_media'
}
Creates a GstSdp.SDPMedia from the parameters and stores it in sdp.
Parameters:
Since : 1.14
GstRtspServer.rtsp_sdp_make_media
def GstRtspServer.rtsp_sdp_make_media (sdp, info, stream, caps, profile):
#python wrapper for 'gst_rtsp_sdp_make_media'
Creates a GstSdp.SDPMedia from the parameters and stores it in sdp.
Parameters:
Since : 1.14
The results of the search are