Skip to content
GitLab
  • Menu
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 93
    • Issues 93
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 10
    • Merge requests 10
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages & Registries
    • Packages & 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
  • GStreamer
  • gst-rtsp-servergst-rtsp-server
  • Merge requests
  • !148

rtsp-media: Unblock all streams for shared media

  • Review changes

  • Download
  • Email patches
  • Plain diff
Open Mihael Brenko requested to merge mbrenko/gst-rtsp-server:tmp/shared_media into master Sep 04, 2020
  • Overview 10
  • Commits 1
  • Pipelines 5
  • Changes 1

Ensure that stream is unblocked when new client is requesting it, in cases where shared media is used the stream could be blocked if the first client did not request it. For example, if we provide audio and video streams in the pipeline but the first client requested only video stream, clients requesting audio streams could never get it because it was left in blocked state.

Fixes #111

Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: tmp/shared_media