Bravia 2013 online sources issue
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?