Good day!
I deployed a bundle of Mopidy + Iris + Icecast.
Icecast is not displayed in Iris
Accordingly, there is no sound in the browser.
When refreshing the page, the following message appears «Could not load connections»
At the same time, I see active streaming in Icecast
Playable in the browser without problems
There are no errors in the logs
checked “/var/log/icecast2/error.log” and “service mopidy status”
Deployed to Ubuntu 20.10, no issues with GStreamer
Config:
[mpd]
enabled = true
hostname = 0.0.0.0
port = 6600
[http]
enabled = true
hostname = 0.0.0.0
port = 6680
default_app = iris
[local]
media_dir = /var/lib/mopidy/media/music
scan_timeout = 2000
scan_flush_threshold = 100
[m3u]
playlists_dir = /var/lib/mopidy/playlists
[audio]
# output = lamemp3enc bitrate=320 ! shout2send async=false mount=mopidy ip=127.0.0.1 port=8000 password=hackme
output = tee name=t ! queue ! audioresample ! autoaudiosink t. ! queue ! lamemp3enc ! shout2send async=false mount=mopidy ip=127.0.0.1 port=8000 password=hackme