WangBin
WangBin
@23doors can you share your subtitle file so i can test?
> It's a movie with embedded srt track inside a mkv container. So I play this movie and called setExternalSubtitle with path to this specific movie as well. > But...
最新包Player.onFrame()
发下日志。可以通过环境变量`export MDK_CLOG=1`或者按issue模版的步骤来输出日志
使用方法参考 https://github.com/wang-bin/obs-mdk/commit/b5027fffa08765626954af8e5ca0566416e50f38
看上去是 [static gboolean player_texture_populate(FlTextureGL *texture, uint32_t *target, uint32_t *name,](https://github.com/wang-bin/fvp/blob/v0.33.0/linux/fvp_plugin.cc#L117C17-L117C40) 没进去,可能是flutter的bug。你试下这个测试用例 https://github.com/wang-bin/flutter_linux_texture
你在fvp的 https://github.com/wang-bin/fvp/blob/v0.33.0/linux/fvp_plugin.cc#L117C17-L117C40 里加点日志看看有没有进来
是的,说是外部的纹理不支持。应该只是flutter内部基本的渲染能力能用
这个没办法,flutter的video_player就是设计成要纹理的,最近有加platformview的现象,不确定linux是否能用。你得向flutter提bug。我不知道flutter软件渲染怎么实现的,linux上你依旧可以用opengl但是驱动换成llvmpipe也是软件渲染