GstRTSPSdp

GstRTSPSdp — Make SDP messages

Synopsis

                    GstSDPInfo;
gboolean            gst_rtsp_sdp_from_media             (GstSDPMessage *sdp,
                                                         GstSDPInfo *info,
                                                         GstRTSPMedia *media);

Description

Last reviewed on 2013-07-11 (1.0.0)

Details

GstSDPInfo

typedef struct {
  gboolean is_ipv6;
  const gchar *server_ip;
} GstSDPInfo;

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.

sdp :

a GstSDPMessage

info :

a GstSDPInfo. [transfer none]

media :

a GstRTSPMedia. [transfer none]

Returns :

TRUE on success.

See Also

GstRTSPMedia