Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
gst-rtsp-server
gst-rtsp-server
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 79
    • Issues 79
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge Requests 11
    • Merge Requests 11
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
  • Operations
    • Operations
    • Incidents
    • Environments
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • CI / CD
    • Repository
    • Value Stream
  • Snippets
    • Snippets
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • GStreamer
  • gst-rtsp-servergst-rtsp-server
  • Issues
  • #60

Closed
Open
Opened Jan 21, 2019 by Juho Ylikorpi@jaylik

Add a configuration for max-bitrate

Re-purposed from initial issue:

UDP streams with large I-frames (4K ip-cameras and even some 1080p) are generating too large UDP burst and those will be dropped by routers/VPN GWs etc. with small buffers (datacenter connections are 10Gbits but Internet only 100Mbits).

While it's theoretically possible through GstBin::deep-element-added signal to do custom setup on the udpsink, it is likely that these days more and more users will need to control the burst rate. The buffer-size has been exposed similarly if I read the code correctly.

Edited Jan 21, 2019 by Nicolas Dufresne
Assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking
None
Due date
None
Reference: gstreamer/gst-rtsp-server#60