Libretime Output Stream

I’ve just installed libretime on a Debian server with icecast.

When I login to the libretime UI, no output streams are showing. I’ve looked and looked at the config files to no avail.

Can anyone help or point me to a default yml file.

Thanks

Did anyone see a resolution to this? I’ve got the same issue.

Hello!
I have Libretime 4.5.0 on Debian 11.

In config.yml I deleted everything after line 192 (after “Default icecast outputs”)
sudo nano -l /etc/libretime/config.yml

and I only added my 3 icecast output streams :

    # Icecast output streams.
    # > max items is 3
    icecast:
      # The default Icecast output stream
      - <<: *default_icecast_output
        enabled: true
        public_url: https://YourRadioLink.org:8443/stream-default
        mount: stream-default
        audio:
          format: mp3
          bitrate: 192

      # The HD stream
      - <<: *default_icecast_output
        enabled: true
        public_url: https://YourRadioLink.org:8443/stream-hd
        mount: stream-hd
        audio:
          format: mp3
          bitrate: 256

      # The LD stream
      - <<: *default_icecast_output
        enabled: true
        public_url: https://YourRadioLink.org:8443/stream-ld
        mount: stream-ld
        audio:
          format: mp3
          bitrate: 128

Hope it helps you… if not you need to see your logs