Mopidy error when trying to stream

Hi all - i Have mopidy running on my raspbian pi. Status tells me ok, yet I seem to have errors when trying to stream.
From my iPad I cannot see any mopidy servers (I use twonky beam)
The MPaD app client results in the error below:

Can someone help?
Thank you in advance
Markus

ERROR GStreamer hat einen allgemeinen Datenstromfehler festgestellt. Debug message: gstbasesrc.c(2625): gst_base_src_loop (): /GstPlayBin2:playbin20/GstURIDecodeBin:uridecodebin1/GstAppSrc:source:
streaming task paused, reason not-linked (-1)


pi@raspberrypi ~ $ mopidy
INFO Starting Mopidy 0.19.4
INFO Loading config from: builtin defaults, /etc/xdg/mopidy/mopidy.conf, /home/pi/.config/mopidy/mopidy.conf, command line options
INFO Enabled extensions: spotify, mpd, http, stream, softwaremixer, local
INFO Disabled extensions: none
INFO Starting Mopidy mixer: SoftwareMixer
INFO Mixing using GStreamer software mixing
INFO Starting Mopidy audio
INFO Starting Mopidy backends: SpotifyBackend, LocalBackend, StreamBackend
INFO Mopidy uses SPOTIFY® CORE
INFO Audio output set to "shout2send mount=input ip=192.168.1.43 port=8800 password=xxx"
INFO Loaded 0 local playlists from /home/pi/.local/share/mopidy/local/playlists
INFO No local library metadata cache found at /home/pi/.local/share/mopidy/local/library.json.gz. Please run mopidy local scan to index your local music library. If you do not have a local music collection, you can disable the local backend to hide this message.
INFO Loaded 0 local tracks using json
INFO Starting Mopidy core
INFO Starting Mopidy frontends: HttpFrontend, MpdFrontend
INFO MPD server running at [::]:6600
INFO HTTP server running at [::]:6680
INFO Connected to Spotify
INFO Loaded 23 Spotify playlists

Can you give me the error in english

Assuming you are following the method outlined by @dz0ny at https://gist.github.com/dz0ny/d803ee4b2e96bb3c2e4a but you appear to have changed the IP address to 192.168.1.43. I’ve never used the liquidsoap thing but maybe it;s only listening on the local loopback address (reasonable) so I’d suggest fully following the instructions and using ip=127.0.0.1. At least get it working and then go from there.

It is something along the lines -

gstreamer encountered a general data stream error. Debug message: gstbasesrc.c(2625): gst_base_src_loop (): /GstPlayBin2:playbin20/GstURIDecodeBin:uridecodebin1/GstAppSrc:source:
streaming task paused, reason not-linked (-1)

What does mpad say? You didnt mention.

still no working mopidy - am i too stupid for this fine piece of software?
let me post the error message again - mpad gives me no error but won’t play any tune from my spotify list. hitting play results in the below error:
looking for help!!!
thank you
markus


INFO Starting Mopidy 0.19.4
INFO Loading config from: builtin defaults, /etc/xdg/mopidy/mopidy.conf, /home/pi/.config/mopidy/mopidy.conf, command line options
INFO Enabled extensions: spotify, mpd, http, stream, softwaremixer, local
INFO Disabled extensions: none
INFO Starting Mopidy mixer: SoftwareMixer
INFO Mixing using GStreamer software mixing
INFO Starting Mopidy audio
INFO Starting Mopidy backends: SpotifyBackend, LocalBackend, StreamBackend
INFO Mopidy uses SPOTIFY® CORE
INFO Audio output set to "shout2send mount=input ip=127.0.0.1 port=8800 password=openelec"
INFO Loaded 0 local playlists from /home/pi/.local/share/mopidy/local/playlists
INFO No local library metadata cache found at /home/pi/.local/share/mopidy/local/library.json.gz. Please run mopidy local scan to index your local music library. If you do not have a local music collection, you can disable the local backend to hide this message.
INFO Loaded 0 local tracks using json
INFO Starting Mopidy core
INFO Starting Mopidy frontends: HttpFrontend, MpdFrontend
INFO HTTP server running at [::ffff:0.0.0.0]:6680
INFO MPD server running at [::ffff:0.0.0.0]:6600
INFO Connected to Spotify
INFO Loaded 18 Spotify playlists
INFO New MPD connection from [::ffff:192.168.1.34]:55462
INFO New MPD connection from [::ffff:192.168.1.34]:55463
ERROR GStreamer Internal data flow error. Debug message: gstbasesrc.c(2625): gst_base_src_loop (): /GstPlayBin2:playbin20/GstURIDecodeBin:uridecodebin1/GstAppSrc:source:
streaming task paused, reason not-linked (-1)
ERROR GStreamer Internal data flow error. Debug message: gstbasesrc.c(2625): gst_base_src_loop (): /GstPlayBin2:playbin20/GstURIDecodeBin:uridecodebin2/GstAppSrc:source:
streaming task paused, reason not-linked (-1)

You are using a non-standard output method so I think you’d have to provide all your configuration, including whatever shout2send is using (mopidy.liq??), to give us much chance of helping you.

Oh, and also run mopidy with GST_DEBUG=3 (as per https://docs.mopidy.com/en/latest/troubleshooting/#debugging-gstreamer)