MichaelThanks for helpDoese someone have any idea on how to resolve these issue? (I'll aske the question about aac on gstreamer list, I know this is not rygel related...)Also I cant play AAC files, I've installed plugins good bad base and ugly but it won't work, when using rygel 0.14 I had gstreamer0.10-fluendo-mpegdemux wich worked for AAC but this packages is no more available on gstreamer1.0.Except that I have issue with seeking, it behave strangely, tried with different sources and controller does it work to you?Hi Jussi,I didn't saw that gstreamer1.0 was needed (0.1 and 1.0 are available on jessie...) so I've installed gstreamer1.0 packages and it works now.
2013/11/7 Jussi Kukkonen <jussi kukkonen intel com>On 6 November 2013 19:07, Michael Lathion <m lathion gmail com> wrote:Hi Michael,
> Hi all,
> I have an issue with Rygel 0.20.1, I can't play any file using Rygel as
> renderer.
>
> Before I was using Rygel 0.14.2 from Debian Wheezy and everything worked
> fine.
>
> I have now upgraded Rygel (+dependencies) to 0.20.1 from Debian Jessie
> (testing) repository but when I try to launch a stream from any controller I
> get this error from Rygel :
I'm running Unstable myself and 0.20.1 is working.
The obvious change between 0.14 and 0.20 is going from gstreamer
> ** (rygel:20202): WARNING **: rygel-playbin-player.vala:507: Error from
> GStreamer element playbin0: The autoaudiosink element is not working.
> (gstplaysink.c(2680): gen_audio_chain ():
> /GstPlayBin:playbin0/GstPlaySink:playsink)
>
> ** (rygel:20202): WARNING **: rygel-playbin-player.vala:511: Going to
> STOPPED state
>
> If I go back to 0.14.2 it works ok again.
version ancient to 1.0. The errors sound like a gstreamer problem as
well but I'm just not very good with those... You could try
GST_DEBUG='*:2' gst-launch-1.0 playbin uri=http:///url/to/stream
to confirm this -- it's fairly close to what Rygel playbin player
tries to do. You may need to install gstreamer1.0-tools first.
- Jussi