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
Code: Select all
[_media addOptions:[NSDictionary dictionaryWithObject:[NSNull null] forKey:@"audio-desync=-2000"]];
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”
Users browsing this forum: No registered users and 10 guests