Re: Streaming to DLNA devices
- From: Andrej Falout <andrej falout org>
- To: Jens Georg <mail jensge org>
- Cc: rygel-list gnome org
- Subject: Re: Streaming to DLNA devices
- Date: Fri, 22 Feb 2013 20:50:59 +1300
Hi Jens,
as we previously talked about, I modified rendererconsole.py to do my work, and I integrated discovery and player creation into SBS aka. LMS.
Then I discovered the hard way that only software renderers will accept the stream I created with MPD.... dialog goes like this; 101 is an Onkyo receiver and 113 runs MPD httpd stream that I can connect and play using exactly the same method by XBMC built-in renderer, VLC, or even from Onkyo receiver when I define it as a Internet "radio" "favourite" - but not when pushing it as UPnP stream:
1)
216 7.696159 192.168.1.101 192.168.1.113 TCP 229 57194 > 8767 [PSH, ACK] Seq=1 Ack=2 Win=5840 Len=163 TSval=177510163 TSecr=446219
8`w D>Et@@Abeqj"?{#h
GET /mpd.mp3 HTTP/1.1
Range: bytes=0-
transferMode.dlna.org: Streaming
Host:
192.168.1.113:8767User-Agent: Mediabolic-IMHTTP/1.8.225 UPNP/1.0 DLNADOC/1.50
2)
217 7.696195 192.168.1.113 192.168.1.101 TCP 54 8767 > 57194 [RST] Seq=2 Win=0 Len=0
D>8`wE(@@qe"?j#P`
And in response from
192.168.1.101: (extracted)
TransportStatus val="ERROR_OCCURRED"/><CurrentTransportActions
...then...
<UPnPError
xmlns="urn:schemas-upnp-org:control-1-0"><errorCode>716</errorCode>
<errorDescription>Resource not found</errorDescription></UPnPError>
Same dialog with Samsung TV
Long story short - does anyone know of a method of creating a UPnP compliant stream that responds in a way it should respond? I thought MPD does that as I found a patch discussed for this purpose when using FLAC, but mow looking at the code it seems to be a quick hack for a particular device ...
Please note, I'm not looking for a UPnP server - I just need to create an mp3/flac/whatever stream from available raw PCM data stream (created by SBS/MPD/some player) that can be pushed to DLNA renderer
Any help very much appreciated!
Kind regards,
Andrej
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]