GNOME Bugzilla – Bug 655805
Make the extended RTSP headers optional
Last modified: 2011-09-05 11:30:34 UTC
Created attachment 193054 [details] [review] allow sending short RTSP requests to a server Some encoders (Arecont) do not like the long OPTIONS sent at startup as sent by GStreamer; but does accept the short header as sent by Live555. This patch makes the extending the request optional by adding a property (short-header).
commit ce276d903caa73d9948bf1d86841b6d16b67e11a Author: Marc Leeman <marc.leeman@gmail.com> Date: Mon Sep 5 13:18:39 2011 +0200 rtspsrc: allow sending short RTSP requests to a server Some encoders (Arecont) do not like the long OPTIONS sent at startup as sent by GStreamer, but do accept the short header as sent by Live555. This patch makes the extending the request optional by adding a property (short-header). Fixes #655805. API: GstRTSPSrc:short-header