GstRTSPSdp
GstRTSPSdp
— Make SDP messages
Description
Last reviewed on 2013-07-11 (1.0.0)
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.
Types and Values
GstSDPInfo
typedef struct {
gboolean is_ipv6;
const gchar *server_ip;
} GstSDPInfo;