Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
Icecast-Server
Icecast-Server
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 95
    • Issues 95
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge Requests 1
    • Merge Requests 1
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Operations
    • Operations
    • Incidents
    • Environments
  • Analytics
    • Analytics
    • CI/CD
    • Repository
    • Value Stream
  • External Wiki
    • External Wiki
  • Members
    • Members
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Xiph.Org
  • Icecast-ServerIcecast-Server
  • Issues
  • #1416

Closed
Open
Created Aug 25, 2008 by Gitlab Bot@GitlabBotDeveloper

icecast server binds to random ports

Icecast version 2.3.2, compiled for Linux, x86_64 on Fedora 9 (from the src rpm supplied on icecast.org)

Every time icecast is started, the server binds to a random port. Port 8090 is specified in icecast.xml (see attached file).

Sample output:

[root@chrome ~]# service icecast restart
Shutting down icecast streaming daemon:                    [  OK  ]
Starting icecast streaming daemon:                         [  OK  ]
[root@chrome ~]#       netstat -tlp | grep icecast
tcp        0      0 chrome.hoover.:8090 *:*                         LISTEN      30033/icecast       
tcp        0      0 chrome.hoover.:8091 *:*                         LISTEN      30033/icecast       
[root@chrome ~]# service icecast restart
Shutting down icecast streaming daemon:                    [  OK  ]
Starting icecast streaming daemon:                         [  OK  ]
[root@chrome ~]#       netstat -tlp | grep icecast
tcp        0      0 chrome.hoover.:8090 *:*                         LISTEN      30119/icecast       
tcp        0      0 chrome.hoover.:8091 *:*                         LISTEN      30119/icecast       
Assignee
Assign to
Icecast 2.3
Milestone
Icecast 2.3 (Past due)
Assign milestone
Time tracking
None
Due date
None