this used to work just fine on my device, however i tried to change encoding from lamemp3enc to ogg and it stopped working, i have scince tried back with lamemp3enc, reinstalling both mopidy and icecast but nothing seems to work
mopidy.conf
output = audioresample ! audioconvert ! vorbisenc ! oggmux ! shout2send async=false mount=mopidy ip=127.0.0.1 port=11000 password=stuff
icecast.xml is pretty much default
<hostname>127.0.0.1</hostname>
<listen-socket>
<port>11000</port>
<!-- <bind-address>127.0.0.1</bind-address> -->
<!-- <shoutcast-mount>/stream</shoutcast-mount> -->
</listen-socket>
<mount>
<mount-name>/mopidy</mount-name>
<fallback-mount>/silence.ogg</fallback-mount>
<fallback-override>1</fallback-override>
</mount>
mopidy will show this error message
ERROR 2021-03-17 20:05:34,118 [12558:MainThread] mopidy.audio.gst
GStreamer error: Could not connect to server
while ice cast gives …
/var/log/icecast2/error.log
[2021-03-17 20:31:48] INFO main/main Icecast 2.4.4 server started
[2021-03-17 20:31:48] DBUG yp/yp_recheck_config Updating YP configuration
[2021-03-17 20:31:48] INFO yp/yp_update_thread YP update thread started
[2021-03-17 20:31:48] INFO connection/get_ssl_certificate No SSL capability on any configured ports
[2021-03-17 20:31:49] DBUG slave/_slave_thread checking master stream list
[2021-03-17 20:32:35] EROR connection/_handle_connection HTTP request parsing failed
[2021-03-17 20:32:36] DBUG stats/modify_node_event update global clients (1)
[2021-03-17 20:32:36] DBUG stats/modify_node_event update global connections (1)
[2021-03-17 20:32:36] DBUG stats/modify_node_event update global clients (0)
any help much is appreciated