Closed rasos closed 6 years ago
What is available in the Raspbian distribution I don't really have under control :)
Please check out the distribution documentation; typically you might need to have more apt sources configured as some distributions separete non-free things that might contain not fully free software stuff (and enocders/decoders often fall in that category, e.g. mp3).
You might also look at the gstreamer site, maybe they have an up-to-date apt repository for the Rasbperry Pi.
sudo apt-get install gstreamer1.0-tools
installs all required codecs on Raspbian stretch.
But that was not enough, http could not be handled:
ERROR [2018-04-01 19:14:21.210712 | upnp] upnp_set_error: Playing failed
INFO [2018-04-01 19:37:30.543112 | gstreamer] Set uri to 'http://192.168.3.15:8200/MediaItems/7124.mp3'
ERROR [2018-04-01 19:37:31.109757 | gstreamer] ERROR [2018-04-01 19:37:31.109802 | gstreamer] uridecodebin1: Error: Es ist kein URI-Handler für »http« implementiert. (Debug: gsturidecodebin.c(1285): gen_source_element (): /GstPlayBin2:play/GstURIDecodeBin:uridecodebin1)setting play state failed (2)
Something else was missing, I had added all available plugins:
apt-get install gstreamer1.0-plugins-* gstreamer0.10-plugins-*
Now the streams are played on Raspbian stretch.
I followed the build instructions here https://klenzel.de/1642 . The renderer is published, but when I try to stream an audio file I get:
I tried to install missing gstreamer plugins, and I get a misisng dependency on
Here is a list of all ffmeg/ gstreamer packages: