Re: Feature or bug.



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.



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.

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.




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