Re: Feature or bug.






2013/2/18 Jens Georg <mail jensge org>
On Sa, 2013-02-16 at 19:50 +0100, Anders Dånmark wrote:
> Hey!
>
>
> So i have written a little utility to make internet-radio streams
> available over upnp. sources
> https://dl.dropbox.com/u/213189/irupnp.tar.gz

I don't really know how to use that.

Its just a quick hack i actually based it on alexanders code. Its not important.  

>
>
> What is does is that it implements the mediaserver2 spec and reads a
> list with some data of the stations.
>
>
> But i cant get it to work with rygels playbin plugins.
>
>
> It fails on rygel-av-transport.vala:241 bad request.

The renderer tries to do a HEAD request on the stream to check various
things and fails because the peer does not seem to support that.

Probably we should try to continue streaming if HEAD is not supported on
a stream.

Ok so here we have the feature request. Continue streaming even if HEAD is not supported. =)
 
Another feature request could be better mimetype matching.

> I dont know if this is a rygel bug or if it is a feature request. I
> dont know if its a bug in my code either. The internet radio streams
> work fine with gst-launch playbin..... .
>
>
> I have an other problem. I tried
> spotifty-upnp-mediaserver(https://gitorious.org/spotifyd) aswell but
> cant get it to work. The streams from spotify-upnp-mediaserver
> identify themselves as "audio/L16; rate=44100; channels=2" which afaik
> rygel should support.  I tried my hand at just removing the white
> spaces in the mimetype but that didnt help.

Oh, the project is up again? Great. Spaces in mime-type definitely won't
work since Rygel does a rather dumb string compare there.

Not sure why it doesn't work; Some versions of GStreamer 1.x seem to
have issues with raw PCM streams.

Oh. thats too bad. Im gonna tinker some more with it and see if i can get it to work.
 
_______________________________________________
rygel-list mailing list
rygel-list gnome org
https://mail.gnome.org/mailman/listinfo/rygel-list



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]