mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-24 01:00:37 +00:00
sdp: make server work better when behind a proxy
This commit is contained in:
parent
3d7610b033
commit
92eb244215
1 changed files with 1 additions and 0 deletions
|
@ -47,6 +47,7 @@ gst_rtsp_sdp_from_media (GstRTSPMedia *media)
|
|||
gst_sdp_message_add_time (sdp, "0", "0", NULL);
|
||||
gst_sdp_message_add_attribute (sdp, "tool", "GStreamer");
|
||||
gst_sdp_message_add_attribute (sdp, "type", "broadcast");
|
||||
gst_sdp_message_add_attribute (sdp, "control", "*");
|
||||
rangestr = gst_rtsp_range_to_string (&media->range);
|
||||
gst_sdp_message_add_attribute (sdp, "range", rangestr);
|
||||
g_free (rangestr);
|
||||
|
|
Loading…
Reference in a new issue