Certain DLNA containers no longer working

Hi,
Pure Evoke C-F6 is the client. I previously had it all working fine with a profile I created.
However at some point it has stopped working. Unfortunately I can’t recall when, and whether it was a Plex or a Radio software update.

I’ve included a log below, but basically most tracks will now either completely fail to start or play the first split second. There’s only a few that will play fully. Having a look at the files it seems:

  • AAC M4A - Works (e.g. Andrea Bocelli Con te partiro & Don McLean American Pie in the log)

  • Apple Lossless M4A - Fails (e.g. Abba Dancing Queen in the log)

  • MP3 - Fails (e.g. Rachel Platten Stand By You in the log).

DLNA Profile hasn’t been changed from the one I put in the Working DLNA Profiles thread a year ago:

<?xml version="1.0" encoding="utf-8"?>
<Client name="Pure Evoke C-F6">
	<!-- Author: Westyfield2 -->
	<Identification>
		<!-- Have observed the radio use the first user-agent for browsing and the second user-agent for playing -->
		<Header name="User-Agent" substring="FSL DLNADOC/1.50 UPnP Stack/1.0" />
		<Header name="User-Agent" substring="NSPlayer/8.0.0.3801" />
		<!-- Device description as seen from Device Spy -->
		<DeviceDescription type="urn:schemas-upnp-org:device:MediaRenderer:1">
			<FriendlyName substring="Evoke C-F6" />
			<ModelName substring="Evoke C-F6" />
			<ModelNumber substring="Evoke C-F6" />
			<ModelUrl substring="http://www.pure.com/digital-radio" />
			<ModelDescription substring="Digital Radio with CD" />
			<Manufacturer substring="PURE" />
			<ManufacturerUrl substring="http://www.pure.com" />
			<SerialNumber substring="zzz_removed_my_serial_number" />
		</DeviceDescription>
	</Identification>
	<TranscodeTargets>
		<!-- Transcode all unsupported audio to FLAC.  Could alternatively use MP3 for lossy playback -->
		<MusicProfile container="flac" codec="flac" />
	</TranscodeTargets>
	<DirectPlayProfiles>
		<!-- Define the formats that the device understand natively -->
		<!-- User manual lists WMA, AAC, MP3, FLAC and GetProtocolInfo returns the full details -->
		<MusicProfile container="mp4" codec="aac" />
		<MusicProfile container="mp3" codec="mp3" />
		<MusicProfile container="mp3" codec="mp3x" />
		<MusicProfile container="mpeg" codec="mp3" />
		<MusicProfile container="mpeg" codec="mp3x" />
		<MusicProfile container="3gpp" codec="aac" />
		<!-- The Music Profile just below indicates that flac files will be directly played on the radio -->
		<MusicProfile container="flac" codec="flac" />
	</DirectPlayProfiles>
</Client>

Here’s a log from a fresh boot and trying several songs with limited success:

Plex DLNA Server.log (233.3 KB)

Still can’t get this to work.
Tried changing the TranscodeTarget to mp4 aac (since that’s the only one currently working for DirectPlay), but that didn’t work either.
Think I might need to temporarily abandon Plex for DLNA and just use the integrated DLNA feature of ReadyNAS for now.

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