Panasonic Viera TC-55CX850

Posted:
Sat Sep 03, 2016 11:03 pm
by lirwin4
Hello Everyone:
I own a 2015 Panasonic Viera TC-55CX850 TV. Does anyone have a profile for serviio that matches this TV? I already tried the "viera 2015" profile found at
viewtopic.php?f=7&t=21909 but I cannot read some mp4 files.
Lance
Re: Panasonic Viera TC-55CX850

Posted:
Sat Sep 03, 2016 11:08 pm
by lirwin4
I also tried the "Viera 2013" but no avi files could be read. Any assistance would be very much appreciated.
Re: Panasonic Viera TC-55CX850

Posted:
Mon Sep 05, 2016 1:07 am
by DenyAll
Post MediaInfo details for the files that are not played (using the 2015 profile).
Re: Panasonic Viera TC-55CX850

Posted:
Sat Sep 10, 2016 2:15 pm
by lirwin4
Using the 2015 profile, I am still not able to play any AVI files. All other formats that I tested (mkv, mp4, etc.) played properly.
Here is the 2015 profile that I copied from another thread and added to my config file:
<Profile id="viera2015" name="Panasonic Viera (2015)" extendsProfileId="1">
<!-- Panasonic Viera 2015 Models:
LED/LCD's: CS610, CS650
Supports native streaming of mainstream MP4, MKV and XVid files -->
<Detection>
<UPnPSearch>
<FriendlyName>.*CS6(1|5)0_Series.*</FriendlyName>
<Manufacturer>Panasonic</Manufacturer>
</UPnPSearch>
</Detection>
<ContentDirectoryMessageBuilder>org.serviio.upnp.service.contentdirectory.PacketVideoDLNAMessageBuilder</ContentDirectoryMessageBuilder>
<Transcoding>
<!-- Transcode h264 videos with profile level > 4.1 to mpegts with ac3 audio -->
<Video targetContainer="mpegts" targetVCodec="mpeg2video" DAR="16:9" targetACodec="ac3" aBitrate="384" forceInheritance="true">
<Matches container="*" vCodec="h265" />
<Matches container="*" vCodec="h264" profile="high_10" />
<Matches container="mp4" vCodec="mjpeg" />
<Matches container="mpeg" vCodec="mpeg1video" />
<Matches container="matroska" vCodec="vp8" />
<Matches container="matroska" vCodec="vp9" />
<Matches container="ogg" />
<Matches container="rm" />
</Video>
<!-- remux FLAC/TrueHD in MKV/MP4 to AC3, DTS (MP4) to AC3 -->
<Video targetContainer="mpegts" targetACodec="ac3" aBitrate="384" forceInheritance="true">
<!-- Matches container="*" vCodec="h264" aCodec="dca" / --> <!-- Uncomment this line if DTS is not supported natively -->
<Matches container="*" vCodec="h264" aCodec="dts-hd" />
<!--Matches container="matroska" vCodec="h264" aCodec="flac" / -->
<Matches container="*" vCodec="h264" aCodec="truehd" />
</Video>
<!-- Transcode DivX (XVid is supported) -->
<Video targetContainer="mpegts" targetVCodec="mpeg2video" targetACodec="ac3" aBitrate="384">
<Matches container="avi" vCodec="mpeg4" vFourCC="div3,div4,div5,divx,dm4v,dx50" />
<Matches container="avi" vCodec="msmpeg4" vFourCC="div3,div4,div5,divx,dm4v,dx50" />
<Matches container="avi" vCodec="dvvideo" />
</Video>
<!-- unsupported audio will be transcoded into lpcm audio -->
<Audio targetContainer="lpcm" forceInheritance="true">
<Matches container="ogg" />
<Matches container="asf" />
<Matches container="adts" />
<Matches container="wavpack" />
<Matches container="mpc" />
<Matches container="ape" />
<Matches container="dsf" />
</Audio>
</Transcoding>
<GenericTranscoding>
<Video targetContainer="mpegts" targetVCodec="mpeg2video" DAR="16:9" targetACodec="ac3" aBitrate="384" />
</GenericTranscoding>
<Subtitles>
<SoftSubs mime-type="text/srt" />
</Subtitles>
<ThumbnailsResolution>HD</ThumbnailsResolution>
</Profile>
Re: Panasonic Viera TC-55CX850

Posted:
Mon Sep 12, 2016 12:56 am
by DenyAll
Try replacing these three lines:
- Code:
<Matches container="avi" vCodec="mpeg4" vFourCC="div3,div4,div5,divx,dm4v,dx50" />
<Matches container="avi" vCodec="msmpeg4" vFourCC="div3,div4,div5,divx,dm4v,dx50" />
<Matches container="avi" vCodec="dvvideo" />
with
- Code:
<Matches container="avi" />
You need to restart your PC after making the changes. This may be a bit of an overkill (it will transcode all AVI's, rather than just your problem child) but should do the job.
Re: Panasonic Viera TC-55CX850

Posted:
Tue Sep 13, 2016 2:35 am
by lirwin4
Thank you very much.! All AVI files now play .