Transcoding FLAC für UPnP Gerät sonst direkt streamen

Hallo, ich habe mir ein NAS basierend auf Openmediavault gebastelt auf dem auch PLEX läuft. Soweit funktioniert auch alles. Da ich gerne meine CDs verlustfrei sichern möchte habe ich jetzt schon einige als FLAC vorliegen, der Rest ist noch MP3.
Jetzt habe ich aber 2 ältere Internetradios im Einsatz die nur MP3s per UPnP spielen (1x IWR294 von Medion, 1x Hama IR100).
Besteht die Möglichkeit das ich alles was ich an die beiden Radios streame bei Bedarf in MP3 transcodiert wird, die restlichen Geräte (IPhone, TV) aber das nicht transcodierte Original erhalten?

Theoretisch geht das. Ist aber mit viel Frustration und Probiererei verbunden.

Zuerst musst du feststellen, wie man diese Geräte mittels des DLNA Protokolls eindeutig identifiziert.
(Je nach Gerät ist das manchmal gar nicht möglich, da die Geräte keinen super-eindeutigen Namen von sich selbst übers Netzwerk senden.)
Schließlich sollen die folgenden Instruktionen nur dann gelten, wenn dieses konkrete Gerät auf den Server zugreift und nicht aus Versehen auch für andere DLNA Geräte.

Dann musst du eine Liste machen von

  1. allen Formaten die das Gerät unverändert versteht und direkt abspielen kann. Dabei musst du evtl. Beschränkungen definieren für z.B. Kanalanzahl (Kann das Gerät nur Stereo, aber keine Surround-Dateien?), Bitrate, Samplefrequenz oder Auflösung.
  2. ein Dateiformat definieren, in das alle anderen, inkompatiblen Formate durch den Plex Server transkodiert werden sollen

Mehr dazu

und hier eine Liste von Profilen, die andere Benutzer für ihre DLNA Geräte geschrieben haben. Ist eine gute Quelle für Anregungen.

Vielen Dank schon mal für Deine schnelle Antwort.
Jetzt habe ich aber in meiner Installation, die basiernd auf dem Youtube Video von “Techno Dad Life” erfolgt ist, die Ordner aus der Anleitung Anleitung gar nicht.
Ich habe diese Ordnerstruktur:
\OPENMEDIAVAULT1\config\Plex\Library\Application Support\Plex Media Server

Darunter gibt es aber keinen Ordner “Resources/Profiles” in dem ja eigentlich die System Profile liegen.

Desweiteren habe ich keinen “Profiles Ordner” in dem ich ja laut Anleitung den “User " Ordner” anlegen muss, in dem dann meine selbst erstellte XML abgelegt werden soll.

Den Ordner für die User Profiles musst du selbst anlegen. Der existiert per default einfach nicht.

Da die beiden Geräte ja nur MP3s spielen habe das mal so ausprobiert:

> <?xml version="1.0" encoding="utf-8"?>
> <Client name="PC-192-168-0-82">
>   <!-- Author: Manu -->
>   <TranscodeTargets>
>     <MusicProfile container="mp3" codec="mp3" />
>   </TranscodeTargets>
>   <DirectPlayProfiles>
> 	<MusicProfile container="mp3" codec="mp3" />
>   </DirectPlayProfiles>
>   <CodecProfiles>                      
>   </CodecProfiles>
> </Client>

Leider passiert da gar nichts. Gibt Plex irgendwo etwas aus, wenn das transcodieren nicht funktioniert?

Du müsstest in den Server Logs erst mal kontrollieren, ob denn dein neues Hardwareprofil überhaupt als für das Gerät passend erkannt und ausgewählt wird.
Steht eben falls hier drin: Writing profiles for DLNA devices

Vielen Dank mal bis hierher.
Es wird auf jedenfall mal kommuniziert.
Dennoch springt er auf das genric profile.
Die Ausgewählten Titel in dem Ordner werden jedoch analisiert.
Ich habe meine xml nochmal angepasst jedoch ohne Erfolg.

<?xml version="1.0" encoding="utf-8"?>
<Client name="PC-192-168-0-82">
  <!-- Author: Manuel Straub -->
  <TranscodeTargets>
    <MusicProfile container="mp3" codec="mp3" />
  </TranscodeTargets>
  <DirectPlayProfiles>
	<MusicProfile container="mp3" codec="mp3" />
  </DirectPlayProfiles>
  <CodecProfiles>
    <MusicCodec name="mp3">
      <Limitations>
		<UpperBound name="audio.bitrate" value="288" />
        <UpperBound name="audio.channels" value="2" />
      </Limitations>
    </MusicCodec>
  </CodecProfiles>
  
</Client>     

Oct 12, 2018 17:47:00.554 [0x7f76327ff700] DEBUG - OnBrowseDirectChildren for ‘8bdaf47cc5545c7bec51’ with filter ‘res,upnp:album,dc:creator,res@protection,upnp:searchClass,res@microsoft:codec’ and sort ‘’, paged as 0 + 100
Oct 12, 2018 17:47:00.554 [0x7f76327ff700] DEBUG - Mapped client to generic profile: Host: 192.168.0.40:32469; User-Agent: FSL DLNADOC/1.50 UPnP Stack/1.0; SOAPACTION: “urn:schemas-upnp-org:service:ContentDirectory:1#Browse”; Content-Type: text/xml; charset=“utf-8”; Content-Length: 548
Oct 12, 2018 17:47:00.555 [0x7f76327ff700] DEBUG - Mapped object 8bdaf47cc5545c7bec51 to /library/sections/2 part 0 on server http://127.0.0.1:32400/
Oct 12, 2018 17:47:00.555 [0x7f76327ff700] DEBUG - Downloading document http://127.0.0.1:32400/library/sections/2
Oct 12, 2018 17:47:00.555 [0x7f76327ff700] DEBUG - HTTP requesting GET http://127.0.0.1:32400/library/sections/2
Oct 12, 2018 17:47:00.561 [0x7f76327ff700] DEBUG - HTTP 200 response from GET http://127.0.0.1:32400/library/sections/2
Oct 12, 2018 17:47:00.562 [0x7f76327ff700] DEBUG - Caching document http://127.0.0.1:32400/library/sections/2 as 0dac772caa64d18e9ee08cdcc7b36dcf5a1909ba
Oct 12, 2018 17:47:00.573 [0x7f76327ff700] DEBUG - generateForContainer - ignoring special directory inside container /library/sections/2 (28)
Oct 12, 2018 17:47:00.574 [0x7f76327ff700] DEBUG - generateForContainer - ignoring special directory inside container /library/sections/2 (28)
Oct 12, 2018 17:47:00.574 [0x7f76327ff700] DEBUG - generateForContainer - ignoring special directory inside container /library/sections/2 (28)
Oct 12, 2018 17:47:00.574 [0x7f76327ff700] DEBUG - OnBrowseDirectChildren returning success with 8 objects of 8 total
Oct 12, 2018 17:47:03.534 [0x7f76367ff700] DEBUG - OnBrowseDirectChildren for ‘f1f020e50530e4e13eb0’ with filter ‘res,upnp:album,dc:creator,res@protection,upnp:searchClass,res@microsoft:codec’ and sort ‘’, paged as 0 + 100
Oct 12, 2018 17:47:03.535 [0x7f76367ff700] DEBUG - Mapped client to generic profile: Host: 192.168.0.40:32469; User-Agent: FSL DLNADOC/1.50 UPnP Stack/1.0; SOAPACTION: “urn:schemas-upnp-org:service:ContentDirectory:1#Browse”; Content-Type: text/xml; charset=“utf-8”; Content-Length: 548
Oct 12, 2018 17:47:03.535 [0x7f76367ff700] DEBUG - Mapped object f1f020e50530e4e13eb0 to /library/sections/2/all part 0 on server http://127.0.0.1:32400/
Oct 12, 2018 17:47:03.536 [0x7f76367ff700] DEBUG - Downloading document http://127.0.0.1:32400/library/sections/2/all
Oct 12, 2018 17:47:03.536 [0x7f76367ff700] DEBUG - HTTP requesting GET http://127.0.0.1:32400/library/sections/2/all
Oct 12, 2018 17:47:03.598 [0x7f76367ff700] DEBUG - HTTP 200 response from GET http://127.0.0.1:32400/library/sections/2/all
Oct 12, 2018 17:47:03.606 [0x7f76367ff700] DEBUG - Caching document http://127.0.0.1:32400/library/sections/2/all as 16242dd1355bcf8b6c7e3bf04909e86a2bf2b979
Oct 12, 2018 17:47:12.271 [0x7f76367ff700] DEBUG - [PERF] Slowest TransactionScope in 50.000000 ms.
Oct 12, 2018 17:47:12.559 [0x7f76367ff700] DEBUG - OnBrowseDirectChildren returning success with 92 objects of 92 total
Oct 12, 2018 17:47:21.391 [0x7f76327ff700] DEBUG - OnBrowseDirectChildren for ‘617d0d7aeb668c0b6bde’ with filter ‘res,upnp:album,dc:creator,res@protection,upnp:searchClass,res@microsoft:codec’ and sort ‘’, paged as 0 + 100
Oct 12, 2018 17:47:21.391 [0x7f76327ff700] DEBUG - Mapped client to generic profile: Host: 192.168.0.40:32469; User-Agent: FSL DLNADOC/1.50 UPnP Stack/1.0; SOAPACTION: “urn:schemas-upnp-org:service:ContentDirectory:1#Browse”; Content-Type: text/xml; charset=“utf-8”; Content-Length: 548
Oct 12, 2018 17:47:21.392 [0x7f76327ff700] DEBUG - Mapped object 617d0d7aeb668c0b6bde to /library/metadata/675/children part 0 on server http://127.0.0.1:32400/
Oct 12, 2018 17:47:21.392 [0x7f76327ff700] DEBUG - Downloading document http://127.0.0.1:32400/library/metadata/675/children
Oct 12, 2018 17:47:21.393 [0x7f76327ff700] DEBUG - HTTP requesting GET http://127.0.0.1:32400/library/metadata/675/children
Oct 12, 2018 17:47:21.415 [0x7f76327ff700] DEBUG - HTTP 200 response from GET http://127.0.0.1:32400/library/metadata/675/children
Oct 12, 2018 17:47:21.416 [0x7f76327ff700] DEBUG - Caching document http://127.0.0.1:32400/library/metadata/675/children as 7871df6af7ae151fa6d2dcb97a63272da3f36b86
Oct 12, 2018 17:47:21.457 [0x7f76327ff700] DEBUG - OnBrowseDirectChildren returning success with 9 objects of 9 total
Oct 12, 2018 17:47:22.852 [0x7f7633ffe700] DEBUG - OnBrowseDirectChildren for ‘31976b07af19f981d80f’ with filter ‘res,upnp:album,dc:creator,res@protection,upnp:searchClass,res@microsoft:codec’ and sort ‘’, paged as 0 + 100
Oct 12, 2018 17:47:22.852 [0x7f7633ffe700] DEBUG - Mapped client to generic profile: Host: 192.168.0.40:32469; User-Agent: FSL DLNADOC/1.50 UPnP Stack/1.0; SOAPACTION: “urn:schemas-upnp-org:service:ContentDirectory:1#Browse”; Content-Type: text/xml; charset=“utf-8”; Content-Length: 548
Oct 12, 2018 17:47:22.853 [0x7f7633ffe700] DEBUG - Mapped object 31976b07af19f981d80f to /library/metadata/4833/children part 0 on server http://127.0.0.1:32400/
Oct 12, 2018 17:47:22.854 [0x7f7633ffe700] DEBUG - Downloading document http://127.0.0.1:32400/library/metadata/4833/children
Oct 12, 2018 17:47:22.854 [0x7f7633ffe700] DEBUG - HTTP requesting GET http://127.0.0.1:32400/library/metadata/4833/children
Oct 12, 2018 17:47:22.896 [0x7f7633ffe700] DEBUG - HTTP 200 response from GET http://127.0.0.1:32400/library/metadata/4833/children
Oct 12, 2018 17:47:22.900 [0x7f7633ffe700] DEBUG - Caching document http://127.0.0.1:32400/library/metadata/4833/children as 6c9bf2097659cb0100c90237908d4242493654ac
Oct 12, 2018 17:47:22.906 [0x7f7633ffe700] DEBUG - Downloading document http://127.0.0.1:32400/library/metadata/4834,4835,4836,4837,4838,4839,4840,4841,4842,4843,4844,4845,4846,4847,4848,4849,4850,4851,4852,4853,4854
Oct 12, 2018 17:47:22.907 [0x7f7633ffe700] DEBUG - HTTP requesting GET http://127.0.0.1:32400/library/metadata/4834,4835,4836,4837,4838,4839,4840,4841,4842,4843,4844,4845,4846,4847,4848,4849,4850,4851,4852,4853,4854
Oct 12, 2018 17:47:22.978 [0x7f7633ffe700] DEBUG - HTTP 200 response from GET http://127.0.0.1:32400/library/metadata/4834,4835,4836,4837,4838,4839,4840,4841,4842,4843,4844,4845,4846,4847,4848,4849,4850,4851,4852,4853,4854
Oct 12, 2018 17:47:22.983 [0x7f7633ffe700] DEBUG - Caching document http://127.0.0.1:32400/library/metadata/4834,4835,4836,4837,4838,4839,4840,4841,4842,4843,4844,4845,4846,4847,4848,4849,4850,4851,4852,4853,4854 as 39b939bdc12d2fd7fad974c1469acace6a115cd7
Oct 12, 2018 17:47:22.994 [0x7f7633ffe700] DEBUG - MDE: received PLEX_PROTOCOL_ANY from client, but could not determine best protocol. Defaulting to HTTP
Oct 12, 2018 17:47:22.994 [0x7f7633ffe700] DEBUG - MDE: analyzing media item 4501
Oct 12, 2018 17:47:22.994 [0x7f7633ffe700] DEBUG - MDE: 5 A.M.: Direct Playing due to no transcode profile
Oct 12, 2018 17:47:22.994 [0x7f7633ffe700] DEBUG - MDE: 5 A.M.: no direct play music profile exists for http/flac/flac
Oct 12, 2018 17:47:22.994 [0x7f7633ffe700] DEBUG - 5 A.M. - audio.bitrate limitation applies: 769 > 288
Oct 12, 2018 17:47:22.994 [0x7f7633ffe700] DEBUG - MDE: 5 A.M.: selected media 0 / 4501
Oct 12, 2018 17:47:22.999 [0x7f7633ffe700] DEBUG - MDE: received PLEX_PROTOCOL_ANY from client, but could not determine best protocol. Defaulting to HTTP
Oct 12, 2018 17:47:22.999 [0x7f7633ffe700] DEBUG - MDE: analyzing media item 4502
Oct 12, 2018 17:47:23.000 [0x7f7633ffe700] DEBUG - MDE: Rattle That Lock: Direct Playing due to no transcode profile
Oct 12, 2018 17:47:23.000 [0x7f7633ffe700] DEBUG - MDE: Rattle That Lock: no direct play music profile exists for http/flac/flac
Oct 12, 2018 17:47:23.000 [0x7f7633ffe700] DEBUG - Rattle That Lock - audio.bitrate limitation applies: 942 > 288
Oct 12, 2018 17:47:23.000 [0x7f7633ffe700] DEBUG - MDE: Rattle That Lock: selected media 0 / 4502
Oct 12, 2018 17:47:23.004 [0x7f7633ffe700] DEBUG - MDE: received PLEX_PROTOCOL_ANY from client, but could not determine best protocol. Defaulting to HTTP
Oct 12, 2018 17:47:23.005 [0x7f7633ffe700] DEBUG - MDE: analyzing media item 4503
Oct 12, 2018 17:47:23.005 [0x7f7633ffe700] DEBUG - MDE: Faces of Stone: Direct Playing due to no transcode profile
Oct 12, 2018 17:47:23.005 [0x7f7633ffe700] DEBUG - MDE: Faces of Stone: no direct play music profile exists for http/flac/flac
Oct 12, 2018 17:47:23.005 [0x7f7633ffe700] DEBUG - Faces of Stone - audio.bitrate limitation applies: 895 > 288
Oct 12, 2018 17:47:23.005 [0x7f7633ffe700] DEBUG - MDE: Faces of Stone: selected media 0 / 4503
Oct 12, 2018 17:47:23.009 [0x7f7633ffe700] DEBUG - MDE: received PLEX_PROTOCOL_ANY from client, but could not determine best protocol. Defaulting to HTTP
Oct 12, 2018 17:47:23.009 [0x7f7633ffe700] DEBUG - MDE: analyzing media item 4504
Oct 12, 2018 17:47:23.009 [0x7f7633ffe700] DEBUG - MDE: What Do You Want From Me: Direct Playing due to no transcode profile
Oct 12, 2018 17:47:23.010 [0x7f7633ffe700] DEBUG - MDE: What Do You Want From Me: no direct play music profile exists for http/flac/flac
Oct 12, 2018 17:47:23.010 [0x7f7633ffe700] DEBUG - What Do You Want From Me - audio.bitrate limitation applies: 958 > 288
Oct 12, 2018 17:47:23.010 [0x7f7633ffe700] DEBUG - MDE: What Do You Want From Me: selected media 0 / 4504
Oct 12, 2018 17:47:23.014 [0x7f7633ffe700] DEBUG - MDE: received PLEX_PROTOCOL_ANY from client, but could not determine best protocol. Defaulting to HTTP
Oct 12, 2018 17:47:23.014 [0x7f7633ffe700] DEBUG - MDE: analyzing media item 4505
Oct 12, 2018 17:47:23.015 [0x7f7633ffe700] DEBUG - MDE: The Blue: Direct Playing due to no transcode profile
Oct 12, 2018 17:47:23.015 [0x7f7633ffe700] DEBUG - MDE: The Blue: no direct play music profile exists for http/flac/flac
Oct 12, 2018 17:47:23.015 [0x7f7633ffe700] DEBUG - The Blue - audio.bitrate limitation applies: 914 > 288
Oct 12, 2018 17:47:23.015 [0x7f7633ffe700] DEBUG - MDE: The Blue: selected media 0 / 4505
Oct 12, 2018 17:47:23.019 [0x7f7633ffe700] DEBUG - MDE: received PLEX_PROTOCOL_ANY from client, but could not determine best protocol. Defaulting to HTTP
Oct 12, 2018 17:47:23.019 [0x7f7633ffe700] DEBUG - MDE: analyzing media item 4506
Oct 12, 2018 17:47:23.019 [0x7f7633ffe700] DEBUG - MDE: The Great Gig in the Sky: Direct Playing due to no transcode profile
Oct 12, 2018 17:47:23.019 [0x7f7633ffe700] DEBUG - MDE: The Great Gig in the Sky: no direct play music profile exists for http/flac/flac
Oct 12, 2018 17:47:23.020 [0x7f7633ffe700] DEBUG - The Great Gig in the Sky - audio.bitrate limitation applies: 801 > 288
Oct 12, 2018 17:47:23.020 [0x7f7633ffe700] DEBUG - MDE: The Great Gig in the Sky: selected media 0 / 4506
Oct 12, 2018 17:47:23.024 [0x7f7633ffe700] DEBUG - MDE: received PLEX_PROTOCOL_ANY from client, but could not determine best protocol. Defaulting to HTTP
Oct 12, 2018 17:47:23.024 [0x7f7633ffe700] DEBUG - MDE: analyzing media item 4507
Oct 12, 2018 17:47:23.024 [0x7f7633ffe700] DEBUG - MDE: A Boat Lies Waiting: Direct Playing due to no transcode profile
Oct 12, 2018 17:47:23.024 [0x7f7633ffe700] DEBUG - MDE: A Boat Lies Waiting: no direct play music profile exists for http/flac/flac
Oct 12, 2018 17:47:23.024 [0x7f7633ffe700] DEBUG - A Boat Lies Waiting - audio.bitrate limitation applies: 676 > 288
Oct 12, 2018 17:47:23.024 [0x7f7633ffe700] DEBUG - MDE: A Boat Lies Waiting: selected media 0 / 4507
Oct 12, 2018 17:47:23.028 [0x7f7633ffe700] DEBUG - MDE: received PLEX_PROTOCOL_ANY from client, but could not determine best protocol. Defaulting to HTTP
Oct 12, 2018 17:47:23.028 [0x7f7633ffe700] DEBUG - MDE: analyzing media item 4508
Oct 12, 2018 17:47:23.028 [0x7f7633ffe700] DEBUG - MDE: Wish You Were Here: Direct Playing due to no transcode profile
Oct 12, 2018 17:47:23.028 [0x7f7633ffe700] DEBUG - MDE: Wish You Were Here: no direct play music profile exists for http/flac/flac
Oct 12, 2018 17:47:23.028 [0x7f7633ffe700] DEBUG - Wish You Were Here - audio.bitrate limitation applies: 869 > 288
Oct 12, 2018 17:47:23.028 [0x7f7633ffe700] DEBUG - MDE: Wish You Were Here: selected media 0 / 4508
Oct 12, 2018 17:47:23.032 [0x7f7633ffe700] DEBUG - MDE: received PLEX_PROTOCOL_ANY from client, but could not determine best protocol. Defaulting to HTTP
Oct 12, 2018 17:47:23.032 [0x7f7633ffe700] DEBUG - MDE: analyzing media item 4509
Oct 12, 2018 17:47:23.032 [0x7f7633ffe700] DEBUG - MDE: Money: Direct Playing due to no transcode profile
Oct 12, 2018 17:47:23.032 [0x7f7633ffe700] DEBUG - MDE: Money: no direct play music profile exists for http/flac/flac
Oct 12, 2018 17:47:23.032 [0x7f7633ffe700] DEBUG - Money - audio.bitrate limitation applies: 925 > 288
Oct 12, 2018 17:47:23.032 [0x7f7633ffe700] DEBUG - MDE: Money: selected media 0 / 4509
Oct 12, 2018 17:47:23.036 [0x7f7633ffe700] DEBUG - MDE: received PLEX_PROTOCOL_ANY from client, but could not determine best protocol. Defaulting to HTTP
Oct 12, 2018 17:47:23.036 [0x7f7633ffe700] DEBUG - MDE: analyzing media item 4510
Oct 12, 2018 17:47:23.036 [0x7f7633ffe700] DEBUG - MDE: In Any Tongue: Direct Playing due to no transcode profile
Oct 12, 2018 17:47:23.036 [0x7f7633ffe700] DEBUG - MDE: In Any Tongue: no direct play music profile exists for http/flac/flac
Oct 12, 2018 17:47:23.036 [0x7f7633ffe700] DEBUG - In Any Tongue - audio.bitrate limitation applies: 912 > 288
Oct 12, 2018 17:47:23.036 [0x7f7633ffe700] DEBUG - MDE: In Any Tongue: selected media 0 / 4510
Oct 12, 2018 17:47:23.040 [0x7f7633ffe700] DEBUG - MDE: received PLEX_PROTOCOL_ANY from client, but could not determine best protocol. Defaulting to HTTP
Oct 12, 2018 17:47:23.040 [0x7f7633ffe700] DEBUG - MDE: analyzing media item 4511
Oct 12, 2018 17:47:23.040 [0x7f7633ffe700] DEBUG - MDE: High Hopes: Direct Playing due to no transcode profile
Oct 12, 2018 17:47:23.040 [0x7f7633ffe700] DEBUG - MDE: High Hopes: no direct play music profile exists for http/flac/flac
Oct 12, 2018 17:47:23.040 [0x7f7633ffe700] DEBUG - High Hopes - audio.bitrate limitation applies: 813 > 288
Oct 12, 2018 17:47:23.040 [0x7f7633ffe700] DEBUG - MDE: High Hopes: selected media 0 / 4511
Oct 12, 2018 17:47:23.044 [0x7f7633ffe700] DEBUG - MDE: received PLEX_PROTOCOL_ANY from client, but could not determine best protocol. Defaulting to HTTP
Oct 12, 2018 17:47:23.044 [0x7f7633ffe700] DEBUG - MDE: analyzing media item 4512
Oct 12, 2018 17:47:23.044 [0x7f7633ffe700] DEBUG - MDE: One of These Days: Direct Playing due to no transcode profile
Oct 12, 2018 17:47:23.044 [0x7f7633ffe700] DEBUG - MDE: One of These Days: no direct play music profile exists for http/flac/flac
Oct 12, 2018 17:47:23.044 [0x7f7633ffe700] DEBUG - One of These Days - audio.bitrate limitation applies: 806 > 288
Oct 12, 2018 17:47:23.044 [0x7f7633ffe700] DEBUG - MDE: One of These Days: selected media 0 / 4512
Oct 12, 2018 17:47:23.047 [0x7f7633ffe700] DEBUG - MDE: received PLEX_PROTOCOL_ANY from client, but could not determine best protocol. Defaulting to HTTP
Oct 12, 2018 17:47:23.048 [0x7f7633ffe700] DEBUG - MDE: analyzing media item 4513
Oct 12, 2018 17:47:23.048 [0x7f7633ffe700] DEBUG - MDE: Shine On You Crazy Diamond (Parts 1-5): Direct Playing due to no transcode profile
Oct 12, 2018 17:47:23.048 [0x7f7633ffe700] DEBUG - MDE: Shine On You Crazy Diamond (Parts 1-5): no direct play music profile exists for http/flac/flac
Oct 12, 2018 17:47:23.048 [0x7f7633ffe700] DEBUG - Shine On You Crazy Diamond (Parts 1-5) - audio.bitrate limitation applies: 833 > 288
Oct 12, 2018 17:47:23.048 [0x7f7633ffe700] DEBUG - MDE: Shine On You Crazy Diamond (Parts 1-5): selected media 0 / 4513
Oct 12, 2018 17:47:23.051 [0x7f7633ffe700] DEBUG - MDE: received PLEX_PROTOCOL_ANY from client, but could not determine best protocol. Defaulting to HTTP
Oct 12, 2018 17:47:23.051 [0x7f7633ffe700] DEBUG - MDE: analyzing media item 4514
Oct 12, 2018 17:47:23.051 [0x7f7633ffe700] DEBUG - MDE: Fat Old Sun: Direct Playing due to no transcode profile
Oct 12, 2018 17:47:23.051 [0x7f7633ffe700] DEBUG - MDE: Fat Old Sun: no direct play music profile exists for http/flac/flac
Oct 12, 2018 17:47:23.051 [0x7f7633ffe700] DEBUG - Fat Old Sun - audio.bitrate limitation applies: 863 > 288
Oct 12, 2018 17:47:23.051 [0x7f7633ffe700] DEBUG - MDE: Fat Old Sun: selected media 0 / 4514
Oct 12, 2018 17:47:23.055 [0x7f7633ffe700] DEBUG - MDE: received PLEX_PROTOCOL_ANY from client, but could not determine best protocol. Defaulting to HTTP
Oct 12, 2018 17:47:23.055 [0x7f7633ffe700] DEBUG - MDE: analyzing media item 4515
Oct 12, 2018 17:47:23.055 [0x7f7633ffe700] DEBUG - MDE: Coming Back to Life: Direct Playing due to no transcode profile
Oct 12, 2018 17:47:23.055 [0x7f7633ffe700] DEBUG - MDE: Coming Back to Life: no direct play music profile exists for http/flac/flac
Oct 12, 2018 17:47:23.055 [0x7f7633ffe700] DEBUG - Coming Back to Life - audio.bitrate limitation applies: 850 > 288
Oct 12, 2018 17:47:23.055 [0x7f7633ffe700] DEBUG - MDE: Coming Back to Life: selected media 0 / 4515
Oct 12, 2018 17:47:23.058 [0x7f7633ffe700] DEBUG - MDE: received PLEX_PROTOCOL_ANY from client, but could not determine best protocol. Defaulting to HTTP
Oct 12, 2018 17:47:23.058 [0x7f7633ffe700] DEBUG - MDE: analyzing media item 4516
Oct 12, 2018 17:47:23.058 [0x7f7633ffe700] DEBUG - MDE: On an Island: Direct Playing due to no transcode profile
Oct 12, 2018 17:47:23.058 [0x7f7633ffe700] DEBUG - MDE: On an Island: no direct play music profile exists for http/flac/flac
Oct 12, 2018 17:47:23.058 [0x7f7633ffe700] DEBUG - On an Island - audio.bitrate limitation applies: 910 > 288
Oct 12, 2018 17:47:23.059 [0x7f7633ffe700] DEBUG - MDE: On an Island: selected media 0 / 4516
Oct 12, 2018 17:47:23.062 [0x7f7633ffe700] DEBUG - MDE: received PLEX_PROTOCOL_ANY from client, but could not determine best protocol. Defaulting to HTTP
Oct 12, 2018 17:47:23.062 [0x7f7633ffe700] DEBUG - MDE: analyzing media item 4517
Oct 12, 2018 17:47:23.062 [0x7f7633ffe700] DEBUG - MDE: Today: Direct Playing due to no transcode profile
Oct 12, 2018 17:47:23.062 [0x7f7633ffe700] DEBUG - MDE: Today: no direct play music profile exists for http/flac/flac
Oct 12, 2018 17:47:23.062 [0x7f7633ffe700] DEBUG - Today - audio.bitrate limitation applies: 945 > 288
Oct 12, 2018 17:47:23.062 [0x7f7633ffe700] DEBUG - MDE: Today: selected media 0 / 4517
Oct 12, 2018 17:47:23.065 [0x7f7633ffe700] DEBUG - MDE: received PLEX_PROTOCOL_ANY from client, but could not determine best protocol. Defaulting to HTTP
Oct 12, 2018 17:47:23.066 [0x7f7633ffe700] DEBUG - MDE: analyzing media item 4518
Oct 12, 2018 17:47:23.066 [0x7f7633ffe700] DEBUG - MDE: Sorrow: Direct Playing due to no transcode profile
Oct 12, 2018 17:47:23.066 [0x7f7633ffe700] DEBUG - MDE: Sorrow: no direct play music profile exists for http/flac/flac
Oct 12, 2018 17:47:23.066 [0x7f7633ffe700] DEBUG - Sorrow - audio.bitrate limitation applies: 904 > 288
Oct 12, 2018 17:47:23.066 [0x7f7633ffe700] DEBUG - MDE: Sorrow: selected media 0 / 4518
Oct 12, 2018 17:47:23.069 [0x7f7633ffe700] DEBUG - MDE: received PLEX_PROTOCOL_ANY from client, but could not determine best protocol. Defaulting to HTTP
Oct 12, 2018 17:47:23.069 [0x7f7633ffe700] DEBUG - MDE: analyzing media item 4519
Oct 12, 2018 17:47:23.069 [0x7f7633ffe700] DEBUG - MDE: Run Like Hell: Direct Playing due to no transcode profile
Oct 12, 2018 17:47:23.069 [0x7f7633ffe700] DEBUG - MDE: Run Like Hell: no direct play music profile exists for http/flac/flac
Oct 12, 2018 17:47:23.069 [0x7f7633ffe700] DEBUG - Run Like Hell - audio.bitrate limitation applies: 897 > 288
Oct 12, 2018 17:47:23.069 [0x7f7633ffe700] DEBUG - MDE: Run Like Hell: selected media 0 / 4519
Oct 12, 2018 17:47:23.073 [0x7f7633ffe700] DEBUG - MDE: received PLEX_PROTOCOL_ANY from client, but could not determine best protocol. Defaulting to HTTP
Oct 12, 2018 17:47:23.073 [0x7f7633ffe700] DEBUG - MDE: analyzing media item 4520
Oct 12, 2018 17:47:23.073 [0x7f7633ffe700] DEBUG - MDE: Time/Breathe (In the Air) (reprise): Direct Playing due to no transcode profile
Oct 12, 2018 17:47:23.073 [0x7f7633ffe700] DEBUG - MDE: Time/Breathe (In the Air) (reprise): no direct play music profile exists for http/flac/flac
Oct 12, 2018 17:47:23.073 [0x7f7633ffe700] DEBUG - Time/Breathe (In the Air) (reprise) - audio.bitrate limitation applies: 852 > 288
Oct 12, 2018 17:47:23.073 [0x7f7633ffe700] DEBUG - MDE: Time/Breathe (In the Air) (reprise): selected media 0 / 4520
Oct 12, 2018 17:47:23.076 [0x7f7633ffe700] DEBUG - MDE: received PLEX_PROTOCOL_ANY from client, but could not determine best protocol. Defaulting to HTTP
Oct 12, 2018 17:47:23.076 [0x7f7633ffe700] DEBUG - MDE: analyzing media item 4521
Oct 12, 2018 17:47:23.076 [0x7f7633ffe700] DEBUG - MDE: Comfortably Numb: Direct Playing due to no transcode profile
Oct 12, 2018 17:47:23.076 [0x7f7633ffe700] DEBUG - MDE: Comfortably Numb: no direct play music profile exists for http/flac/flac
Oct 12, 2018 17:47:23.077 [0x7f7633ffe700] DEBUG - Comfortably Numb - audio.bitrate limitation applies: 944 > 288
Oct 12, 2018 17:47:23.077 [0x7f7633ffe700] DEBUG - MDE: Comfortably Numb: selected media 0 / 4521
Oct 12, 2018 17:47:23.081 [0x7f7633ffe700] DEBUG - OnBrowseDirectChildren returning success with 21 objects of 21 total

Du musst es schaffen, dass Plex dein neues Hardware Profil benutzt.
Solange das nicht erfolgt, wird es nicht funktionieren - auch wenn du dich auf den Kopf stellst.

Du hast ja definiert
<Client name="PC-192-168-0-82">
aber ich sehe in deinem Log dass dieses Gerät sich mit einem ganz anderen Namen identifiziert (und auch eine ganz andere IP Adresse benutzt).
User-Agent: FSL DLNADOC/1.50 UPnP Stack/1.0

Außerdem fehlt deinem Profil auch noch ein Eintrag mit dem Plex eine Verbindung zwichen dem DLNA Gerät und deinem Profil herstellen kann.

Probiers doch mal damit:

<Header name="User-Agent" substring="FSL DLNADOC/1.50 UPnP Stack/1.0"/>

Und gib deinem Profil einen griffigeren Namen, der sich dann möglichst auch im Dateinamen der Profildatei wiederholt.

Schau dir am besten noch mal die von anderen Nutzern erstellten Profile an. Wie sie mittels des Header name (und manchmal auch anderen Attributen) die betreffenden Geräte identifizieren…

Ich habe das mit dem “Header name” mal hinzugefügt und den Client-name in Hama-IR100 geändert, die XML- Datei habe ich dann auch noch in Hama-IR100 umbenannt und in der Fritzbox ebenfalls. Was ich nicht verstanden habe ist Dein Einwand mit der IP-Adresse. Das Gerät hat in der Fritzbox die Adresse 192.168.0.82. Was soll ich da falsch machen können?
Sind die Daten in der DeviceDescription für die Identifizierung wichtig? Ich habe die Informationen leider nicht.

Wenn das jetzt gar nicht geht muss ich halt mit dem Abspielen von MP3s zufrieden sein. Das funktioniert ja.

Kann ich sicher sein, dass Plex mein Profil überhaupt benutzen kann, bzw. sieht?
Ich habe ja die XML hier liegen:
\OPENMEDIAVAULT1\config\Plex\Library\Application Support\Plex Media Server\Profiles
Ist das soweit korrekt?

Das sollte korrekt sein.

Na du hast ja in deinem ersten Entwurf das Profil name="PC-192-168-0-82" genannt. Das sieht ja aus als wär der Name von einer IP Adresse abgeleitet worden. Die aber eine andere ist als das Gerät, um das es hier geht.

Das ist Teil dessen, was ich eingangs schrieb über “Frustration und Probiererei” :wink:

Ja, aber das hab ich doch geschrieben, das ist die IP Adresse von dem Gerät. Wenn Plex hier was anderes ausgibt ist das Quatsch.

Nach einem Neustart des NAS, Mapped er das Profil zunächst richtig. Auf dem Client kann ich jetzt die Titel auswählen und auch das Abspielen starten, er lädt jeden Titel ohne ihn abzuspielen.
Wenn er einmal durch ist mit allen Titeln springt der Plex wieder ins Generic-Profile.

Oct 13, 2018 15:59:01.150 [0x7f2fedbff700] DEBUG - OnBrowseDirectChildren for '0' with filter 'res,upnp:album,dc:creator,res@protection,upnp:searchClass,res@microsoft:codec' and sort '', paged as 0 + 100
Oct 13, 2018 15:59:01.151 [0x7f2fedbff700] DEBUG - Mapped client to profile Hama-IR100 using header User-Agent: FSL DLNADOC/1.50 UPnP Stack/1.0
Oct 13, 2018 15:59:01.151 [0x7f2fedbff700] DEBUG - Mapped object 0 to  part 0 on server 
Oct 13, 2018 15:59:01.151 [0x7f2fedbff700] DEBUG - OnBrowseDirectChildren returning success with 3 objects of 3 total
Oct 13, 2018 15:59:03.825 [0x7f2fedbff700] DEBUG - OnBrowseDirectChildren for 'abe6121c-1731-4683-815c-89e1dcd2bf11' with filter 'res,upnp:album,dc:creator,res@protection,upnp:searchClass,res@microsoft:codec' and sort '', paged as 0 + 100
Oct 13, 2018 15:59:03.825 [0x7f2fedbff700] DEBUG - Mapped client to profile Hama-IR100 using header User-Agent: FSL DLNADOC/1.50 UPnP Stack/1.0
Oct 13, 2018 15:59:03.826 [0x7f2fedbff700] DEBUG - Mapped object abe6121c-1731-4683-815c-89e1dcd2bf11 to  part 0 on server 
Oct 13, 2018 15:59:03.826 [0x7f2fedbff700] DEBUG - Downloading document http://127.0.0.1:32400/library/sections
Oct 13, 2018 15:59:03.826 [0x7f2fedbff700] DEBUG - HTTP requesting GET http://127.0.0.1:32400/library/sections
Oct 13, 2018 15:59:03.836 [0x7f2fedbff700] DEBUG - HTTP 200 response from GET http://127.0.0.1:32400/library/sections
Oct 13, 2018 15:59:03.838 [0x7f2fedbff700] DEBUG - Caching document http://127.0.0.1:32400/library/sections as b882e7afca77d98f5092b2fd6c1b70b90ef89ac7
Oct 13, 2018 15:59:03.844 [0x7f2fedbff700] DEBUG - OnBrowseDirectChildren returning success with 7 objects of 7 total
Oct 13, 2018 15:59:05.609 [0x7f2fedbff700] DEBUG - OnBrowseDirectChildren for '8bdaf47cc5545c7bec51' with filter 'res,upnp:album,dc:creator,res@protection,upnp:searchClass,res@microsoft:codec' and sort '', paged as 0 + 100
Oct 13, 2018 15:59:05.609 [0x7f2fedbff700] DEBUG - Mapped client to profile Hama-IR100 using header User-Agent: FSL DLNADOC/1.50 UPnP Stack/1.0
Oct 13, 2018 15:59:05.610 [0x7f2fedbff700] DEBUG - Mapped object 8bdaf47cc5545c7bec51 to /library/sections/2 part 0 on server http://127.0.0.1:32400/
Oct 13, 2018 15:59:05.610 [0x7f2fedbff700] DEBUG - Downloading document http://127.0.0.1:32400/library/sections/2
Oct 13, 2018 15:59:05.610 [0x7f2fedbff700] DEBUG - HTTP requesting GET http://127.0.0.1:32400/library/sections/2
Oct 13, 2018 15:59:05.617 [0x7f2fedbff700] DEBUG - HTTP 200 response from GET http://127.0.0.1:32400/library/sections/2
Oct 13, 2018 15:59:05.618 [0x7f2fedbff700] DEBUG - Caching document http://127.0.0.1:32400/library/sections/2 as 0dac772caa64d18e9ee08cdcc7b36dcf5a1909ba
Oct 13, 2018 15:59:05.629 [0x7f2fedbff700] DEBUG - generateForContainer - ignoring special directory inside container /library/sections/2 (28)
Oct 13, 2018 15:59:05.629 [0x7f2fedbff700] DEBUG - generateForContainer - ignoring special directory inside container /library/sections/2 (28)
Oct 13, 2018 15:59:05.629 [0x7f2fedbff700] DEBUG - generateForContainer - ignoring special directory inside container /library/sections/2 (28)
Oct 13, 2018 15:59:05.629 [0x7f2fedbff700] DEBUG - OnBrowseDirectChildren returning success with 8 objects of 8 total
Oct 13, 2018 15:59:10.553 [0x7f2ff23fe700] DEBUG - OnBrowseDirectChildren for 'f1f020e50530e4e13eb0' with filter 'res,upnp:album,dc:creator,res@protection,upnp:searchClass,res@microsoft:codec' and sort '', paged as 0 + 100
Oct 13, 2018 15:59:10.553 [0x7f2ff23fe700] DEBUG - Mapped client to profile Hama-IR100 using header User-Agent: FSL DLNADOC/1.50 UPnP Stack/1.0
Oct 13, 2018 15:59:10.554 [0x7f2ff23fe700] DEBUG - Mapped object f1f020e50530e4e13eb0 to /library/sections/2/all part 0 on server http://127.0.0.1:32400/
Oct 13, 2018 15:59:10.555 [0x7f2ff23fe700] DEBUG - Downloading document http://127.0.0.1:32400/library/sections/2/all
Oct 13, 2018 15:59:10.555 [0x7f2ff23fe700] DEBUG - HTTP requesting GET http://127.0.0.1:32400/library/sections/2/all
Oct 13, 2018 15:59:10.616 [0x7f2ff23fe700] DEBUG - HTTP 200 response from GET http://127.0.0.1:32400/library/sections/2/all
Oct 13, 2018 15:59:10.624 [0x7f2ff23fe700] DEBUG - Caching document http://127.0.0.1:32400/library/sections/2/all as 16242dd1355bcf8b6c7e3bf04909e86a2bf2b979
Oct 13, 2018 15:59:13.901 [0x7f2ff23fe700] DEBUG - OnBrowseDirectChildren returning success with 92 objects of 92 total
Oct 13, 2018 15:59:25.259 [0x7f2ff13fc700] DEBUG - OnBrowseDirectChildren for '617d0d7aeb668c0b6bde' with filter 'res,upnp:album,dc:creator,res@protection,upnp:searchClass,res@microsoft:codec' and sort '', paged as 0 + 100
Oct 13, 2018 15:59:25.259 [0x7f2ff13fc700] DEBUG - Mapped client to profile Hama-IR100 using header User-Agent: FSL DLNADOC/1.50 UPnP Stack/1.0
Oct 13, 2018 15:59:25.259 [0x7f2ff13fc700] DEBUG - Mapped object 617d0d7aeb668c0b6bde to /library/metadata/675/children part 0 on server http://127.0.0.1:32400/
Oct 13, 2018 15:59:25.260 [0x7f2ff13fc700] DEBUG - Downloading document http://127.0.0.1:32400/library/metadata/675/children
Oct 13, 2018 15:59:25.260 [0x7f2ff13fc700] DEBUG - HTTP requesting GET http://127.0.0.1:32400/library/metadata/675/children
Oct 13, 2018 15:59:25.282 [0x7f2ff13fc700] DEBUG - HTTP 200 response from GET http://127.0.0.1:32400/library/metadata/675/children
Oct 13, 2018 15:59:25.284 [0x7f2ff13fc700] DEBUG - Caching document http://127.0.0.1:32400/library/metadata/675/children as 7871df6af7ae151fa6d2dcb97a63272da3f36b86
Oct 13, 2018 15:59:25.325 [0x7f2ff13fc700] DEBUG - OnBrowseDirectChildren returning success with 9 objects of 9 total
Oct 13, 2018 15:59:26.679 [0x7f2fed3fe700] DEBUG - OnBrowseDirectChildren for '31976b07af19f981d80f' with filter 'res,upnp:album,dc:creator,res@protection,upnp:searchClass,res@microsoft:codec' and sort '', paged as 0 + 100
Oct 13, 2018 15:59:26.679 [0x7f2fed3fe700] DEBUG - Mapped client to profile Hama-IR100 using header User-Agent: FSL DLNADOC/1.50 UPnP Stack/1.0
Oct 13, 2018 15:59:26.679 [0x7f2fed3fe700] DEBUG - Mapped object 31976b07af19f981d80f to /library/metadata/4833/children part 0 on server http://127.0.0.1:32400/
Oct 13, 2018 15:59:26.680 [0x7f2fed3fe700] DEBUG - Downloading document http://127.0.0.1:32400/library/metadata/4833/children
Oct 13, 2018 15:59:26.680 [0x7f2fed3fe700] DEBUG - HTTP requesting GET http://127.0.0.1:32400/library/metadata/4833/children
Oct 13, 2018 15:59:26.723 [0x7f2fed3fe700] DEBUG - HTTP 200 response from GET http://127.0.0.1:32400/library/metadata/4833/children
Oct 13, 2018 15:59:26.727 [0x7f2fed3fe700] DEBUG - Caching document http://127.0.0.1:32400/library/metadata/4833/children as 6c9bf2097659cb0100c90237908d4242493654ac
Oct 13, 2018 15:59:26.733 [0x7f2fed3fe700] DEBUG - Downloading document http://127.0.0.1:32400/library/metadata/4834,4835,4836,4837,4838,4839,4840,4841,4842,4843,4844,4845,4846,4847,4848,4849,4850,4851,4852,4853,4854
Oct 13, 2018 15:59:26.733 [0x7f2fed3fe700] DEBUG - HTTP requesting GET http://127.0.0.1:32400/library/metadata/4834,4835,4836,4837,4838,4839,4840,4841,4842,4843,4844,4845,4846,4847,4848,4849,4850,4851,4852,4853,4854
Oct 13, 2018 15:59:26.804 [0x7f2fed3fe700] DEBUG - HTTP 200 response from GET http://127.0.0.1:32400/library/metadata/4834,4835,4836,4837,4838,4839,4840,4841,4842,4843,4844,4845,4846,4847,4848,4849,4850,4851,4852,4853,4854
Oct 13, 2018 15:59:26.809 [0x7f2fed3fe700] DEBUG - Caching document http://127.0.0.1:32400/library/metadata/4834,4835,4836,4837,4838,4839,4840,4841,4842,4843,4844,4845,4846,4847,4848,4849,4850,4851,4852,4853,4854 as 39b939bdc12d2fd7fad974c1469acace6a115cd7
Oct 13, 2018 15:59:26.821 [0x7f2fed3fe700] DEBUG - MDE: Selected protocol http; container: mp3
Oct 13, 2018 15:59:26.821 [0x7f2fed3fe700] DEBUG - MDE: analyzing media item 4501
Oct 13, 2018 15:59:26.821 [0x7f2fed3fe700] DEBUG - MDE: 5 A.M.: no direct play music profile exists for http/flac/flac
Oct 13, 2018 15:59:26.821 [0x7f2fed3fe700] DEBUG - 5 A.M. - audio.bitrate limitation applies: 769 > 288
Oct 13, 2018 15:59:26.821 [0x7f2fed3fe700] DEBUG - 5 A.M. - audio.bitrate limitation applies: 769 > 288
Oct 13, 2018 15:59:26.821 [0x7f2fed3fe700] DEBUG - MDE: Cannot direct stream audio stream due to profile or setting limitations
Oct 13, 2018 15:59:26.821 [0x7f2fed3fe700] DEBUG - MDE: 5 A.M.: selected media 0 / 4501
Oct 13, 2018 15:59:26.827 [0x7f2fed3fe700] DEBUG - MDE: Selected protocol http; container: mp3
Oct 13, 2018 15:59:26.827 [0x7f2fed3fe700] DEBUG - MDE: analyzing media item 4502
Oct 13, 2018 15:59:26.827 [0x7f2fed3fe700] DEBUG - MDE: Rattle That Lock: no direct play music profile exists for http/flac/flac
Oct 13, 2018 15:59:26.827 [0x7f2fed3fe700] DEBUG - Rattle That Lock - audio.bitrate limitation applies: 942 > 288
Oct 13, 2018 15:59:26.827 [0x7f2fed3fe700] DEBUG - Rattle That Lock - audio.bitrate limitation applies: 942 > 288
Oct 13, 2018 15:59:26.827 [0x7f2fed3fe700] DEBUG - MDE: Cannot direct stream audio stream due to profile or setting limitations
Oct 13, 2018 15:59:26.827 [0x7f2fed3fe700] DEBUG - MDE: Rattle That Lock: selected media 0 / 4502
Oct 13, 2018 15:59:26.832 [0x7f2fed3fe700] DEBUG - MDE: Selected protocol http; container: mp3
Oct 13, 2018 15:59:26.832 [0x7f2fed3fe700] DEBUG - MDE: analyzing media item 4503
Oct 13, 2018 15:59:26.832 [0x7f2fed3fe700] DEBUG - MDE: Faces of Stone: no direct play music profile exists for http/flac/flac
Oct 13, 2018 15:59:26.833 [0x7f2fed3fe700] DEBUG - Faces of Stone - audio.bitrate limitation applies: 895 > 288
Oct 13, 2018 15:59:26.833 [0x7f2fed3fe700] DEBUG - Faces of Stone - audio.bitrate limitation applies: 895 > 288
Oct 13, 2018 15:59:26.833 [0x7f2fed3fe700] DEBUG - MDE: Cannot direct stream audio stream due to profile or setting limitations
Oct 13, 2018 15:59:26.833 [0x7f2fed3fe700] DEBUG - MDE: Faces of Stone: selected media 0 / 4503
Oct 13, 2018 15:59:26.838 [0x7f2fed3fe700] DEBUG - MDE: Selected protocol http; container: mp3
Oct 13, 2018 15:59:26.838 [0x7f2fed3fe700] DEBUG - MDE: analyzing media item 4504
Oct 13, 2018 15:59:26.838 [0x7f2fed3fe700] DEBUG - MDE: What Do You Want From Me: no direct play music profile exists for http/flac/flac
Oct 13, 2018 15:59:26.838 [0x7f2fed3fe700] DEBUG - What Do You Want From Me - audio.bitrate limitation applies: 958 > 288
Oct 13, 2018 15:59:26.838 [0x7f2fed3fe700] DEBUG - What Do You Want From Me - audio.bitrate limitation applies: 958 > 288
Oct 13, 2018 15:59:26.838 [0x7f2fed3fe700] DEBUG - MDE: Cannot direct stream audio stream due to profile or setting limitations
Oct 13, 2018 15:59:26.838 [0x7f2fed3fe700] DEBUG - MDE: What Do You Want From Me: selected media 0 / 4504
Oct 13, 2018 15:59:26.843 [0x7f2fed3fe700] DEBUG - MDE: Selected protocol http; container: mp3
Oct 13, 2018 15:59:26.843 [0x7f2fed3fe700] DEBUG - MDE: analyzing media item 4505
Oct 13, 2018 15:59:26.844 [0x7f2fed3fe700] DEBUG - MDE: The Blue: no direct play music profile exists for http/flac/flac
Oct 13, 2018 15:59:26.844 [0x7f2fed3fe700] DEBUG - The Blue - audio.bitrate limitation applies: 914 > 288
Oct 13, 2018 15:59:26.844 [0x7f2fed3fe700] DEBUG - The Blue - audio.bitrate limitation applies: 914 > 288
Oct 13, 2018 15:59:26.844 [0x7f2fed3fe700] DEBUG - MDE: Cannot direct stream audio stream due to profile or setting limitations
Oct 13, 2018 15:59:26.844 [0x7f2fed3fe700] DEBUG - MDE: The Blue: selected media 0 / 4505
Oct 13, 2018 15:59:26.849 [0x7f2fed3fe700] DEBUG - MDE: Selected protocol http; container: mp3
Oct 13, 2018 15:59:26.849 [0x7f2fed3fe700] DEBUG - MDE: analyzing media item 4506
Oct 13, 2018 15:59:26.849 [0x7f2fed3fe700] DEBUG - MDE: The Great Gig in the Sky: no direct play music profile exists for http/flac/flac
Oct 13, 2018 15:59:26.849 [0x7f2fed3fe700] DEBUG - The Great Gig in the Sky - audio.bitrate limitation applies: 801 > 288
Oct 13, 2018 15:59:26.849 [0x7f2fed3fe700] DEBUG - The Great Gig in the Sky - audio.bitrate limitation applies: 801 > 288
Oct 13, 2018 15:59:26.849 [0x7f2fed3fe700] DEBUG - MDE: Cannot direct stream audio stream due to profile or setting limitations
Oct 13, 2018 15:59:26.850 [0x7f2fed3fe700] DEBUG - MDE: The Great Gig in the Sky: selected media 0 / 4506
Oct 13, 2018 15:59:26.854 [0x7f2fed3fe700] DEBUG - MDE: Selected protocol http; container: mp3
Oct 13, 2018 15:59:26.854 [0x7f2fed3fe700] DEBUG - MDE: analyzing media item 4507
Oct 13, 2018 15:59:26.854 [0x7f2fed3fe700] DEBUG - MDE: A Boat Lies Waiting: no direct play music profile exists for http/flac/flac
Oct 13, 2018 15:59:26.854 [0x7f2fed3fe700] DEBUG - A Boat Lies Waiting - audio.bitrate limitation applies: 676 > 288
Oct 13, 2018 15:59:26.854 [0x7f2fed3fe700] DEBUG - A Boat Lies Waiting - audio.bitrate limitation applies: 676 > 288
Oct 13, 2018 15:59:26.854 [0x7f2fed3fe700] DEBUG - MDE: Cannot direct stream audio stream due to profile or setting limitations
Oct 13, 2018 15:59:26.854 [0x7f2fed3fe700] DEBUG - MDE: A Boat Lies Waiting: selected media 0 / 4507
Oct 13, 2018 15:59:26.858 [0x7f2fed3fe700] DEBUG - MDE: Selected protocol http; container: mp3
Oct 13, 2018 15:59:26.859 [0x7f2fed3fe700] DEBUG - MDE: analyzing media item 4508
Oct 13, 2018 15:59:26.859 [0x7f2fed3fe700] DEBUG - MDE: Wish You Were Here: no direct play music profile exists for http/flac/flac
Oct 13, 2018 15:59:26.859 [0x7f2fed3fe700] DEBUG - Wish You Were Here - audio.bitrate limitation applies: 869 > 288
Oct 13, 2018 15:59:26.859 [0x7f2fed3fe700] DEBUG - Wish You Were Here - audio.bitrate limitation applies: 869 > 288
Oct 13, 2018 15:59:26.859 [0x7f2fed3fe700] DEBUG - MDE: Cannot direct stream audio stream due to profile or setting limitations
Oct 13, 2018 15:59:26.859 [0x7f2fed3fe700] DEBUG - MDE: Wish You Were Here: selected media 0 / 4508
Oct 13, 2018 15:59:26.863 [0x7f2fed3fe700] DEBUG - MDE: Selected protocol http; container: mp3
Oct 13, 2018 15:59:26.863 [0x7f2fed3fe700] DEBUG - MDE: analyzing media item 4509
Oct 13, 2018 15:59:26.863 [0x7f2fed3fe700] DEBUG - MDE: Money: no direct play music profile exists for http/flac/flac
Oct 13, 2018 15:59:26.863 [0x7f2fed3fe700] DEBUG - Money - audio.bitrate limitation applies: 925 > 288
Oct 13, 2018 15:59:26.863 [0x7f2fed3fe700] DEBUG - Money - audio.bitrate limitation applies: 925 > 288
Oct 13, 2018 15:59:26.863 [0x7f2fed3fe700] DEBUG - MDE: Cannot direct stream audio stream due to profile or setting limitations
Oct 13, 2018 15:59:26.864 [0x7f2fed3fe700] DEBUG - MDE: Money: selected media 0 / 4509
Oct 13, 2018 15:59:26.868 [0x7f2fed3fe700] DEBUG - MDE: Selected protocol http; container: mp3
Oct 13, 2018 15:59:26.868 [0x7f2fed3fe700] DEBUG - MDE: analyzing media item 4510
Oct 13, 2018 15:59:26.868 [0x7f2fed3fe700] DEBUG - MDE: In Any Tongue: no direct play music profile exists for http/flac/flac
Oct 13, 2018 15:59:26.868 [0x7f2fed3fe700] DEBUG - In Any Tongue - audio.bitrate limitation applies: 912 > 288
Oct 13, 2018 15:59:26.868 [0x7f2fed3fe700] DEBUG - In Any Tongue - audio.bitrate limitation applies: 912 > 288
Oct 13, 2018 15:59:26.868 [0x7f2fed3fe700] DEBUG - MDE: Cannot direct stream audio stream due to profile or setting limitations
Oct 13, 2018 15:59:26.868 [0x7f2fed3fe700] DEBUG - MDE: In Any Tongue: selected media 0 / 4510
Oct 13, 2018 15:59:26.872 [0x7f2fed3fe700] DEBUG - MDE: Selected protocol http; container: mp3
Oct 13, 2018 15:59:26.872 [0x7f2fed3fe700] DEBUG - MDE: analyzing media item 4511
Oct 13, 2018 15:59:26.872 [0x7f2fed3fe700] DEBUG - MDE: High Hopes: no direct play music profile exists for http/flac/flac
Oct 13, 2018 15:59:26.872 [0x7f2fed3fe700] DEBUG - High Hopes - audio.bitrate limitation applies: 813 > 288
Oct 13, 2018 15:59:26.873 [0x7f2fed3fe700] DEBUG - High Hopes - audio.bitrate limitation applies: 813 > 288
Oct 13, 2018 15:59:26.873 [0x7f2fed3fe700] DEBUG - MDE: Cannot direct stream audio stream due to profile or setting limitations
Oct 13, 2018 15:59:26.873 [0x7f2fed3fe700] DEBUG - MDE: High Hopes: selected media 0 / 4511
Oct 13, 2018 15:59:26.877 [0x7f2fed3fe700] DEBUG - MDE: Selected protocol http; container: mp3
Oct 13, 2018 15:59:26.877 [0x7f2fed3fe700] DEBUG - MDE: analyzing media item 4512
Oct 13, 2018 15:59:26.877 [0x7f2fed3fe700] DEBUG - MDE: One of These Days: no direct play music profile exists for http/flac/flac
Oct 13, 2018 15:59:26.877 [0x7f2fed3fe700] DEBUG - One of These Days - audio.bitrate limitation applies: 806 > 288
Oct 13, 2018 15:59:26.877 [0x7f2fed3fe700] DEBUG - One of These Days - audio.bitrate limitation applies: 806 > 288
Oct 13, 2018 15:59:26.877 [0x7f2fed3fe700] DEBUG - MDE: Cannot direct stream audio stream due to profile or setting limitations
Oct 13, 2018 15:59:26.877 [0x7f2fed3fe700] DEBUG - MDE: One of These Days: selected media 0 / 4512
Oct 13, 2018 15:59:26.881 [0x7f2fed3fe700] DEBUG - MDE: Selected protocol http; container: mp3
Oct 13, 2018 15:59:26.881 [0x7f2fed3fe700] DEBUG - MDE: analyzing media item 4513
Oct 13, 2018 15:59:26.881 [0x7f2fed3fe700] DEBUG - MDE: Shine On You Crazy Diamond (Parts 1-5): no direct play music profile exists for http/flac/flac
Oct 13, 2018 15:59:26.881 [0x7f2fed3fe700] DEBUG - Shine On You Crazy Diamond (Parts 1-5) - audio.bitrate limitation applies: 833 > 288
Oct 13, 2018 15:59:26.881 [0x7f2fed3fe700] DEBUG - Shine On You Crazy Diamond (Parts 1-5) - audio.bitrate limitation applies: 833 > 288
Oct 13, 2018 15:59:26.881 [0x7f2fed3fe700] DEBUG - MDE: Cannot direct stream audio stream due to profile or setting limitations
Oct 13, 2018 15:59:26.881 [0x7f2fed3fe700] DEBUG - MDE: Shine On You Crazy Diamond (Parts 1-5): selected media 0 / 4513
Oct 13, 2018 15:59:26.885 [0x7f2fed3fe700] DEBUG - MDE: Selected protocol http; container: mp3
Oct 13, 2018 15:59:26.885 [0x7f2fed3fe700] DEBUG - MDE: analyzing media item 4514
Oct 13, 2018 15:59:26.885 [0x7f2fed3fe700] DEBUG - MDE: Fat Old Sun: no direct play music profile exists for http/flac/flac
Oct 13, 2018 15:59:26.885 [0x7f2fed3fe700] DEBUG - Fat Old Sun - audio.bitrate limitation applies: 863 > 288
Oct 13, 2018 15:59:26.885 [0x7f2fed3fe700] DEBUG - Fat Old Sun - audio.bitrate limitation applies: 863 > 288
Oct 13, 2018 15:59:26.885 [0x7f2fed3fe700] DEBUG - MDE: Cannot direct stream audio stream due to profile or setting limitations
Oct 13, 2018 15:59:26.886 [0x7f2fed3fe700] DEBUG - MDE: Fat Old Sun: selected media 0 / 4514
Oct 13, 2018 15:59:26.889 [0x7f2fed3fe700] DEBUG - MDE: Selected protocol http; container: mp3
Oct 13, 2018 15:59:26.889 [0x7f2fed3fe700] DEBUG - MDE: analyzing media item 4515
Oct 13, 2018 15:59:26.889 [0x7f2fed3fe700] DEBUG - MDE: Coming Back to Life: no direct play music profile exists for http/flac/flac
Oct 13, 2018 15:59:26.889 [0x7f2fed3fe700] DEBUG - Coming Back to Life - audio.bitrate limitation applies: 850 > 288
Oct 13, 2018 15:59:26.890 [0x7f2fed3fe700] DEBUG - Coming Back to Life - audio.bitrate limitation applies: 850 > 288
Oct 13, 2018 15:59:26.890 [0x7f2fed3fe700] DEBUG - MDE: Cannot direct stream audio stream due to profile or setting limitations
Oct 13, 2018 15:59:26.890 [0x7f2fed3fe700] DEBUG - MDE: Coming Back to Life: selected media 0 / 4515
Oct 13, 2018 15:59:26.893 [0x7f2fed3fe700] DEBUG - MDE: Selected protocol http; container: mp3
Oct 13, 2018 15:59:26.894 [0x7f2fed3fe700] DEBUG - MDE: analyzing media item 4516
Oct 13, 2018 15:59:26.894 [0x7f2fed3fe700] DEBUG - MDE: On an Island: no direct play music profile exists for http/flac/flac
Oct 13, 2018 15:59:26.894 [0x7f2fed3fe700] DEBUG - On an Island - audio.bitrate limitation applies: 910 > 288
Oct 13, 2018 15:59:26.894 [0x7f2fed3fe700] DEBUG - On an Island - audio.bitrate limitation applies: 910 > 288
Oct 13, 2018 15:59:26.894 [0x7f2fed3fe700] DEBUG - MDE: Cannot direct stream audio stream due to profile or setting limitations
Oct 13, 2018 15:59:26.894 [0x7f2fed3fe700] DEBUG - MDE: On an Island: selected media 0 / 4516
Oct 13, 2018 15:59:26.898 [0x7f2fed3fe700] DEBUG - MDE: Selected protocol http; container: mp3
Oct 13, 2018 15:59:26.898 [0x7f2fed3fe700] DEBUG - MDE: analyzing media item 4517
Oct 13, 2018 15:59:26.898 [0x7f2fed3fe700] DEBUG - MDE: Today: no direct play music profile exists for http/flac/flac
Oct 13, 2018 15:59:26.898 [0x7f2fed3fe700] DEBUG - Today - audio.bitrate limitation applies: 945 > 288
Oct 13, 2018 15:59:26.898 [0x7f2fed3fe700] DEBUG - Today - audio.bitrate limitation applies: 945 > 288
Oct 13, 2018 15:59:26.898 [0x7f2fed3fe700] DEBUG - MDE: Cannot direct stream audio stream due to profile or setting limitations
Oct 13, 2018 15:59:26.898 [0x7f2fed3fe700] DEBUG - MDE: Today: selected media 0 / 4517
Oct 13, 2018 15:59:26.902 [0x7f2fed3fe700] DEBUG - MDE: Selected protocol http; container: mp3
Oct 13, 2018 15:59:26.902 [0x7f2fed3fe700] DEBUG - MDE: analyzing media item 4518
Oct 13, 2018 15:59:26.902 [0x7f2fed3fe700] DEBUG - MDE: Sorrow: no direct play music profile exists for http/flac/flac
Oct 13, 2018 15:59:26.902 [0x7f2fed3fe700] DEBUG - Sorrow - audio.bitrate limitation applies: 904 > 288
Oct 13, 2018 15:59:26.902 [0x7f2fed3fe700] DEBUG - Sorrow - audio.bitrate limitation applies: 904 > 288
Oct 13, 2018 15:59:26.902 [0x7f2fed3fe700] DEBUG - MDE: Cannot direct stream audio stream due to profile or setting limitations
Oct 13, 2018 15:59:26.902 [0x7f2fed3fe700] DEBUG - MDE: Sorrow: selected media 0 / 4518
Oct 13, 2018 15:59:26.906 [0x7f2fed3fe700] DEBUG - MDE: Selected protocol http; container: mp3
Oct 13, 2018 15:59:26.906 [0x7f2fed3fe700] DEBUG - MDE: analyzing media item 4519
Oct 13, 2018 15:59:26.906 [0x7f2fed3fe700] DEBUG - MDE: Run Like Hell: no direct play music profile exists for http/flac/flac
Oct 13, 2018 15:59:26.906 [0x7f2fed3fe700] DEBUG - Run Like Hell - audio.bitrate limitation applies: 897 > 288
Oct 13, 2018 15:59:26.906 [0x7f2fed3fe700] DEBUG - Run Like Hell - audio.bitrate limitation applies: 897 > 288
Oct 13, 2018 15:59:26.906 [0x7f2fed3fe700] DEBUG - MDE: Cannot direct stream audio stream due to profile or setting limitations
Oct 13, 2018 15:59:26.907 [0x7f2fed3fe700] DEBUG - MDE: Run Like Hell: selected media 0 / 4519
Oct 13, 2018 15:59:26.910 [0x7f2fed3fe700] DEBUG - MDE: Selected protocol http; container: mp3
Oct 13, 2018 15:59:26.910 [0x7f2fed3fe700] DEBUG - MDE: analyzing media item 4520
Oct 13, 2018 15:59:26.910 [0x7f2fed3fe700] DEBUG - MDE: Time/Breathe (In the Air) (reprise): no direct play music profile exists for http/flac/flac
Oct 13, 2018 15:59:26.910 [0x7f2fed3fe700] DEBUG - Time/Breathe (In the Air) (reprise) - audio.bitrate limitation applies: 852 > 288
Oct 13, 2018 15:59:26.910 [0x7f2fed3fe700] DEBUG - Time/Breathe (In the Air) (reprise) - audio.bitrate limitation applies: 852 > 288
Oct 13, 2018 15:59:26.911 [0x7f2fed3fe700] DEBUG - MDE: Cannot direct stream audio stream due to profile or setting limitations
Oct 13, 2018 15:59:26.911 [0x7f2fed3fe700] DEBUG - MDE: Time/Breathe (In the Air) (reprise): selected media 0 / 4520
Oct 13, 2018 15:59:26.914 [0x7f2fed3fe700] DEBUG - MDE: Selected protocol http; container: mp3
Oct 13, 2018 15:59:26.914 [0x7f2fed3fe700] DEBUG - MDE: analyzing media item 4521
Oct 13, 2018 15:59:26.914 [0x7f2fed3fe700] DEBUG - MDE: Comfortably Numb: no direct play music profile exists for http/flac/flac
Oct 13, 2018 15:59:26.914 [0x7f2fed3fe700] DEBUG - Comfortably Numb - audio.bitrate limitation applies: 944 > 288
Oct 13, 2018 15:59:26.915 [0x7f2fed3fe700] DEBUG - Comfortably Numb - audio.bitrate limitation applies: 944 > 288
Oct 13, 2018 15:59:26.915 [0x7f2fed3fe700] DEBUG - MDE: Cannot direct stream audio stream due to profile or setting limitations
Oct 13, 2018 15:59:26.915 [0x7f2fed3fe700] DEBUG - MDE: Comfortably Numb: selected media 0 / 4521
Oct 13, 2018 15:59:26.920 [0x7f2fed3fe700] DEBUG - OnBrowseDirectChildren returning success with 21 objects of 21 total
Oct 13, 2018 15:59:29.454 [0x7f2fedbff700] DEBUG - HEAD for http://192.168.0.40:32469/object/fc80e6ecab810d793d17/file.mp3
Oct 13, 2018 15:59:29.454 [0x7f2fedbff700] DEBUG - Mapped client to generic profile: Host: 192.168.0.40:32469; User-Agent: NSPlayer/4.1.0.3856; transferMode.dlna.org: Streaming; getcontentFeatures.dlna.org: 1; Connection: close
Oct 13, 2018 15:59:29.455 [0x7f2fedbff700] DEBUG - Mapped object fc80e6ecab810d793d17 to /library/metadata/4834 part 0 on server 
Oct 13, 2018 15:59:29.456 [0x7f2fedbff700] DEBUG - Downloading document http://127.0.0.1:32400/library/metadata/4834
Oct 13, 2018 15:59:29.460 [0x7f2fedbff700] DEBUG - HTTP requesting GET http://127.0.0.1:32400/library/metadata/4834
Oct 13, 2018 15:59:29.475 [0x7f2fedbff700] DEBUG - HTTP 200 response from GET http://127.0.0.1:32400/library/metadata/4834
Oct 13, 2018 15:59:29.476 [0x7f2fedbff700] DEBUG - Caching document http://127.0.0.1:32400/library/metadata/4834 as 328dc86112f8259c93e5b146f6ca60e9c8ec5d5f
Oct 13, 2018 15:59:29.477 [0x7f2fedbff700] DEBUG - Serving up item /library/metadata/4834 part 0
Oct 13, 2018 15:59:29.477 [0x7f2fedbff700] DEBUG - MDE: received PLEX_PROTOCOL_ANY from client, but could not determine best protocol. Defaulting to HTTP
Oct 13, 2018 15:59:29.477 [0x7f2fedbff700] DEBUG - MDE: analyzing media item 4501
Oct 13, 2018 15:59:29.477 [0x7f2fedbff700] DEBUG - MDE: 5 A.M.: Direct Playing due to no transcode profile
Oct 13, 2018 15:59:29.477 [0x7f2fedbff700] DEBUG - MDE: 5 A.M.: no direct play music profile exists for http/flac/flac
Oct 13, 2018 15:59:29.477 [0x7f2fedbff700] DEBUG - 5 A.M. - audio.bitrate limitation applies: 769 > 288
Oct 13, 2018 15:59:29.477 [0x7f2fedbff700] DEBUG - MDE: 5 A.M.: selected media 0 / 4501
Oct 13, 2018 15:59:29.487 [0x7f2fedbff700] DEBUG - Proxied HEAD to http://127.0.0.1:32400/library/parts/4501/1538247838/file.flac?X-Plex-Token=xxxxxxxxxxxxxxxxxxxx: HTTP/1.1 200
Oct 13, 2018 15:59:29.487 [0x7f2fedbff700] DEBUG - Responding HTTP/1.1 200
Oct 13, 2018 15:59:30.011 [0x7f2fedbff700] DEBUG - GET for http://192.168.0.40:32469/object/fc80e6ecab810d793d17/file.mp3 : bytes=0-
Oct 13, 2018 15:59:30.011 [0x7f2fedbff700] DEBUG - Mapped client to generic profile: Host: 192.168.0.40:32469; User-Agent: NSPlayer/4.1.0.3856; transferMode.dlna.org: Streaming; getcontentFeatures.dlna.org: 1; Range: bytes=0-; Connection: close
Oct 13, 2018 15:59:30.012 [0x7f2fedbff700] DEBUG - Mapped object fc80e6ecab810d793d17 to /library/metadata/4834 part 0 on server 
Oct 13, 2018 15:59:30.012 [0x7f2fedbff700] DEBUG - Downloading document http://127.0.0.1:32400/library/metadata/4834
Oct 13, 2018 15:59:30.013 [0x7f2fedbff700] DEBUG - Cache hit for document http://127.0.0.1:32400/library/metadata/4834
Oct 13, 2018 15:59:30.013 [0x7f2fedbff700] DEBUG - Serving up item /library/metadata/4834 part 0
Oct 13, 2018 15:59:30.022 [0x7f2fedbff700] DEBUG - Proxied GET to http://127.0.0.1:32400/library/parts/4501/1538247838/file.flac?X-Plex-Token=xxxxxxxxxxxxxxxxxxxx: HTTP/1.1 206
Oct 13, 2018 15:59:30.022 [0x7f2fedbff700] DEBUG - Responding HTTP/1.1 206
Oct 13, 2018 16:00:14.317 [0x7f2fedbff700] DEBUG - HEAD for http://192.168.0.40:32469/object/b5d9d8f05c762770064d/file.mp3
Oct 13, 2018 16:00:14.317 [0x7f2fedbff700] DEBUG - Mapped client to generic profile: Host: 192.168.0.40:32469; User-Agent: NSPlayer/4.1.0.3856; transferMode.dlna.org: Streaming; getcontentFeatures.dlna.org: 1; Connection: close
Oct 13, 2018 16:00:14.318 [0x7f2fedbff700] DEBUG - Mapped object b5d9d8f05c762770064d to /library/metadata/4835 part 0 on server 
Oct 13, 2018 16:00:14.319 [0x7f2fedbff700] DEBUG - Downloading document http://127.0.0.1:32400/library/metadata/4835
Oct 13, 2018 16:00:14.319 [0x7f2fedbff700] DEBUG - HTTP requesting GET http://127.0.0.1:32400/library/metadata/4835
Oct 13, 2018 16:00:14.336 [0x7f2fedbff700] DEBUG - HTTP 200 response from GET http://127.0.0.1:32400/library/metadata/4835
Oct 13, 2018 16:00:14.337 [0x7f2fedbff700] DEBUG - Caching document http://127.0.0.1:32400/library/metadata/4835 as 4d175ddbff347874b58604802e3dde9d77390e08
Oct 13, 2018 16:00:14.337 [0x7f2fedbff700] DEBUG - Serving up item /library/metadata/4835 part 0
Oct 13, 2018 16:00:14.337 [0x7f2fedbff700] DEBUG - MDE: received PLEX_PROTOCOL_ANY from client, but could not determine best protocol. Defaulting to HTTP
Oct 13, 2018 16:00:14.337 [0x7f2fedbff700] DEBUG - MDE: analyzing media item 4502
Oct 13, 2018 16:00:14.338 [0x7f2fedbff700] DEBUG - MDE: Rattle That Lock: Direct Playing due to no transcode profile
Oct 13, 2018 16:00:14.338 [0x7f2fedbff700] DEBUG - MDE: Rattle That Lock: no direct play music profile exists for http/flac/flac
Oct 13, 2018 16:00:14.338 [0x7f2fedbff700] DEBUG - Rattle That Lock - audio.bitrate limitation applies: 942 > 288
Oct 13, 2018 16:00:14.338 [0x7f2fedbff700] DEBUG - MDE: Rattle That Lock: selected media 0 / 4502
Oct 13, 2018 16:00:14.348 [0x7f2fedbff700] DEBUG - Proxied HEAD to http://127.0.0.1:32400/library/parts/4502/1538247898/file.flac?X-Plex-Token=xxxxxxxxxxxxxxxxxxxx: HTTP/1.1 200
Oct 13, 2018 16:00:14.348 [0x7f2fedbff700] DEBUG - Responding HTTP/1.1 200
Oct 13, 2018 16:00:14.879 [0x7f2fedbff700] DEBUG - GET for http://192.168.0.40:32469/object/b5d9d8f05c762770064d/file.mp3 : bytes=0-
Oct 13, 2018 16:00:14.880 [0x7f2fedbff700] DEBUG - Mapped client to generic profile: Host: 192.168.0.40:32469; User-Agent: NSPlayer/4.1.0.3856; transferMode.dlna.org: Streaming; getcontentFeatures.dlna.org: 1; Range: bytes=0-; Connection: close
Oct 13, 2018 16:00:14.880 [0x7f2fedbff700] DEBUG - Mapped object b5d9d8f05c762770064d to /library/metadata/4835 part 0 on server 
Oct 13, 2018 16:00:14.881 [0x7f2fedbff700] DEBUG - Downloading document http://127.0.0.1:32400/library/metadata/4835
Oct 13, 2018 16:00:14.881 [0x7f2fedbff700] DEBUG - Cache hit for document http://127.0.0.1:32400/library/metadata/4835
Oct 13, 2018 16:00:14.881 [0x7f2fedbff700] DEBUG - Serving up item /library/metadata/4835 part 0
Oct 13, 2018 16:00:14.891 [0x7f2fedbff700] DEBUG - Proxied GET to http://127.0.0.1:32400/library/parts/4502/1538247898/file.flac?X-Plex-Token=xxxxxxxxxxxxxxxxxxxx: HTTP/1.1 206
Oct 13, 2018 16:00:14.892 [0x7f2fedbff700] DEBUG - Responding HTTP/1.1 206

Füge mal einen Block DlnaMediaProfiles ein. Ich weiß zwar nicht was er genau macht, aber einen Versuch ist es wert.

<TranscodeTargets>
  <MusicProfile container="mp3" codec="mp3" />
</TranscodeTargets>
<DirectPlayProfiles>
  <MusicProfile container="mp3" codec="mp3" />
</DirectPlayProfiles>
<CodecProfiles>
  <MusicCodec name="mp3">
    <Limitations>
      <UpperBound name="audio.bitrate" value="320" />
      <UpperBound name="audio.channels" value="2" />
    </Limitations>
  </MusicCodec>
</CodecProfiles>
<DlnaMediaProfiles>
  <DlnaMusicProfile container="mp3" mimeType="audio/mp3" />
</DlnaMediaProfiles>

Anstatt mimeType="audio/mp3" solltest du auch mimeType="audio/mpeg" probieren.
Bei mp3 sind Bitraten von bis zu 320 kbps zulässig.

Ist der Client mit der IP Adresse 192.168.0.40 das selbe Gerät?
Manche DLNA Clients identifizieren sich mit mehreren Namen, einen zum durchbrowsen und einen zum tatsächlichen Abspielen.
In dem Falle müsste man eine zweite Zeile in den Identification Block einfügen, der dann die zweite “Identität” enthält:

<Identification>
  <Header name="User-Agent" substring="FSL DLNADOC/1.50 UPnP Stack/1.0"/>
  <Header name="User-Agent" substring="NSPlayer/4.1.0.3856"/>
</Identification>

Die IP 192.168.0.40 ist die von meinem NAS auf der Plex Server läuft.
Wenn ich das hier öffne spielt mir Plex einen der Titel ab:
http://192.168.0.40:32469/object/b5d9d8f05c762770064d/file.mp3
Das heißt ja dann zumindest das das transcodieren funktioniert.
Das dumme ist daß er da wo das transcodieren abläuft er schon wieder im Generic Profile läuft.

Dann bin ich hier leider auch am Ende meiner Weisheit.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.