提交 d09b4b6f authored 作者: kongdywang's avatar kongdywang

Fix the issue that subtitles are not called back on the iOS side without setting config

上级 02aaeabc
...@@ -190,6 +190,7 @@ static const int CODE_ON_RECEIVE_FIRST_FRAME = 2003; ...@@ -190,6 +190,7 @@ static const int CODE_ON_RECEIVE_FIRST_FRAME = 2003;
NSMutableDictionary<NSString *, id> *newExtInfoMap = [NSMutableDictionary dictionary]; NSMutableDictionary<NSString *, id> *newExtInfoMap = [NSMutableDictionary dictionary];
[newExtInfoMap setObject:@(0) forKey:@"450"]; [newExtInfoMap setObject:@(0) forKey:@"450"];
[vodConfig setExtInfoMap:newExtInfoMap]; [vodConfig setExtInfoMap:newExtInfoMap];
[_txVodPlayer setConfig:vodConfig];
[self setupPlayerWithBool:onlyAudio]; [self setupPlayerWithBool:onlyAudio];
} }
return [NSNumber numberWithLongLong:_textureId]; return [NSNumber numberWithLongLong:_textureId];
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论