VLCKit - DTS/Dolby/AC3 --> Stereo

macOS specific usage questions
soullessff
Blank Cone
Blank Cone
Posts: 16
Joined: 18 Nov 2013 18:40

VLCKit - DTS/Dolby/AC3 --> Stereo

Postby soullessff » 13 May 2014 14:18

Hi,

I've added VLCKit to my project. When I play a movie, DTS/Dolby/AC3 pass-through doesn't support. Dolby Digital tracks seem to play as stereo.

How can I solve this?

Thanks

dfuhrmann
Developer
Developer
Posts: 1183
Joined: 02 Jul 2012 11:09

Re: VLCKit - DTS/Dolby/AC3 --> Stereo

Postby dfuhrmann » 13 May 2014 22:34

The auhal audio output supports passthrough. You need to make sure that this module is used. Additionally, spdif needs to be enabled or the proper audio device needs to be set (not sure if this is possible with VLCKit).

soullessff
Blank Cone
Blank Cone
Posts: 16
Joined: 18 Nov 2013 18:40

Re: VLCKit - DTS/Dolby/AC3 --> Stereo

Postby soullessff » 15 May 2014 18:22

Hi,

Thank you for your response. I have libauhal_plugin.dylib in VLCKit plugins folder but I can't find some way to enable spdif with VLCKit. Can anybody say me if it's possible please?

Thanks

dfuhrmann
Developer
Developer
Posts: 1183
Joined: 02 Jul 2012 11:09

Re: VLCKit - DTS/Dolby/AC3 --> Stereo

Postby dfuhrmann » 17 May 2014 11:44

Look at the VLC command line options. AFAIK you can pass something like "--enable-spdif" here, and also on libvlc initialization.

soullessff
Blank Cone
Blank Cone
Posts: 16
Joined: 18 Nov 2013 18:40

Re: VLCKit - DTS/Dolby/AC3 --> Stereo

Postby soullessff » 13 Aug 2014 12:55

Thanks dfuhrmann,

I was reading a lot about it and I believe this is the correct way. However I've tried several commands and they don't work. The audio desync option is the only option I get works,

Code: Select all

[_media addOptions:[NSDictionary dictionaryWithObject:[NSNull null] forKey:@"audio-desync=-2000"]];
but the others (include the options I need : subtitle font or force 5.1 don't work)

Code: Select all

[_media addOptions:[NSDictionary dictionaryWithObject:[NSNull null] forKey:@"spdif"]]; [_media addOptions:[NSDictionary dictionaryWithObject:[NSNull null] forKey:@"--spdif"]]; [_media addOptions:[NSDictionary dictionaryWithObject:[NSNull null] forKey:@"--force-dolby-surround=1]]; [_media addOptions:[NSDictionary dictionaryWithObject:[NSNull null] forKey:@"--audiofile-format=spdif]];


Return to “VLC media player for macOS Troubleshooting”

Who is online

Users browsing this forum: No registered users and 6 guests