first of all I want to thanks for that great piece of software.
Now to my issue:
I'am trying to stream PCM audio when playing my FLAC media. My TV (Panasonic TXP-50GW20) gets the following
protocolInfo from the PS3 Media Server for the flac file
protocolInfo="http-get:*:audio/l16:DLNA.ORG_OP=01"
which seems to be insufficient for my TV to recognize the PCM content.
When using MP3 as transcoding audio format instead of PCM it starts working. ProtocolInfo header looks in this case as follows
protocolInfo="http-get:*:audio/mpeg:DLNA.ORG_PN=MP3;DLNA.ORG_OP=01".
So for PCM the "DLNA.ORG_PN" attribute is missing which could be a reason for the problem.
Quoting the datasheet of my TV the following audio codecs should be supported which includes LPCM:
"DivX/DivXHD/MPEG2/HD-JPEG/AVCHD/MP3/AAC/LPCM".
Does anyone know how this attribute is set and how one can influence this? Any other ideas are highly
welcome!
Thanks.
regards,
jesk
Following one TCP stream between PS3 Media Server and my Panasonic Panel when PCM is used for transcoding
(sniffed with wireshark):
- Code: Select all
POST /upnp/control/content_directory HTTP/1.1
User-Agent: Panasonic MIL DLNA CP UPnP/1.0 DLNADOC/1.50
Host: 10.10.10.1:5001
Content-Type: text/xml; charset="utf-8"
SOAPACTION: "urn:schemas-upnp-org:service:ContentDirectory:1#Browse"
X-PANASONIC-Registration: VklFUkEAAAAAAAAAAAAAAAAAAAAAAAAAAAA=
X-PANASONIC-DMP-Profile: MPEG_PS_PAL JPEG_SM PV_DIVX_DIV3 PV_DIVX_DIV4 PV_DIVX_DIVX PV_DIVX_DX50 PV_DRM_DIVX_DIV3 PV_DRM_DIVX_DIV4 PV_DRM_DIVX_DIVX PV_DRM_DIVX_DX50
Content-Length: 671
<?xml version="1.0" encoding="utf-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/" s:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
<s:Body>
<u:Browse xmlns:u="urn:schemas-upnp-org:service:ContentDirectory:1">
<ObjectID>0$0</ObjectID>
<BrowseFlag>BrowseDirectChildren</BrowseFlag>
<Filter>dc:title,dc:date,res,res@protocolInfo,res@size,res@duration,res@resolution,res@dlna:ifoFileURI,res@pv:subtitleFileType,res@pv:subtitleFileUri,upnp:albumArtURI,upnp:album,upnp:artist</Filter>
<StartingIndex>0</StartingIndex>
<RequestedCount>20</RequestedCount>
<SortCriteria></SortCriteria>
</u:Browse>
</s:Body>
</s:Envelope>
HTTP/1.1 200 OK
CONTENT-TYPE: text/xml; charset="utf-8"
Server: Windows_Vista-x86-6.0, UPnP/1.0, PMS/1.20.409
Content-Length: 2909
<?xml version="1.0" encoding="utf-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/" s:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
<s:Body>
<u:BrowseResponse xmlns:u="urn:schemas-upnp-org:service:ContentDirectory:1">
<Result><DIDL-Lite xmlns="urn:schemas-upnp-org:metadata-1-0/DIDL-Lite/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:upnp="urn:schemas-upnp-org:metadata-1-0/upnp/"><item id="0$0$0" parentID="0$0" restricted="true" ><dc:title>My Friend Fats [MPlayer Audio]</dc:title><upnp:album>Animals Should Not Try to Act Like People</upnp:album><upnp:artist>Primus</upnp:artist><dc:creator>Primus</dc:creator><upnp:genre>Primus</upnp:genre><upnp:originalTrackNumber>5</upnp:originalTrackNumber><res xmlns:dlna="urn:schemas-dlna-org:metadata-1-0/" protocolInfo="http-get:*:audio/l16:DLNA.ORG_OP=01" bitrate="976" duration="00:07:55.00" sampleFrequency="44100" nrAudioChannels="2" size="83790000" >http://10.10.10.1:5001/get/0$0$0/Fats.flac</res><dc:date>2010-04-24T09:36:35</dc:date><upnp:class>object.item.audioItem.musicTrack</upnp:class></item><item id="0$0$1" parentID="0$0" restricted="true" ><dc:title>My Friend Fats [Audio High Fidelity]</dc:title><upnp:album>Animals Should Not Try to Act Like People</upnp:album><upnp:artist>Primus</upnp:artist><dc:creator>Primus</dc:creator><upnp:genre>Primus</upnp:genre><upnp:originalTrackNumber>5</upnp:originalTrackNumber><res xmlns:dlna="urn:schemas-dlna-org:metadata-1-0/" protocolInfo="http-get:*:video/mpeg:DLNA.ORG_PN=MPEG_PS_PAL;DLNA.ORG_OP=01" duration="00:07:55.00" bitrate="122" nrAudioChannels="2" sampleFrequency="44100" >http://10.10.10.1:5001/get/0$0$1/Fats.flac</res><upnp:albumArtURI xmlns:dlna="urn:schemas-dlna-org:metadata-1-0/" dlna:profileID="JPEG_TN" >http://10.10.10.1:5001/get/0$0$1/thumbnail0000Fats.flac</upnp:albumArtURI><dc:date>2010-04-24T09:36:35</dc:date><upnp:class>dummy</upnp:class></item><item id="0$0$2" parentID="0$0" restricted="true" ><dc:title>Fats.flac.wav</dc:title><upnp:originalTrackNumber>1</upnp:originalTrackNumber><res xmlns:dlna="urn:schemas-dlna-org:metadata-1-0/" protocolInfo="http-get:*:audio/l16:DLNA.ORG_OP=01" bitrate="1411" duration="00:07:55.00" sampleFrequency="44100" nrAudioChannels="2" size="83848844" >http://10.10.10.1:5001/get/0$0$2/Fats.flac.wav</res><dc:date>2010-05-05T07:11:58</dc:date><upnp:class>object.item.audioItem.musicTrack</upnp:class></item></DIDL-Lite></Result>
<NumberReturned>3</NumberReturned>
<TotalMatches>3</TotalMatches>
<UpdateID>1</UpdateID>
</u:BrowseResponse>
</s:Body>
</s:Envelope>
