Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • Icecast-Server Icecast-Server
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 100
    • Issues 100
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 5
    • Merge requests 5
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages & Registries
    • Packages & Registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • External wiki
    • External wiki
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Xiph.Org
  • Icecast-ServerIcecast-Server
  • Issues
  • #2056
Closed
Open
Created Oct 07, 2014 by Marvin Scholz@ePiratOwner

On-demand relay mount vanishes shortly right after last player disconnects

If a on demand relay is configured, and the last listener disconnects, it vanishes from the stats for a short period of time.

This is because in source.c the source_shutdown() function deletes the source stats:

stats_event(source->mount, NULL, NULL);

There would be different approaches to fix this:

  1. Do not fix it at all
  2. If it is a on-demand mount, only remove the data that will probably change
  3. Remove all data and trigger immediate refresh of mount data (inefficient?)
Assignee
Assign to
Time tracking