Hi guys I want to stream music from Ubuntu to OpenELEC. I want something that looks like this picture on Ubuntu 14.04.
Asked
Active
Viewed 1,683 times
2
-
There really are many options for this - one being Rygel that you apparently already have running. The perhaps easiest way for me was running pulseaudio-dlna, a rather nice DLNA server which sets up any renderer as a sound output device. It works great with Kodi as a renderer. – Takkat May 20 '15 at 07:28
2 Answers
0
Here is a nice tutorial on how to activate network sound devices on Ubuntu, using PuleseAudio.
https://westmarch.j5int.com/2014/04/streaming-audio-linux-to-raspbmc/
on 14.04 i just had to do :
sudo apt-get install paprefs pulseaudio-module-raop
and for gst-launch to work :
sudo apt-get install rygel-gst-launch wavpack
Then activated airplay on Kodi & in pulseAudio preferences panel.
BR

jbheren
- 101