Bug in upnp / audio / mime
#1
Hi there,
maybe I found a bug in the integrated upnp renderer.
Connecting from a third machine, using rygel with gstreamer plugin (to stream pulseaudio) I played arround with the settings but xbmc seems to not accept any kind of mime tag (audio/...), therefore it doesn't start the stream.
I just want to stream uncompressed (pcm) audio, stereo, maybe in wav if needed. The correct setting would be (in rygel):

Code:
[GstLaunch]
enabled=true
launch-items=mypulseaudiosink
mypulseaudiosink-title=thinkpad
mypulseaudiosink-mime=audio/x-wav
mypulseaudiosink-launch=pulsesrc ! queue ! wavenc

BUT this is not, what xbmc accepts Wink The only tags getting xbmc to start the stream are (found until now):
Code:
mypulseaudiosink-mime=audio/aac
mypulseaudiosink-mime=audio/mp3
mypulseaudiosink-mime=audio/ogg

but I really don't want to compress the sound!
So this is my working configuration right now:

Code:
[GstLaunch]
enabled=true
launch-items=mypulseaudiosink
mypulseaudiosink-title=thinkpad
mypulseaudiosink-mime=[b]audio/ogg[/b]
mypulseaudiosink-launch=pulsesrc ! queue ! [b]wavenc[/b]

This works, how could this beHuh!
Does xbmc even matter about this tag?
Thanks for your help..
Reply

Logout Mark Read Team Forum Stats Members Help
Bug in upnp / audio / mime0