FAQ  •  Register  •  Login

Panasonic Viera G20 and Online feeds

<<

Neoromancer

Streaming enthusiast

Posts: 27

Joined: Wed Jun 01, 2011 10:58 am

Location: Lithuania

Post Wed Oct 12, 2011 5:56 am

Panasonic Viera G20 and Online feeds

Hi,

Panasonic TX-P42G20E + Serviio 0.6 all files play well but there are problems with online feeds.
Problem: I installed TV3Play (Lithuania) but my Panasonic Viera does not want to play. If I choose the Samsung (C / D) profile then playing well, but does not play MKV and several other files. I tried to edit my Panasonic Viera but I fail to make that play. Help write the correct profile.

Sorry for bad English.
Panasonic TX-P42G20E | Ubuntu server 10.04.3 64-bit | Serviio 0.6.2
<<

zip

User avatar

Serviio developer / Site Admin

Posts: 17215

Joined: Sat Oct 24, 2009 12:24 pm

Location: London, UK

Post Wed Oct 12, 2011 8:53 am

Re: Panasonic Viera G20 and Online feeds

try to copy OnlineTranscoding section from Samsung B series to the Viera profile
<<

Neoromancer

Streaming enthusiast

Posts: 27

Joined: Wed Jun 01, 2011 10:58 am

Location: Lithuania

Post Wed Oct 12, 2011 2:52 pm

Re: Panasonic Viera G20 and Online feeds

zip wrote:try to copy OnlineTranscoding section from Samsung B series to the Viera profile


It did not help. Only works with Samsung, B, C, D, and Direct TV HD DVR profiles. What ideas?

Now my profile is:
  Code:
<Profile id="12" name="Panasonic Viera" extendsProfileId="1">
      <ContentDirectoryMessageBuilder>org.serviio.upnp.service.contentdirectory.PacketVideoDLNAMessageBuilder</ContentDirectoryMessageBuilder>
      <SubtitlesMimeType>text/srt</SubtitlesMimeType>
      <MediaFormatProfiles>
         <MediaFormatProfile mime-type="video/divx">AVI</MediaFormatProfile>
      </MediaFormatProfiles>
      <Transcoding>
      
         <!-- remux DTS/FLAC/LPCM in MKV/MP4 to AC3 -->
           <Video targetContainer="mpegts" targetACodec="ac3">
            <Matches container="matroska" vCodec="h264" aCodec="dca" />
            <Matches container="matroska" vCodec="h264" aCodec="flac" />
            <Matches container="matroska" vCodec="h264" aCodec="vorbis" />
            <Matches container="mp4" vCodec="h264" aCodec="lpcm"/>
            <Matches container="3gp" vCodec="h264" /> 
         </Video>
         <!-- Remux all h264 video to MPEG-TS stream -->
            <Video targetContainer="mpegts">
            <Matches container="avi" vCodec="h264" />
            <Matches container="mp4" vCodec="h264" />
            <Matches container="matroska" vCodec="h264" />
            <Matches container="flv" vCodec="h264" />
            </Video>
         <!-- unsupported codecs will be transcoded into mpeg-ts, mpeg2 video and ac3 audio -->
         <Video targetContainer="mpegts" targetVCodec="mpeg2video" targetACodec="ac3">            
            <Matches container="avi" vCodec="mjpeg" />
            <Matches container="avi" vCodec="dvvideo" />
            <Matches container="mp4" vCodec="mjpeg" />
            <Matches container="asf" />
            <Matches container="flv" />
            <Matches container="ogg" />
            <Matches container="3gp" />
         </Video>
            <Audio targetContainer="mp3"> 
            <Matches container="mp4" />
            <Matches container="flac" />
            <Matches container="ogg" />
            <Matches container="asf" />
         </Audio>
      </Transcoding>
      <OnlineTranscoding>
         <Video targetContainer="mpeg" targetVCodec="mpeg2video" targetACodec="ac3" aBitrate="384">
            <Matches container="mp4"/>
         </Video>
         <Audio targetContainer="lpcm">
            <Matches container="flv"/>
         </Audio>
      </OnlineTranscoding>
   </Profile>
Panasonic TX-P42G20E | Ubuntu server 10.04.3 64-bit | Serviio 0.6.2
<<

zip

User avatar

Serviio developer / Site Admin

Posts: 17215

Joined: Sat Oct 24, 2009 12:24 pm

Location: London, UK

Post Wed Oct 12, 2011 3:12 pm

Re: Panasonic Viera G20 and Online feeds

did you restart Serviio service after editing the profile? what exactly does not work? any error in detailed log?
<<

Neoromancer

Streaming enthusiast

Posts: 27

Joined: Wed Jun 01, 2011 10:58 am

Location: Lithuania

Post Wed Oct 12, 2011 4:00 pm

Re: Panasonic Viera G20 and Online feeds

zip wrote:did you restart Serviio service after editing the profile? what exactly does not work? any error in detailed log?


Yes, I restart service.
If chosen the Panasonic Viera TV says file is not supported and does not play.
Image


If I select Samsung, B, C, D, or Direct TV HD DVR profiles TV3 Play work wery well. But then not playing local mkv files.
Image


Attaching the log file
Attachments
neoromancer_log.zip
Panasonic Viera profile not work with TV3 Play online source
(44.16 KiB) Downloaded 552 times
Panasonic TX-P42G20E | Ubuntu server 10.04.3 64-bit | Serviio 0.6.2
<<

zip

User avatar

Serviio developer / Site Admin

Posts: 17215

Joined: Sat Oct 24, 2009 12:24 pm

Location: London, UK

Post Wed Oct 12, 2011 4:41 pm

Re: Panasonic Viera G20 and Online feeds

Ok, it's because it's FLV with a different codec than h264. Some changes need to go to the Generic profile online transcoding which should hopefully fix this.

Keep an eye on this: https://bitbucket.org/xnejp03/serviio/i ... ent-705614

EDIT: actually that might be related to the Samsung profiles. I'll need a detailed log showing only the Viera profile playback.
<<

Neoromancer

Streaming enthusiast

Posts: 27

Joined: Wed Jun 01, 2011 10:58 am

Location: Lithuania

Post Wed Oct 12, 2011 5:48 pm

Re: Panasonic Viera G20 and Online feeds

I reinstalling Serviio and ten edited Viera profile. Now working fine. Before that I was done editing error.

My working profile:
  Code:
<Profile id="12" name="Panasonic Viera" extendsProfileId="1">
      <ContentDirectoryMessageBuilder>org.serviio.upnp.service.contentdirectory.PacketVideoDLNAMessageBuilder</ContentDirectoryMessageBuilder>
      <SubtitlesMimeType>text/srt</SubtitlesMimeType>
      <MediaFormatProfiles>
         <MediaFormatProfile mime-type="video/divx">AVI</MediaFormatProfile>
      </MediaFormatProfiles>
      <Transcoding>
          <!-- remux DTS/FLAC/LPCM in MKV/MP4 to AC3 -->
           <Video targetContainer="mpegts" targetACodec="ac3">
            <Matches container="matroska" vCodec="h264" aCodec="dca" />
            <Matches container="matroska" vCodec="h264" aCodec="flac" />
            <Matches container="matroska" vCodec="h264" aCodec="vorbis" />
            <Matches container="mp4" vCodec="h264" aCodec="lpcm"/>
            <Matches container="3gp" vCodec="h264" /> 
         </Video>
         <!-- Remux all h264 video to MPEG-TS stream -->
            <Video targetContainer="mpegts">
            <Matches container="avi" vCodec="h264" />
            <Matches container="mp4" vCodec="h264" />
            <Matches container="matroska" vCodec="h264" />
            </Video>
            <!-- unsupported codecs will be transcoded into mpeg-ts, mpeg2 video and ac3 audio -->
         <Video targetContainer="mpegts" targetVCodec="mpeg2video" targetACodec="ac3">            
            <Matches container="avi" vCodec="mjpeg" />
            <Matches container="avi" vCodec="dvvideo" />
            <Matches container="mp4" vCodec="mjpeg" />
            <Matches container="asf" />
            <Matches container="flv" />
            <Matches container="ogg" />
            <Matches container="3gp" /> 
         </Video>
            <Audio targetContainer="mp3"> 
            <Matches container="mp4" />
            <Matches container="flac" />
            <Matches container="ogg" />
            <Matches container="asf" />
         </Audio>
      </Transcoding>
      <OnlineTranscoding>
         <Video targetContainer="mpeg" targetVCodec="mpeg2video" targetACodec="ac3" aBitrate="384">
            <Matches container="mp4"/>
         </Video>
         <Audio targetContainer="lpcm">
            <Matches container="flv"/>
         </Audio>
      </OnlineTranscoding>
   </Profile>
Panasonic TX-P42G20E | Ubuntu server 10.04.3 64-bit | Serviio 0.6.2
<<

Neoromancer

Streaming enthusiast

Posts: 27

Joined: Wed Jun 01, 2011 10:58 am

Location: Lithuania

Post Wed Oct 12, 2011 8:00 pm

Re: Panasonic Viera G20 and Online feeds

How to correctly put the Earth-Touch feeds in Serviio? If I add http://www.earth-touch.com/rss/ then in Panasonic TV show empty "folder" caled http://www.earth-touch.com/rss/ without video contents.
Panasonic TX-P42G20E | Ubuntu server 10.04.3 64-bit | Serviio 0.6.2
<<

zip

User avatar

Serviio developer / Site Admin

Posts: 17215

Joined: Sat Oct 24, 2009 12:24 pm

Location: London, UK

Post Wed Oct 12, 2011 9:55 pm

Re: Panasonic Viera G20 and Online feeds

You can get the links on the right hand side on the (above linked) page
<<

Neoromancer

Streaming enthusiast

Posts: 27

Joined: Wed Jun 01, 2011 10:58 am

Location: Lithuania

Post Thu Oct 13, 2011 4:48 pm

Re: Panasonic Viera G20 and Online feeds

Thank you! Works fine.
Panasonic TX-P42G20E | Ubuntu server 10.04.3 64-bit | Serviio 0.6.2
<<

andriusd

Serviio newbie

Posts: 1

Joined: Thu Mar 14, 2013 5:21 pm

Post Thu Mar 14, 2013 5:45 pm

Re: Panasonic Viera G20 and Online feeds

Hello, all,

I want have Lithuanian tv3play too.I added this plugin but without success. Then I changed my profile to Neoromancer's working profile and again without success.
Please see bellow:
1. As can be seen I have tv3play icon on my tv:
CAM000182.jpg
CAM000182.jpg (25.19 KiB) Viewed 11321 times


2. But tv3play is empty:
CAM000201.jpg
CAM000201.jpg (23.2 KiB) Viewed 11301 times


Please help me! If it helps I am using P42ST50E TV.

Return to Panasonic

Who is online

Users browsing this forum: No registered users and 13 guests

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