FAQ  •  Register  •  Login

Panasonic TV TH-P50V2

<<

berndbausch

Serviio newbie

Posts: 3

Joined: Fri Nov 26, 2010 5:38 am

Post Sat Oct 11, 2014 8:26 am

Panasonic TV TH-P50V2

It's a TV for the Japanese market (because that's where I live), from 2010. Plasma screen, 50 inch.
The serviio server 1.4.1.2 runs on a CentOS 6.5 box. I can watch videos with a DLNA player on my ipad, but the TV acts up.

Symptoms:
  • Selecting the out-of-the-box profile "Panasonic Viera (2010)", the TV sees no video at all. I.e. it lists only the folders, no videos.
  • After replacing mpegts with mpeg in the Panasonic sections of the profile, it does list a few videos, namely those with a .mp4 extension. It also correctly shows their duration and screen size.
  • None of my *.avi and *.mpg files, let alone DVD VOBs, are listed.
  • When trying to play the listed mp4 files, the TV shows a blank screen for a minute or so, then says that it can't play this.
  • Debug mode on the serviio server doesn't reveal anything related to these files in the log.

A file that can be listed:
  Code:
Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 'The Two Towers 2002 EXTENDED DVDRip H264-KingBen 1.mp4':
  Metadata:
    major_brand     : isom
    minor_version   : 1
    compatible_brands: isom
  Duration: 01:42:11.37, start: 0.000000, bitrate: 2057 kb/s
    Stream #0.0(und): Video: h264, yuv420p, 720x304 [PAR 1:1 DAR 45:19], 1914 kb/s, 25 fps, 25 tbr, 25 tbn, 50 tbc
    Stream #0.1(und): Audio: aac, 48000 Hz, stereo, s16, 140 kb/s


A file that is not listed:
  Code:
Input #0, avi, from './Allegro non troppo/Allegro.non.troppo.(Bruno.Bozzetto)-1977-DVDrip-XviD-Ursule.avi':
  Metadata:
    ISFT            : Nandub v1.0rc2
  Duration: 01:24:48.04, start: 0.000000, bitrate: 1158 kb/s
    Stream #0.0: Video: mpeg4, yuv420p, 512x384 [PAR 1:1 DAR 4:3], 23.98 tbr, 23.98 tbn, 23.98 tbc
    Stream #0.1: Audio: mp3, 48000 Hz, 2 channels, s16, 128 kb/s


Device Spy doesn't see the TV, so I checked on the DLNA web site. The PDF is attached here. Both MPEG program and transport streams should work.

How can I find out what precise parameters are required so that my TV plays the files? Or lists them in the first place?
Attachments
REG46844866.pdf
DLNA certificate for my TV
(94.83 KiB) Downloaded 244 times
<<

DenyAll

DLNA master

Posts: 2257

Joined: Fri Mar 08, 2013 11:16 pm

Location: Adelaide, Australia

Post Sat Oct 11, 2014 10:37 am

Re: Panasonic TV TH-P50V2

As your TV doesn't support AVI's (and the Panasonic 2010 profile is for TV's that do) you will need to add this support. Probably the easiest way to do this is to change the inheritance to use the 2011 profile (which implements AVI transcoding) - so change

    <Profile id="viera2010" name="Panasonic Viera (2010)" extendsProfileId="viera2011a">
    to
    <Profile id="viera2010" name="Panasonic Viera (2010)" extendsProfileId="viera2011">
I'm out of my depth a bit here but my guess is that the inability to read or transcode to mpeg-ts files is something to do with mime type mapping. You may get some hints from: viewtopic.php?f=5&t=326&start=70#p2742
Try adding:

  Code:
<MediaFormatProfiles>
   <MediaFormatProfile mime-type="video/vnd.dlna.mpeg-tts">MPEG_TS_JP_T</MediaFormatProfile>         
</MediaFormatProfiles>

to the profile (and try transcoding to a ts).
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.

Return to Serviio Support & Help

Who is online

Users browsing this forum: No registered users and 25 guests

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