FAQ  •  Register  •  Login

Panasonic UHD TV 2015 model

<<

kgbogdan

Streaming enthusiast

Posts: 25

Joined: Mon Apr 04, 2016 4:39 pm

Post Sat Apr 09, 2016 5:29 am

Panasonic UHD TV 2015 model

Hello everyone

I own a Panasonic UHD TV model 50CX800
Is there any profile for serviio that matches this TV? I cannot play DTS, DTS-HD and TrueHD from audio point of view
Many thanks for your help

Kind regards,
Bogdan
<<

DenyAll

DLNA master

Posts: 2257

Joined: Fri Mar 08, 2013 11:16 pm

Location: Adelaide, Australia

Post Sat Apr 09, 2016 8:17 am

Re: Panasonic UHD TV 2015 model

This is my home-grown Panasonic 2015 profile. Its for a different TV (CS610A)

  Code:
   <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>
You will need to uncomment the line for DTS (mine supports it) and change the detection string for your TV. Being a UHD TV your's may also support H265 natively (if so remove that line).

I have not tested this extensively (my Panasonic 2015 is outside, mainly used for watching live sport when barbecuing, not so much for Serviio :-)).
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.
<<

kgbogdan

Streaming enthusiast

Posts: 25

Joined: Mon Apr 04, 2016 4:39 pm

Post Tue Apr 12, 2016 7:27 pm

Re: Panasonic UHD TV 2015 model

Sorry for my late reply. It works just fine, except for audio DTS-HD MA combined with h265, but that's OK so far
<<

DenyAll

DLNA master

Posts: 2257

Joined: Fri Mar 08, 2013 11:16 pm

Location: Adelaide, Australia

Post Wed Apr 13, 2016 9:46 am

Re: Panasonic UHD TV 2015 model

I presume you removed the line " <Matches container="*" vCodec="h265" />" from my posted profile and that other h265 videos (non DTS-HD) are playing fine.

You could try to add the line

<Matches container="*" vCodec="h265" aCodec="dts-hd" />

just below the existing line <Matches container="*" vCodec="h264" aCodec="dts-hd" />. Restart your PC/Serviio Service.

See if that works. This will transcode the audio for files with h265 video and HD DTS audio and place the new audio and existing h265 video into a mpeg-ts container. I am concerned that the mpeg-ts container may not support the h265 codec (it was never designed to).... so if this does work, let us know for future reference.
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.
<<

kgbogdan

Streaming enthusiast

Posts: 25

Joined: Mon Apr 04, 2016 4:39 pm

Post Mon Oct 03, 2016 8:37 am

Re: Panasonic UHD TV 2015 model

Hello again

I did what you said still nothing happens
I will have a look in few days as I will upgrade my disks on my serviio media server

Kind regards,
Bogdan
<<

kgbogdan

Streaming enthusiast

Posts: 25

Joined: Mon Apr 04, 2016 4:39 pm

Post Mon Mar 06, 2017 9:03 am

Re: Panasonic UHD TV 2015 model

Hello

I am back with Serviio on my Panasonic CX800. Anything new about Panasonic profile? Somebody that TV is working with any audio/video format?

Kind regards,
Bogdan
<<

kgbogdan

Streaming enthusiast

Posts: 25

Joined: Mon Apr 04, 2016 4:39 pm

Post Mon Mar 06, 2017 7:52 pm

Re: Panasonic UHD TV 2015 model

Hello

I copied the same lines in the original profiles.xml and this is the output:

2017-03-06 21:37:43,581 INFO [MediaServer] ------------------------------------------------------------------------
2017-03-06 21:37:43,582 INFO [MediaServer] Serviio DLNA media streaming server v 1.8 (rev. cc55b64588cc)
2017-03-06 21:37:43,582 INFO [MediaServer] Petr Nejedly 2009-2015
2017-03-06 21:37:43,582 INFO [MediaServer] http://www.serviio.org
2017-03-06 21:37:43,582 INFO [MediaServer]
2017-03-06 21:37:43,582 INFO [MediaServer] Java 1.8.0_121-Oracle Corporation amd64
2017-03-06 21:37:43,582 INFO [MediaServer] OS Linux 4.1.38-50-default
2017-03-06 21:37:43,582 INFO [MediaServer] File encoding: UTF-8
2017-03-06 21:37:43,617 INFO [MediaServer] Headless mode enabled: true
2017-03-06 21:37:43,617 INFO [MediaServer] User: root
2017-03-06 21:37:43,617 INFO [MediaServer] User home dir: /root
2017-03-06 21:37:43,617 INFO [MediaServer] Temp dir: /tmp
2017-03-06 21:37:43,617 INFO [MediaServer] ------------------------------------------------------------------------
2017-03-06 21:37:43,624 INFO [DBSchemaUpdateExecutor] Checking if DB schema needs to be updated
2017-03-06 21:37:43,629 INFO [DatabaseManager] Using DERBY database language
2017-03-06 21:37:44,415 INFO [WebServer] Socket buffer set to 65535 bytes
2017-03-06 21:37:44,415 INFO [RestletServer] Starting HTTP/1.1 Restlet server (/console) exposed on port 23423
2017-03-06 21:37:44,417 INFO [RestletServer] Starting HTTP/1.1 Restlet server (/rest) exposed on port 23423
2017-03-06 21:37:44,418 INFO [RestletServer] Starting HTTPS/1.1 Restlet server (/console) exposed on port 23523
2017-03-06 21:37:44,418 INFO [RestletServer] Starting HTTPS/1.1 Restlet server (/rest) exposed on port 23523
2017-03-06 21:37:44,543 INFO [RestletServer] Starting HTTP/1.1 Restlet server (/cds) exposed on port 23424
2017-03-06 21:37:44,543 INFO [RestletServer] Starting HTTP/1.1 Restlet server (/mediabrowser) exposed on port 23424
2017-03-06 21:37:44,544 INFO [RestletServer] Starting HTTPS/1.1 Restlet server (/cds) exposed on port 23524
2017-03-06 21:37:44,544 INFO [RestletServer] Starting HTTPS/1.1 Restlet server (/mediabrowser) exposed on port 23524
2017-03-06 21:37:44,623 INFO [MediaServer] ------------------------------------------------------------------------
2017-03-06 21:37:44,623 INFO [MediaServer] License: PRO (EVALUATION, id: 11111111-1111-1111-1111-111111111113)
2017-03-06 21:37:44,623 INFO [MediaServer] ------------------------------------------------------------------------
2017-03-06 21:37:44,626 INFO [Device] Created UPnP Device with UUID: 0f47f1de-d79e-31c2-88ac-c2f7ac7b92aa, bound address: 192.168.0.1
2017-03-06 21:37:44,751 ERROR [XmlUtils] XML Profiles.xsd didn't pass validation, reason: cvc-enumeration-valid: Value 'mp2' is not facet-valid with respect to enumeration '[*, mp4, asf, mp3, lpcm, flac, ogg, flv, rtp, rtsp, adts, wv, mpc, ape, dsf, wav, mpegts]'. It must be a value from the enumeration.
2017-03-06 21:37:44,752 ERROR [MediaServer] An unexpected error occured. Ending the application. Message: org.serviio.profile.ProfilesDefinitionException: Profiles XML file is not valid (according to the schema). Check the log.
java.lang.RuntimeException: org.serviio.profile.ProfilesDefinitionException: Profiles XML file is not valid (according to the schema). Check the log.
at org.serviio.profile.ProfileManager.parseProfilesFromFile(ProfileManager.java:183)
at org.serviio.profile.ProfileManager.loadProfiles(ProfileManager.java:156)
at org.serviio.MediaServer.main(MediaServer.java:134)
Caused by: org.serviio.profile.ProfilesDefinitionException: Profiles XML file is not valid (according to the schema). Check the log.
at org.serviio.profile.ProfilesDefinitionParser.validateXML(ProfilesDefinitionParser.java:1036)
at org.serviio.profile.ProfilesDefinitionParser.parseDefinition(ProfilesDefinitionParser.java:162)
at org.serviio.profile.ProfileManager.parseProfilesFromFile(ProfileManager.java:181)
... 2 more
2017-03-06 21:37:44,754 WARN [IndexedDiskCache] Region [tokens] Disk cache not shutdown properly, shutting down now.
2017-03-06 21:37:44,754 WARN [IndexedDiskCache] Region [thumbnails] Disk cache not shutdown properly, shutting down now.
2017-03-06 21:37:44,754 WARN [IndexedDiskCache] Region [subtitles_metadata] Disk cache not shutdown properly, shutting down now.
2017-03-06 21:37:44,754 WARN [IndexedDiskCache] Region [online_technical_metadata] Disk cache not shutdown properly, shutting down now.
2017-03-06 21:37:44,754 WARN [IndexedDiskCache] Region [subtitles] Disk cache not shutdown properly, shutting down now.

Can someone explain what is wrong here?

Kind regards,
Bogdan
Attachments
profiles.xml
(156.27 KiB) Downloaded 498 times
<<

DenyAll

DLNA master

Posts: 2257

Joined: Fri Mar 08, 2013 11:16 pm

Location: Adelaide, Australia

Post Tue Mar 07, 2017 11:50 am

Re: Panasonic UHD TV 2015 model

Your profile.xml file was designed for version 1.6 of Serviio, not the version you are using (version 1.8) - as evdience in the line:
  Code:
<Profiles version="1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://www.serviio.org/xsd/profiles/v/1.6.1/Profiles.xsd">

You must use the correct version of profiles.xml matched to your Serviio version.

I suggest you revert back the version of profile.xml that was installed with Serviio and then add the Panasonic 2015 profile to that. My current Panasonic 2015 profile is (I have adjusted to allow native playing of H265 which is supported on most UHD models):

  Code:
   <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 h265 videos and a few others to mpegts with ac3 audio -->
         <Video targetContainer="mpegts" targetVCodec="mpeg2video" DAR="16:9" targetACodec="ac3" aBitrate="384" forceInheritance="true">
            <!-- Matches container="*" vCodec="h265" /  -->   <!-- Uncomment this line if H265 is not supported natively -->
            <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 DTS/DTS-HD/TrueHD to AC3 -->
         <Video targetContainer="mpegts" targetACodec="ac3" aBitrate="384" forceInheritance="true">
            <!-- Matches container="*" aCodec="dca" / -->  <!-- Uncomment this line if DTS is not supported natively -->
            <Matches container="*" aCodec="dts-hd" />
            <Matches container="*" 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="wv" />
            <Matches container="mpc" />
            <Matches container="ape" />
            <Matches container="dsf" />
         </Audio>
      </Transcoding>
      <AudioTrackRemux>
         <Video targetContainer="mpegts" targetACodec="ac3" aBitrate="384">
            <Matches container="*" vCodec="h264" />
            <Matches container="*" vCodec="mpeg2video" />
            <Matches container="*" vCodec="mpeg1video" />
            <Matches container="*" vCodec="mpeg4" />
            <Matches container="*" vCodec="msmpeg4" />
         </Video>
      </AudioTrackRemux>
      <GenericTranscoding>
         <Video targetContainer="mpegts" targetVCodec="mpeg2video" DAR="16:9" targetACodec="ac3" aBitrate="384" />
      </GenericTranscoding>
      <Subtitles>
         <SoftSubs mime-type="text/srt" character-encoding="utf-8" />
      </Subtitles>   
      <ThumbnailsResolution>HD</ThumbnailsResolution>
   </Profile>
You can also change the detection to match your TV - something like <FriendlyName>.*CX8(0|5)0_Series.*</FriendlyName> might work - if not you will need to find the devices friendly name.
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.
<<

kgbogdan

Streaming enthusiast

Posts: 25

Joined: Mon Apr 04, 2016 4:39 pm

Post Wed Mar 08, 2017 2:17 pm

Re: Panasonic UHD TV 2015 model

Many thanks for your kind reply
I will do as you said and keep you posted

Bogdan
<<

kgbogdan

Streaming enthusiast

Posts: 25

Joined: Mon Apr 04, 2016 4:39 pm

Post Wed Mar 08, 2017 6:29 pm

Re: Panasonic UHD TV 2015 model

Hello again

Audio files are OK. Whatever 4K video file is not rendering (just black screen) although TV is fully supported x265/hevc
Other files in 1080/720 are perfectly fine
DAR="16:9" - forcing the original video to fill 1920x1080? Some files are 1920x1000 or something...
Any ideas?

Kind regards,
Bogdan
<<

DenyAll

DLNA master

Posts: 2257

Joined: Fri Mar 08, 2013 11:16 pm

Location: Adelaide, Australia

Post Thu Mar 09, 2017 11:49 am

Re: Panasonic UHD TV 2015 model

Whatever 4K video file is not rendering (just black screen) although TV is fully supported x265/hevc
Try the Generic Profile and see if it's the same. Post MediaInfo details for the file and let see if we can work out what's happening. Does the file play via USB stick (not that this guarantees it can play via DLNA - if it doesn't play via USB it wont play via DLNA, however if it does play via USB it doesn't mean anything).

ps. are you sure the files are fully supported. According to one manual I read for the CX802b, "Supported formats are different in Media Player and media server"....

DAR="16:9" - forcing the original video to fill 1920x1080?
Hmmm... ths should have the opposite effect (the DAR="16:9" command should put bars top and bottom). Try playing with the aspect button on your remote. Otherwise once again post MediaInfo details for the file.
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.
<<

kgbogdan

Streaming enthusiast

Posts: 25

Joined: Mon Apr 04, 2016 4:39 pm

Post Sat Mar 11, 2017 6:21 am

Re: Panasonic UHD TV 2015 model

So Generic profile doesn't render the 4K files either
On 1.6.1 it was working as I told you in my first post. Only audio wasn't working
Where do I get Mediainfo from?
I don't understand why not working anymore
From USB drive playing is fine
<<

atc98092

User avatar

DLNA master

Posts: 5202

Joined: Fri Aug 17, 2012 10:22 pm

Location: Washington (the state)

Post Sat Mar 11, 2017 10:19 pm

Re: Panasonic UHD TV 2015 model

https://mediaarea.net/en/MediaInfo

What works on USB has no bearing on DLNA playback unfortunately. Two different protocols.
Dan

LG NANO85 4K TV, Samsung JU7100 4K TV, Sony BDP-S3500, Sharp 4K Roku TV, Insignia Roku TV, Roku Ultra, Premiere and Stick, Nvidia Shield, Yamaha RX-V583 AVR.
Primary server: Intel i5-6400, 16 gig ram, Windows 10 Pro, 22 TB hard drive space | Test server Windows 10 Pro, AMD Phenom II X4 965, 8 gig ram

HOWTO: Enable debug logging HOWTO: Identify media file contents
<<

kgbogdan

Streaming enthusiast

Posts: 25

Joined: Mon Apr 04, 2016 4:39 pm

Post Sun Mar 12, 2017 8:41 am

Re: Panasonic UHD TV 2015 model

Here you go:

MediaServer:~ # mediainfo /home/bogdan/Torente/Allegiant.2016.2160p.UHD.BluRay.x265.10bit.DTS-HD.MA.7.1.RoSubbed-NIMA4K/Allegiant.2016.2160p.UHD.BluRay.x265.10bit.DTS-HD.MA.7.1.RoSubbed-NIMA4K.mkv
General
Unique ID : 191444914203741069945311735013696579880 (0x9006F305197C5DDFB85DA19949B3A928)
Complete name : /home/bogdan/Torente/Allegiant.2016.2160p.UHD.BluRay.x265.10bit.DTS-HD.MA.7.1.RoSubbed-NIMA4K/Allegiant.2016.2160p.UHD.BluRay.x265.10bit.DTS-HD.MA.7.1.RoSubbed-NIMA4K.mkv
Format : Matroska
Format version : Version 4 / Version 2
File size : 53.3 GiB
Duration : 2 h 1 min
Overall bit rate : 63.0 Mb/s
Encoded date : UTC 2016-09-26 05:14:47
Writing application : mkvmerge v9.4.2 ('So High') 64bit
Writing library : libebml v1.3.4 + libmatroska v1.4.5

Video
ID : 1
Format : HEVC
Format/Info : High Efficiency Video Coding
Format profile : Main 10@L6.1@Main
Codec ID : V_MPEGH/ISO/HEVC
Duration : 2 h 0 min
Bit rate : 59.6 Mb/s
Width : 3 840 pixels
Height : 2 160 pixels
Display aspect ratio : 16:9
Frame rate mode : Constant
Frame rate : 23.976 (24000/1001) FPS
Color space : YUV
Chroma subsampling : 4:2:0
Bit depth : 10 bits
Bits/(Pixel*Frame) : 0.300
Stream size : 50.2 GiB (94%)
Writing library : x265 1.9+3-63308f7658c3:[Windows][GCC 5.2.0][64 bit] 10bit
Encoding settings : wpp / ctu=64 / min-cu-size=8 / max-tu-size=32 / tu-intra-depth=1 / tu-inter-depth=1 / me=1 / subme=2 / merange=57 / no-rect / no-amp / max-merge=2 / temporal-mvp / no-early-skip / rdpenalty=0 / no-tskip / no-tskip-fast / strong-intra-smoothing / no-lossless / no-cu-lossless / no-constrained-intra / no-fast-intra / open-gop / no-temporal-layers / interlace=0 / keyint=240 / min-keyint=24 / scenecut=40 / rc-lookahead=20 / lookahead-slices=8 / bframes=4 / bframe-bias=0 / b-adapt=2 / ref=3 / limit-refs=3 / no-limit-modes / weightp / no-weightb / aq-mode=1 / qg-size=32 / aq-strength=1.00 / cbqpoffs=0 / crqpoffs=0 / rd=3 / psy-rd=2.00 / rdoq-level=0 / psy-rdoq=0.00 / signhide / deblock / sao / no-sao-non-deblock / b-pyramid / cutree / no-intra-refresh / rc=abr / bitrate=61000 / qcomp=0.60 / qpmin=0 / qpmax=51 / qpstep=4 / ipratio=1.40 / pbratio=1.30
Default : Yes
Forced : No
Color range : Limited
Color primaries : BT.709
Transfer characteristics : BT.709
Matrix coefficients : BT.601

Audio
ID : 2
Format : DTS
Format/Info : Digital Theater Systems
Format profile : MA / Core
Mode : 16
Format settings, Endianness : Big
Codec ID : A_DTS
Duration : 2 h 1 min
Bit rate mode : Variable / Constant
Bit rate : 3 674 kb/s / 1 509 kb/s
Channel(s) : 8 channels / 6 channels
Channel positions : Front: L C R, Side: L R, Back: L R, LFE / Front: L C R, Side: L R, LFE
Sampling rate : 48.0 kHz
Frame rate : 93.750 FPS (512 spf)
Bit depth : 24 bits
Compression mode : Lossless / Lossy
Delay relative to video : 2 ms
Stream size : 3.11 GiB (6%)
Title : English DTS-HD MA 7.1 NIMA4K
Language : English
Default : No
Forced : No

Text #1
ID : 3
Format : PGS
Muxing mode : zlib
Codec ID : S_HDMV/PGS
Codec ID/Info : Picture based subtitle format used on BDs/HD-DVDs
Duration : 1 h 49 min
Bit rate : 10.2 kb/s
Count of elements : 2626
Stream size : 7.93 MiB (0%)
Title : English NIMA4K
Language : English
Default : Yes
Forced : No

Text #2
ID : 4
Format : PGS
Muxing mode : zlib
Codec ID : S_HDMV/PGS
Codec ID/Info : Picture based subtitle format used on BDs/HD-DVDs
Duration : 1 h 59 min
Bit rate : 8 333 b/s
Count of elements : 2382
Stream size : 7.15 MiB (0%)
Title : German NIMA4K
Language : German
Default : No
Forced : No

Menu
00:00:00.000 : en:00:00:00.000
00:09:47.337 : en:00:09:47.337
00:16:56.307 : en:00:16:56.307
00:25:54.219 : en:00:25:54.219
00:32:47.299 : en:00:32:47.299
00:37:28.204 : en:00:37:28.204
00:45:51.666 : en:00:45:51.666
00:53:33.585 : en:00:53:33.585
00:58:20.330 : en:00:58:20.330
01:07:23.206 : en:01:07:23.206
01:13:48.758 : en:01:13:48.758
01:19:53.080 : en:01:19:53.080
01:26:42.364 : en:01:26:42.364
01:33:14.172 : en:01:33:14.172
01:40:26.395 : en:01:40:26.395
01:46:17.246 : en:01:46:17.246

P.S. I thing I will try installing 1.6.1 again and run it. Playing x265/hevc was working just fine except audio
Something changed in the source code

Kind regards,
Bogdan
<<

DenyAll

DLNA master

Posts: 2257

Joined: Fri Mar 08, 2013 11:16 pm

Location: Adelaide, Australia

Post Mon Mar 13, 2017 10:06 am

Re: Panasonic UHD TV 2015 model

Bogdan - I'm still not convinced as to whether it's being transcoded or not. When playing the file, can you type :

http://localhost:23423/rest/playback-status

in your browser on the same machine Serviio is running on, and then let me know if the <itemTranscoded> flag is true or not.
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.
<<

kgbogdan

Streaming enthusiast

Posts: 25

Joined: Mon Apr 04, 2016 4:39 pm

Post Mon Mar 20, 2017 5:14 pm

Re: Panasonic UHD TV 2015 model

This XML file does not appear to have any style information associated with it. The document tree is shown below.
<playback>
<client>
<itemId>20</itemId>
<itemTitle>Allegiant</itemTitle>
<itemThumbnailUrl>/rest/thumbnail/20</itemThumbnailUrl>
<playbackProgress>0</playbackProgress>
<clientIPAddress>192.168.0.112</clientIPAddress>
<clientName>Panasonic VIErA</clientName>
<rendererUuid>4d454930-0100-1000-8001-a813745cbdbc</rendererUuid>
<itemTranscoded>true</itemTranscoded>
</client>
</playback>

This output is from 1.8 and it is from 4K video

Bogdan
<<

DenyAll

DLNA master

Posts: 2257

Joined: Fri Mar 08, 2013 11:16 pm

Location: Adelaide, Australia

Post Tue Mar 21, 2017 9:57 am

Re: Panasonic UHD TV 2015 model

So it's telling us it's being transcoded.

Try removing transcoding of HD-DTS: add the red bits to the line in the profile:

    <!-- Matches container="*" aCodec="dts-hd" / --->
Save and restart your PC.

I'm not sure this will work - you said that using the Generic Profile did the same thing (and yet the Generic Profile doesn't transcode anything normally). Are you sure you pressed Save after switching to the Generic Profile? If it still transcodes after changing the above, or switching to the Generic Profile, then something other than the profile is triggering it - try disabling subtitles in the Console, but other than that I will need to explore further.
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.
<<

kgbogdan

Streaming enthusiast

Posts: 25

Joined: Mon Apr 04, 2016 4:39 pm

Post Wed Mar 22, 2017 9:06 am

Re: Panasonic UHD TV 2015 model

I think I know the catch
Few months ago (6 or more if I remember) there was a software update from Panasonic
I believe it broke DLNA part, but only for 4K files. This is why I told you I will test with 1.6 version which worked before
Now not even 1.6 doesn't render purely 4K. I told you it worked before.
I already addressed a question to Panasonic support for this matter. I will come back with an answer.
For audio everything is working, rendering, transcoding, I have no issue. 4K files won't work
BTW, on tv it shows MPEG2-TS or MPEG-PS when selecting the file and waiting to play it (4K files)

Kind regards,
Bogdan
<<

DenyAll

DLNA master

Posts: 2257

Joined: Fri Mar 08, 2013 11:16 pm

Location: Adelaide, Australia

Post Wed Mar 22, 2017 10:35 am

Re: Panasonic UHD TV 2015 model

Hmmm - the file is being transcoded by Serviio though (as evident by <itemTranscoded>true</itemTranscoded> bit above, and also why it is showing as an mpeg-ts or mpeg-ps) and it may not need to be. Did you try the suggestions?
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.
<<

kgbogdan

Streaming enthusiast

Posts: 25

Joined: Mon Apr 04, 2016 4:39 pm

Post Sun Mar 26, 2017 7:34 pm

Re: Panasonic UHD TV 2015 model

Hello again

Subtitles disabled and miracle happens. Some of the 4K files are starting to be rendered by 1.8
Others not. But I tried to play them directly from the Serviio PC and they are heavy coded so much that my PC can't just play them smoothly
So rendering them is out of the question.
My question is why is this working with subtitles disabled? What's the catch?

Many thanks,
Bogdan
Next

Return to Transcoding

Who is online

Users browsing this forum: No registered users and 18 guests

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