Page 1 of 1

no sound bravia (HX925) 2011 skyplugin

PostPosted: Tue Mar 12, 2013 10:26 pm
by steve11
i have no sound with skysportplusplugin and coolsport plugin.
What can I restricted myself do?

Steve

Re: no sound bravia (HX925) 2011 skyplugin

PostPosted: Wed Mar 20, 2013 3:26 pm
by steve11
First off playing online streams was a problem, there was no audio on some streams. This was fixed by adding the following in green.

<OnlineTranscoding>
<Video targetContainer="mpegts" forceInheritance="true"> <!-- do not transcode to ac3 -->
<Matches container="mp4" />
<Matches container="flv" vCodec="h264" aCodec="aac" /> Added in green
<Matches container="applehttp" vCodec="h264" />
</Video>
<Video targetContainer="mpeg" targetVCodec="mpeg2video" targetACodec="ac3" aBitrate="384" DAR="16:9" forceInheritance="true">
<Matches container="asf" /> <!-- to support mms:// streams -->
<Matches container="flv" />
</Video>
</OnlineTranscoding>

Re: no sound bravia (HX925) 2011 skyplugin

PostPosted: Wed Mar 20, 2013 11:40 pm
by newborn
steve11 wrote:First off playing online streams was a problem, there was no audio on some streams. This was fixed by adding the following in green.

<OnlineTranscoding>
<Video targetContainer="mpegts" forceInheritance="true"> <!-- do not transcode to ac3 -->
<Matches container="mp4" />
<Matches container="flv" vCodec="h264" aCodec="aac" /> Added in green
<Matches container="applehttp" vCodec="h264" />
</Video>
<Video targetContainer="mpeg" targetVCodec="mpeg2video" targetACodec="ac3" aBitrate="384" DAR="16:9" forceInheritance="true">
<Matches container="asf" /> <!-- to support mms:// streams -->
<Matches container="flv" />
</Video>
</OnlineTranscoding>


Spot on ;)