shaka-project / shaka-player-embedded

Shaka Player in a C++ Framework
Apache License 2.0
239 stars 62 forks source link

Get configuration doesn't work with keys with '.' #165

Open TheModMaker opened 3 years ago

TheModMaker commented 3 years ago

Calling the get configuration methods don't work with escaped '.' entries. For example:

[self.player getConfigurationString:@"drm.servers.com\\.widevine\\.alpha"];

This is a result of not handling escapes here.