Hello
I am naively trying to get Raspbian, Iris & Icecast2 to work together. I have got iris on line, mopidy is running
● mopidy.service - Mopidy music server
Loaded: loaded (/lib/systemd/system/mopidy.service; enabled; vendor preset: enabled)
Active: active (running) since Thu 2019-10-17 08:54:03 CEST; 4h 53min ago
Process: 577 ExecStartPre=/bin/mkdir -p /var/cache/mopidy (code=exited, status=0/SUCCESS)
Process: 581 ExecStartPre=/bin/chown mopidy:audio /var/cache/mopidy (code=exited, status=0/SUCCESS)
Main PID: 585 (mopidy)
Tasks: 13 (limit: 4915)
Memory: 56.2M
CGroup: /system.slice/mopidy.service
└─585 /usr/bin/python2 /usr/bin/mopidy --config /usr/share/mopidy/conf.d:/etc/mopidy/mopidy.conf
oct. 17 08:54:08 pimusic mopidy[585]: INFO Starting Mopidy audio
oct. 17 08:54:08 pimusic mopidy[585]: INFO Starting Mopidy backends: StreamBackend, M3UBackend, FileBackend, LocalBackend
oct. 17 08:54:08 pimusic mopidy[585]: INFO Loaded 0 local tracks using json
oct. 17 08:54:08 pimusic mopidy[585]: INFO Starting Mopidy core
oct. 17 08:54:08 pimusic mopidy[585]: INFO Starting Mopidy frontends: MpdFrontend, HttpFrontend, IrisFrontend
oct. 17 08:54:08 pimusic mopidy[585]: INFO MPD server running at [::ffff:127.0.0.1]:6600
oct. 17 08:54:08 pimusic mopidy[585]: INFO Audio output set to "tee name=t ! queue ! audioresample ! autoaudiosink t. ! que
oct. 17 08:54:08 pimusic mopidy[585]: INFO HTTP server running at [::ffff:192.168.0.105]:6680
oct. 17 08:5
4:08 pimusic mopidy[585]: INFO Starting GLib mainloop
oct. 17 08:54:08 pimusic mopidy[585]: INFO Starting Iris 3.41.2
The icecast 2 is online but I cannot get the icecast to see mopdiy as a mountpoint. I have followed in the installation instruction for this in the mopidy documentation adding
/mopidy.mp3 /silence.ogg 1to the /etc/icecast2/icecast.xml file
Would anyone have any idea where I can look now to move forward ?
Thank you