Panasonic CX700 (Firefox OS)
Posted: Mon Dec 14, 2015 9:20 am
Hi there,
To get my new TV recognized, I created this new file /opt/ums/renderers/Panasonic-VieraCX700.conf
The part to detect the TV is working correctly:
The section to define the supported formats is however not correct (some formats are being transcoded while the TV can handle them natively). This is what it is now (taken from the Panasonic Viera VT60-file):
These are the supported formats from the Manufacturer's website:
AVCHD 3D/Progressive, SD-VIDEO/AVI/HEVC/MKV/WMV/MP4/M4v/FLV/3GPP/VRO/VOB/TS/PS, MP3/AAC/WMA Pro/FLAC/Apple Lossless/WAV, JPEG/MPO
-> How should I translate this into a renderer profile?
Thx!
To get my new TV recognized, I created this new file /opt/ums/renderers/Panasonic-VieraCX700.conf
The part to detect the TV is working correctly:
Code: Select all
RendererName = Panasonic CX700
RendererIcon = panasonic.png
# ============================================================================
# This renderer has sent the following string/s:
#
# User-Agent: Panasonic MIL DLNA CP UPnP/1.0 DLNADOC/1.50
# 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 P$
# X-PANASONIC-Registration: NDBDWDcwMAAAAAAAAAAAAAA=
# ============================================================================
UserAgentSearch = Panasonic MIL DLNA CP UPnP/1.0 DLNADOC/1.50
UpnpDetailsSearch = VIERA CX700 Series
LoadingPriority = 2
Code: Select all
# Supported video formats:
Supported = f:3gp|3g2 v:h264 a:aac m:video/3gpp
Supported = f:flv v:h264 a:aac|mp3 m:video/x-flv
Supported = f:mpegps v:mpeg1|mpeg2 a:ac3|lpcm|mpa m:video/mpeg
Supported = f:mpegts v:h264|mpeg1|mpeg2 a:aac|ac3|eac3|mpa m:video/mpeg
Supported = f:mp4 v:h264|mpeg1|mpeg2 a:aac|ac3|eac3|mp3|mpa m:video/mp4
Supported = f:mkv v:h264|mpeg1|mpeg2 a:aac|ac3|dts|mp3|mpa m:video/x-matroska
# Supported audio formats:
Supported = f:aac m:audio/x-m4a n:2 a:(?!alac).+
Supported = f:flac m:audio/flac
Supported = f:mp3 m:audio/mpeg
# Supported image formats:
Supported = f:jpg m:image/jpeg
AVCHD 3D/Progressive, SD-VIDEO/AVI/HEVC/MKV/WMV/MP4/M4v/FLV/3GPP/VRO/VOB/TS/PS, MP3/AAC/WMA Pro/FLAC/Apple Lossless/WAV, JPEG/MPO
-> How should I translate this into a renderer profile?
Thx!