FAQ  •  Register  •  Login

Sony Internet TV (Google TV)

<<

wrwilson41

Serviio newbie

Posts: 16

Joined: Tue Apr 19, 2011 12:26 pm

Post Wed Apr 20, 2011 10:51 pm

Re: Sony Internet TV (Google TV)

Thanks, should've looked in the support area, didn't realize it was a community project. Let you know if we get it working, and post the profile back up.
<<

wrwilson41

Serviio newbie

Posts: 16

Joined: Tue Apr 19, 2011 12:26 pm

Post Thu Apr 21, 2011 4:58 pm

Re: Sony Internet TV (Google TV)

We cannot get the Serviio Console to "see" our profile. Attached is the profile.xml we are using with our addition for Sony Internet TV at the bottom ProfileID=14. I have stopped and restarted the Serviio service in Windows (more than once) with no avail, the Sony Internet TV does not show up in the drop down box in the Console. Any idea what we are doing wrong?
Attachments
profiles.xml
(34.94 KiB) Downloaded 528 times
<<

wrwilson41

Serviio newbie

Posts: 16

Joined: Tue Apr 19, 2011 12:26 pm

Post Thu Apr 21, 2011 5:36 pm

Re: Sony Internet TV (Google TV)

Never mind on the previous post. Got it working. What determines which file types show up in the listing that Serviio sends to the device for a particular folder. In other words, I have a folder that has .mp4, .avi, and .wmv files and the .wmv files do NOT show up when browsing the folder on the Sony TV. Is the what the <MediaFormatProfiles> are used for?
<<

Illico

User avatar

DLNA master

Posts: 4646

Joined: Fri Jul 23, 2010 8:08 am

Location: France

Post Thu Apr 21, 2011 6:37 pm

Re: Sony Internet TV (Google TV)

Try this:
  Code:
   <Profile id="14" name="Sony Internet TV" extendsProfileId="1">
      <Detection>
         <HttpHeaders>
            <X-AV-Client-Info>.*INTERNET TV.*</X-AV-Client-Info>
         </HttpHeaders>
      </Detection>      
      <MediaFormatProfiles>
         <!-- <MediaFormatProfile mime-type="video/divx">AVI</MediaFormatProfile>  -->
      </MediaFormatProfiles>      
      <Transcoding>
         <Video targetContainer="mpegts" targetVCodec="mpeg2video" targetACodec="ac3">
            <Matches container="asf" />
            <Matches container="flv" />            
            <Matches container="avi" />
            <Matches container="mp4" />
            <Matches container="matroska" />
         </Video>
         <Audio targetContainer="mp3"> 
            <Matches container="mp4" />
            <Matches container="flac" />
            <Matches container="ogg" />
         </Audio>
      </Transcoding>
   </Profile>
Illico
Sony 2010 KDL-46EX501 | BDP-S373 | SMP-N100 | Windows 8-i7 | Network DD HD-CE1.5TLU2 | Livebox2-UHD86 | ServiiDroid | ServiiGo | BubbleUPnP
Serviio beta tester - Moderator
<<

wrwilson41

Serviio newbie

Posts: 16

Joined: Tue Apr 19, 2011 12:26 pm

Post Thu Apr 21, 2011 6:52 pm

Re: Sony Internet TV (Google TV)

The profile you supplied "broke" .mp4 which has always worked. When I comment out the <Matches container="mp4" /> line, the .mp4 files play again. We still don't quite understand why .avi and .mwv files will not show up in the folder listing on the TV (see previous post). We have tried a few different ways using <MediaFormatProfiles> but have had no success. .mp4 and .mpeg or .mpg files all show up just fine.
<<

wrwilson41

Serviio newbie

Posts: 16

Joined: Tue Apr 19, 2011 12:26 pm

Post Thu Apr 21, 2011 6:56 pm

Re: Sony Internet TV (Google TV)

Just follow up, when I say it "broke" .mp4, I mean the TV says "The file is corrupted or unsupported". Does this say to you that the <Video targetContainer="mpegts" targetVCodec="mpeg2video" targetACodec="ac3"> has some part that is not supported on the TV?
<<

zip

User avatar

Serviio developer / Site Admin

Posts: 17215

Joined: Sat Oct 24, 2009 12:24 pm

Location: London, UK

Post Thu Apr 21, 2011 7:23 pm

Re: Sony Internet TV (Google TV)

For avi, it might be just the mime type, you can change that by using MediaFormatProfile (uncomment it from the example above and try changing the mime type value to some other avi-like version - google). Also remove <Matches container="avi" /> so that it plays natively.

For mkv and wmv, this is most likely not supported natively and needs transcoding. You have those set up in the profile already, try this instead:

  Code:
<Video targetContainer="mpeg" targetVCodec="mpeg2video" targetACodec="ac3">
            <Matches container="asf" />
            <Matches container="flv" />           
            <Matches container="matroska" />
         </Video>
<<

wrwilson41

Serviio newbie

Posts: 16

Joined: Tue Apr 19, 2011 12:26 pm

Post Thu Apr 21, 2011 7:39 pm

Re: Sony Internet TV (Google TV)

The problem is .avi and .wmv files simply do not show up on the TV in the Folder listing. Doesn't matter if I turn on transcoding or not, I cannot play a file that I cannot select.
<<

zip

User avatar

Serviio developer / Site Admin

Posts: 17215

Joined: Sat Oct 24, 2009 12:24 pm

Location: London, UK

Post Thu Apr 21, 2011 7:54 pm

Re: Sony Internet TV (Google TV)

Wmv will be transcoded and advertised as mpeg, so it should be visible with the above profile config.
Avi - try different mime type as it also defines whether a file is visible.
Previous

Return to Sony

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.