Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
E
Ezstream
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 5
    • Issues 5
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge Requests 0
    • Merge Requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Operations
    • Operations
    • Incidents
    • Environments
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • CI/CD
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Members
    • Members
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Xiph.Org
  • Ezstream
  • Issues
  • #2269

Closed
Open
Created Apr 29, 2020 by Dan Steingart@dansteingart

error -3: Login failed when trying to run multiple instances of ezstream

quick thank you for writing such great software.

I am attempting to serve multiple files on multiple mount points to a single icecast2 server instance. The first connection succeeds as expected, but the subsequents attempts fail with

ezstream[9770]: stream: default: connect: [localhost]:8000: error -3: Login failed

when I use an xml configuration file structured as

<ezstream>

  <servers>
    <server>
      <hostname>localhost</hostname>
      <password>hackme</password>
    </server>
  </servers>

  <streams>
    <stream>
      <mountpoint>/stream_x</mountpoint>
      <format>MP3</format>
    </stream>
  </streams>

  <intakes>
    <intake>
      <filename>file_x.mp3</filename>
    </intake>
  </intakes>

</ezstream>

where x above is a unique file for a unique stream. Thanks.

Edited Apr 29, 2020 by Dan Steingart
Assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking
None
Due date
None