Jump to content

downmix 5.1 to 2.0 in DLNA profiles


cucoops

Recommended Posts

Hi. I need to downmix 5.1 to 2.0 audio for AC3filter in DLNA profiles.

 

I got smart Samsung UE32F6800 and stereo receiver by optics. When I set PCM out in Samsung 5.1 audio content plays very quiet. I need to downmix 5.1 to 2.0 only in Samsung profile (there are others where it is not necessary). How would I do it?

Link to comment
Share on other sites

Happy2Play

If you don't have a Custom Samsung profile already you will want to copy the one from C:\Users\username\AppData\Roaming\MediaBrowser-Server\config\dlna\system to C:\Users\username\AppData\Roaming\MediaBrowser-Server\config\dlna\user then open xml in notepad and change the value from 6 to 2. 

 


    <CodecProfile type="VideoAudio" codec="ac3,wmav2,dca,aac,mp3">

      <Conditions>

        <ProfileCondition condition="LessThanEqual" property="AudioChannels" value="6" isRequired="true" />

      </Conditions>

    </CodecProfile>

Or create another codec profile condition just for ac3, and remove ac3 from the other condition.

    <CodecProfile type="VideoAudio" codec="ac3">

      <Conditions>

        <ProfileCondition condition="LessThanEqual" property="AudioChannels" value="2" isRequired="true" />

      </Conditions>

    </CodecProfile>
Link to comment
Share on other sites

Thank you very much. But the volume is not increased. I suspect that my device and profile are not connected. I did not do it directly. I have two smart devices in the list. One of them is described as Samsung TV and other - DLNA. can u help me again?

 

P.S. In playback list I found downmix compensation (1 to 3). what's this?

Edited by cucoops
Link to comment
Share on other sites

I changed the folder view in profile. no changes in client. I think the process is controlled by default profile (Samsung Smart TV). Samsung 2.0 - modified profile

 

 

2014-11-15 11:44:04.5821 Debug - Dlna: Found matching device profile: Samsung Smart TV

2014-11-15 11:44:04.5859 Info - Dlna: DLNA Session created for [TV] Small room - UE32F6800

2014-11-15 11:44:06.0254 Debug - HttpServer: HTTP GET http://192.168.1.4:8096/mediabrowser/dlna/1134a6d6915d98d826e9ced2f44798d3/description.xml

        Ip: 192.168.1.3:54698. Headers: HOST=192.168.1.4:8096,ACCEPT-ENCODING=deflate,ACCEPT-LANGUAGE=en-us,User-Agent=SEC_HHP_[TV] Small room/1.0 DLNADOC/1.50

2014-11-15 11:44:06.0391 Debug - HttpServer: HTTP GET http://192.168.1.4:8096/mediabrowser/dlna/1134a6d6915d98d826e9ced2f44798d3/description.xml

        Ip: 192.168.1.3:54699. Headers: HOST=192.168.1.4:8096,ACCEPT-ENCODING=deflate,ACCEPT-LANGUAGE=en-us,User-Agent=SEC_HHP_[TV] Small room/1.0 DLNADOC/1.50

2014-11-15 11:44:06.0391 Debug - Dlna: Found matching device profile: Samsung 2.0

2014-11-15 11:44:06.0491 Debug - HttpServer: HTTP Response 200 to 192.168.1.3. Response time: 22,5003 ms.

        Url: http://192.168.1.4:8096/mediabrowser/dlna/1134a6d6915d98d826e9ced2f44798d3/description.xml

2014-11-15 11:44:06.0491 Debug - Dlna: Found matching device profile: Samsung 2.0

2014-11-15 11:44:06.0491 Debug - HttpServer: HTTP Response 200 to 192.168.1.3. Response time: 12,5002 ms.

        Url: http://192.168.1.4:8096/mediabrowser/dlna/1134a6d6915d98d826e9ced2f44798d3/description.xml

Link to comment
Share on other sites

Avoid the optic audio cable and if your receiver supports it, connect an HDMI cable from the Samsung ARC-HDMI connection to your receiver ARC-HDMI connection. The ARC (Audio Return Channel) will foreward the sound that goes to your TV via DLNA directly to your receiver. That way, your receiver can do what it is designed to..

Edited by ronvp
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...