Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • gst-rtsp-server gst-rtsp-server
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 94
    • Issues 94
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 8
    • Merge requests 8
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • GStreamerGStreamer
  • gst-rtsp-servergst-rtsp-server
  • Issues
  • #14
Closed
Open
Issue created Sep 04, 2015 by Bugzilla Migration User@bugzilla-migration

trick modes in gst-rtsp-server

Submitted by Ognyan Tonchev (redstar_)

Link to original bug (#754575)

Description

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 ()?

Assignee
Assign to
Time tracking