"GStreamer" (GNOME Bugzilla)
2015-09-04 14:21:46 UTC
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-***@lists.freedesktop.org
Reporter: ***@axis.com
QA Contact: gstreamer-***@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 ()?
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-***@lists.freedesktop.org
Reporter: ***@axis.com
QA Contact: gstreamer-***@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.
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.