FAQ  •  Register  •  Login

Panasonic Viera TC-55CX850

<<

lirwin4

Serviio newbie

Posts: 9

Joined: Sun Apr 03, 2016 4:25 pm

Post Sat Sep 03, 2016 11:03 pm

Panasonic Viera TC-55CX850

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
<<

lirwin4

Serviio newbie

Posts: 9

Joined: Sun Apr 03, 2016 4:25 pm

Post Sat Sep 03, 2016 11:08 pm

Re: Panasonic Viera TC-55CX850

I also tried the "Viera 2013" but no avi files could be read. Any assistance would be very much appreciated.
<<

DenyAll

DLNA master

Posts: 2257

Joined: Fri Mar 08, 2013 11:16 pm

Location: Adelaide, Australia

Post Mon Sep 05, 2016 1:07 am

Re: Panasonic Viera TC-55CX850

Post MediaInfo details for the files that are not played (using the 2015 profile).
DenyAll
Panasonic Viera FX800A | Panasonic Viera CS610A | Sony PS4 | Sony PS3 | Panasonic DMP-BD79 | Yamaha RX-V500D | iPad | Windows 10 | Serviio 1.10.1 Pro
WinHelper | MediaInfo

Beta Tester, Moderator
Please do not PM me for support as any solution cannot be shared with others.
<<

lirwin4

Serviio newbie

Posts: 9

Joined: Sun Apr 03, 2016 4:25 pm

Post Sat Sep 10, 2016 2:15 pm

Re: Panasonic Viera TC-55CX850

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>
<<

DenyAll

DLNA master

Posts: 2257

Joined: Fri Mar 08, 2013 11:16 pm

Location: Adelaide, Australia

Post Mon Sep 12, 2016 12:56 am

Re: Panasonic Viera TC-55CX850

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.
DenyAll
Panasonic Viera FX800A | Panasonic Viera CS610A | Sony PS4 | Sony PS3 | Panasonic DMP-BD79 | Yamaha RX-V500D | iPad | Windows 10 | Serviio 1.10.1 Pro
WinHelper | MediaInfo

Beta Tester, Moderator
Please do not PM me for support as any solution cannot be shared with others.
<<

lirwin4

Serviio newbie

Posts: 9

Joined: Sun Apr 03, 2016 4:25 pm

Post Tue Sep 13, 2016 2:35 am

Re: Panasonic Viera TC-55CX850

Thank you very much.! All AVI files now play .

Return to Transcoding

Who is online

Users browsing this forum: No registered users and 22 guests

Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group.
Designed by ST Software for PTF.