I followed this procedure to stream my Pulseaudio output into a dlna device (A Samsung TV) with Rygel.
It's working, but, I have a latency around 40 seconds.
I'm on Ubuntu 14.10. Here, is my ~/.config/rygel.conf:
[GstLaunch]
enabled=true
launch-items=myaudioflac;myaudiompeg;myaudioraw
myaudioflac-title=FLAC audio on @HOSTNAME@
myaudioflac-mime=audio/flac
myaudioflac-launch=pulsesrc device=upnp.monitor throttle-time=100 ! flacenc
Is there a solution to have a correct latency (Around 1 or 4 sec.)?