Skip to content
GitLab
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 103
    • Issues 103
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 6
    • Merge requests 6
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and 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.OrgXiph.Org
  • Icecast-ServerIcecast-Server
  • Issues
  • #2415
Closed
Open
Issue created Jul 16, 2021 by la-colle@ncroiset

SSL=1 in icecast.xml and url inside .m3u and .xsph

When we are using the SSL port declared with:

    <listen-socket>
       <port>8000</port>
    </listen-socket>
    <listen-socket>
       <port>8002</port>
       <ssl>1</ssl>
    </listen-socket>

on the status page, the url is in https with the right port, but inside the generated .m3u file it is http:// with the right port, so it is wrong.

.m3u file example:

http://live.bidon.org:8002/amiens

It should be

http://live.bidon.org:8000/amiens

or

https://live.bidon.org:8002/amiens

.xspf file example:

<?xml version="1.0" encoding="UTF-8"?>
<playlist xmlns="http://xspf.org/ns/0/" version="1">
  <title/>
  <creator/>
  <trackList>
    <track>
      <location>http://live.bidon.org:8000/amiens</location>
      <title/>
      <annotation>Stream Title: test
Stream Description: test
Content Type:audio/mpeg
Current Listeners: 7
Peak Listeners: 13
Stream Genre: Various</annotation>
      <info>http://www.test.org</info>
    </track>
  </trackList>
</playlist>
Edited Jul 16, 2021 by Marvin Scholz
Assignee
Assign to
Time tracking