FrankL wrote:After further testing I've concluded that only PlayOn is allowed to serve video to the EVA91x0 devices. Is there a way to force masking TMS as a PlayOn server?
<?xml version="1.0"?>
<root xmlns="urn:schemas-upnp-org:device-1-0">
<specVersion>
<major>1</major>
<minor>0</minor>
</specVersion>
<device>
<dlna:X_DLNADOC xmlns:dlna="urn:schemas-dlna-org:device-1-0">DMS-1.00</dlna:X_DLNADOC>
<deviceType>urn:schemas-upnp-org:device:MediaServer:1</deviceType>
<UDN>#UDN#</UDN>
<friendlyName>PlayOn (machinehostname)</friendlyName>
<manufacturer>MediaMall Technologies, Inc.</manufacturer>
<modelName>Windows MediaMall Server</modelName>
<modelDescription>PlayOn UPnP Media Server</modelDescription>
<modelNumber>3.0</modelNumber>
<UPC></UPC>
<presentationURL>#BASE-URL#</presentationURL>
<iconList>
<icon>
<mimetype>image/jpeg</mimetype>
<height>48</height>
<width>48</width>
<depth>24</depth>
<url>/images/twonkyicon-48x48.jpg</url>
</icon>
<icon>
<mimetype>image/jpeg</mimetype>
<height>120</height>
<width>120</width>
<depth>24</depth>
<url>/images/twonkyicon-120x120.jpg</url>
</icon>
<icon>
<mimetype>image/png</mimetype>
<height>48</height>
<width>48</width>
<depth>24</depth>
<url>/images/twonkyicon-48x48.png</url>
</icon>
<icon>
<mimetype>image/png</mimetype>
<height>120</height>
<width>120</width>
<depth>24</depth>
<url>/images/twonkyicon-120x120.png</url>
</icon>
</iconList>
<serviceList>
<service>
<serviceType>urn:schemas-upnp-org:service:ConnectionManager:1</serviceType>
<serviceId>urn:upnp-org:serviceId:ConnectionManager</serviceId>
<SCPDURL>/ConnectionManager.xml</SCPDURL>
<eventSubURL>/ConnectionManager/Event</eventSubURL>
<controlURL>/ConnectionManager/Control</controlURL>
</service>
<service>
<serviceType>urn:schemas-upnp-org:service:ContentDirectory:1</serviceType>
<serviceId>urn:upnp-org:serviceId:ContentDirectory</serviceId>
<SCPDURL>/ContentDirectory.xml</SCPDURL>
<eventSubURL>/ContentDirectory/Event</eventSubURL>
<controlURL>/ContentDirectory/Control</controlURL>
</service>
</serviceList>
</device>
</root>
[EOF]DF:devicedescription-playon.xml<friendlyName>PlayOn (#FRIENDLYNAME#)</friendlyName>MT:mp4 video/mpeg
MT:mkv video/mpeg
MT:ts video/mpeg
MT:m4a,mp4.a,3gp.a,m4b audio/mpegDD:<modelDescription>NETGEAR Digital Entertainer Elite</modelDescription>MT:ogg,mov not-supportedGET /disk/DLNA-PNAVC_MP4_BL_L3L_SD_AAC-OP01-FLAGS01700000/O0$3$28I130827.mp4 HTTP/1.1Content-Type: video/mpegGET /httpproxy/mediafusion/O0I60676.mp4 HTTP/1.1Content-Type: video/mp4Q1.This is is a narrower selection than the DD:Digital Entertainer in the NA:Netgear Digital Entertainer section, to which the EVA9000 series also match. How can I exclude the 9000 series from matching the existing NA:Netgear Digital Entertainer section? I suppose there are a few devices (EVA700, EVA2000, EVA8000) for which maybe the existing profile is better suited.
Q2. I'd like to prevent .ogg and .mov files from being presented to the EVA9000 series. It doesn't support the VORBIS audio codec, and .mov files often contain old video codecs such as ones by Sorensen, and also are not supported by the EVA9000 series (with AVC/AAC ones easily being renamed to .mp4). I've added the following code to clients.db (as per its header)
MT:ogg,mov not-supported
However, .mov and .ogg files keep showing up on my EVA9100. Am I making a mistake in my syntax ?
I think the MT option to set a mime type to "not-supported" will not remove the item from the tree for that client. It is just replacing the mime type with something that does not indicate a media item.
As far as I know we do not have an option to suppress items on a per client basis.
Users browsing this forum: No registered users and 2 guests