After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 655805 - Make the extended RTSP headers optional
Make the extended RTSP headers optional
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
git master
Other Linux
: Normal enhancement
: 0.10.31
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2011-08-02 12:44 UTC by Marc Leeman
Modified: 2011-09-05 11:30 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
allow sending short RTSP requests to a server (2.77 KB, patch)
2011-08-02 12:44 UTC, Marc Leeman
committed Details | Review

Description Marc Leeman 2011-08-02 12:44:03 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).
Comment 1 Mark Nauwelaerts 2011-09-05 11:30:10 UTC
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