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 92
    • Issues 92
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 10
    • Merge requests 10
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • 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
  • Issues
  • #117

Closed
Open
Created Oct 10, 2020 by Max Lau@max.smadt

GstRTSPWatch too much backlog

Hi, I am using the test-launch example to build my RTSP server but I see the same warning flooding my console.

gst_rtsp_watch_write_data: too much backlog: max bytes: 0, current: 136931, max message: 100, current: 100

I assume 0 for max bytes means unlimited so 136931 is not a problem. Therefore, I believe message is the reason that I see this warning?

I would like to ask what GstRTSPWatch is used for and if this warning is something that breaking my RTSP server. I found that when I see this warning, there is a high chance that no new RTSP clients (VLC player) can connect to the server and I need to restart the server.

Cheers, Max

Assignee
Assign to
Time tracking