GstRTSPSdp — Make SDP messages
Last reviewed on 2013-07-11 (1.0.0)
gboolean gst_rtsp_sdp_from_media (GstSDPMessage *sdp, GstSDPInfo *info, GstRTSPMedia *media);
GstSDPMessage *sdp
GstSDPInfo *info
GstRTSPMedia *media
Add media specific info to sdp . info is used to configure the connection information in the SDP.
media
sdp
info
a GstSDPMessage
a GstSDPInfo.
a GstRTSPMedia.
TRUE on success.
typedef struct { gboolean is_ipv6; const gchar *server_ip; } GstSDPInfo;
GstRTSPMedia