FAQ  •  Register  •  Login

no sound bravia (HX925) 2011 skyplugin

<<

steve11

Serviio newbie

Posts: 14

Joined: Tue Nov 20, 2012 1:33 pm

Post Tue Mar 12, 2013 10:26 pm

no sound bravia (HX925) 2011 skyplugin

i have no sound with skysportplusplugin and coolsport plugin.
What can I restricted myself do?

Steve
<<

steve11

Serviio newbie

Posts: 14

Joined: Tue Nov 20, 2012 1:33 pm

Post Wed Mar 20, 2013 3:26 pm

Re: no sound bravia (HX925) 2011 skyplugin

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>
<<

newborn

Streaming enthusiast

Posts: 39

Joined: Sun Dec 23, 2012 2:38 pm

Post Wed Mar 20, 2013 11:40 pm

Re: no sound bravia (HX925) 2011 skyplugin

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 ;)

Return to Sony

Who is online

Users browsing this forum: No registered users and 5 guests

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