FAQ  •  Register  •  Login

Bravia 2013 online sources issue

<<

skiocink

Serviio newbie

Posts: 13

Joined: Mon Aug 18, 2014 10:56 am

Post Thu Feb 19, 2015 11:09 am

Bravia 2013 online sources issue

Hi to all, my Sony Bravia W654 wont reproduce many live streams.

I'm looking to profiles.xml file and I cant see the OnlineTranscoding section in Sony Bravia TV (2013/14) profile.

I'm wondering to add these strings:

<OnlineTranscoding>
<Video targetContainer="mpegts" targetACodec="ac3" aBitrate="384" forceInheritance="true">
<Matches container="mp4" vCodec="h264" />
<Matches container="flv" vCodec="h264" />
<Matches container="applehttp" vCodec="h264" />
</Video>
<Video targetContainer="mpegts" targetVCodec="mpeg2video" targetACodec="ac3" aBitrate="384" forceInheritance="true">
<Matches container="asf" />
<Matches container="flv" />
<Matches container="rtp" />
<Matches container="rtsp" />
<Matches container="applehttp" />
</Video>
<Video targetContainer="mpeg" targetVCodec="mpeg2video" targetACodec="ac3" aBitrate="384" forceInheritance="true">
<Matches container="mp4" />
<Matches container="flv" />
</Video>
</OnlineTranscoding>

Something wrong in it?
<<

Illico

User avatar

DLNA master

Posts: 4646

Joined: Fri Jul 23, 2010 8:08 am

Location: France

Post Thu Feb 19, 2015 7:34 pm

Re: Bravia 2013 online sources issue

Sony Bravia 2013/2014 profile inherits of Generic Profile <OnlineTranscoding> section.

You can try to add the 2012 profile section :
  Code:
      <OnlineTranscoding>
         <Video targetContainer="mpegts" targetACodec="ac3" aBitrate="384" forceInheritance="true">
            <Matches container="mp4" vCodec="h264" />
            <Matches container="flv" vCodec="h264" />
            <Matches container="applehttp" vCodec="h264" />
         </Video>
         <!-- Add DAR option for Sony Bravia -->
         <Video targetContainer="mpegts" targetVCodec="mpeg2video" DAR="16:9" targetACodec="ac3" aBitrate="384" forceInheritance="true">
            <Matches container="asf"/>
            <Matches container="flv"/>
            <Matches container="rtp"/>
            <Matches container="rtsp"/>
            <Matches container="applehttp"/>
         </Video>
      </OnlineTranscoding>



After modification, you have to restart serviio service or reboot PC to reload profiles.xml file.
<<

skiocink

Serviio newbie

Posts: 13

Joined: Mon Aug 18, 2014 10:56 am

Post Fri Feb 20, 2015 10:58 am

Re: Bravia 2013 online sources issue

its quite similar to mine.

I added also:
<Video targetContainer="mpeg" targetVCodec="mpeg2video" targetACodec="ac3" aBitrate="384" forceInheritance="true">
<Matches container="mp4" />
<Matches container="flv" />
</Video>


and now can see some stream, but its not yet perfect
<<

skiocink

Serviio newbie

Posts: 13

Joined: Mon Aug 18, 2014 10:56 am

Post Fri Feb 20, 2015 3:14 pm

Re: Bravia 2013 online sources issue

what do you think about this?

<OnlineTranscoding>
<Video targetContainer="mpegts" targetACodec="ac3" aBitrate="384" forceInheritance="true">
<Matches container="*" />
</Video>
<Video targetContainer="mpegts" targetVCodec="mpeg2video" targetACodec="ac3" aBitrate="384" forceInheritance="true">
<Matches container="*" />
</Video>
</OnlineTranscoding>

should resolve any codec transcoding problem
<<

Illico

User avatar

DLNA master

Posts: 4646

Joined: Fri Jul 23, 2010 8:08 am

Location: France

Post Fri Feb 20, 2015 4:11 pm

Re: Bravia 2013 online sources issue

Yes of course you can. I suggest to create your custom profile with these settings indeed.

But serviio developper would like to minimize transcoding process (only when necessary) to minimize CPU load especially for light system (NAS, Raspberry,etc)

So if you want to contribute to complete Sony 2013/2014 profile, check url online source that are not supported in native by Sony device.
Post "ffmpeg -i" result here to see codec combination not supported, then we will update profile.
<<

skiocink

Serviio newbie

Posts: 13

Joined: Mon Aug 18, 2014 10:56 am

Post Tue Feb 24, 2015 2:01 pm

Re: Bravia 2013 online sources issue

Oh ok, understood.

But I run serviio on a Mac Mini that is my mediaserver and transcoding is not a problem
<<

sarahj

Serviio newbie

Posts: 1

Joined: Tue Mar 10, 2015 8:17 am

Post Tue Mar 10, 2015 8:26 am

Re: Bravia 2013 online sources issue

Sony Bravia 2013/2014 profile inherits of Generic Profile <OnlineTranscoding> section?

Return to Transcoding

Who is online

Users browsing this forum: No registered users and 31 guests

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