[Bug 754575] New: trick modes in gst-rtsp-server

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Fri Sep 4 07:21:46 PDT 2015


https://bugzilla.gnome.org/show_bug.cgi?id=754575

            Bug ID: 754575
           Summary: trick modes in gst-rtsp-server
    Classification: Platform
           Product: GStreamer
           Version: git master
                OS: Linux
            Status: NEW
          Severity: enhancement
          Priority: Normal
         Component: gst-rtsp-server
          Assignee: gstreamer-bugs at lists.freedesktop.org
          Reporter: ognyan.tonchev at axis.com
        QA Contact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---

I am creating this ticket to initiate a discussion about supporting trick modes
in the server.

The use case I am trying to address is an Onvif client specifying the Frames
header field in PLAY:

Frames: [intra|all]

which is used for limiting transfer bandwidth when playing .mkv recorded files.

Don't know if any of you has already thought about it, but what do you think
about exposing methods for setting/getting trick modes in GstRTSPMedia like:

void gst_rtsp_media_set_trick_modes (GstRTSPMedia * media,
    GstRTSPTrickModeFlags flags);
GstRTSPMediaTrickModeFlags gst_rtsp_media_get_trick_modes (GstRTSPMEdia *
media);

And then setting GstSeekFlags appropriately when doing the seek from
gst_rtsp_media_seek ()?

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list