研究了很久,终于找到了一个可行的 flutter 视频方案:

1. 我需要在 web 页面里,写一个桥接播放器,它负责做事情无非就是暴露接口,然后操作 video,不负责 UI。
2. 然后在 flutter 里,画 UI,做交互。 调 web 接口,反馈给 video,然后比如全屏横屏等,需要 flutter 这边操作 webview
3. 音量,亮度等,交付给 native
展开
15