提交 85b48249 编写于 作者: S shuyu

readme

上级 02b61e41
......@@ -67,4 +67,12 @@ setUp(String url, boolean cacheWithPlay····)
```
#### 6、为什么拖动视屏会弹回来,因为ijk的FFMPEG对关键帧问题,目前无解。
\ No newline at end of file
#### 6、为什么拖动视屏会弹回来,因为ijk的FFMPEG对关键帧问题,目前无解。
#### 7、视频旋转后重新开始,配置AndroidManifest.xml。
```
<activity
android:name=".PlayActivity"
android:configChanges="orientation|keyboardHidden|screenSize"
android:screenOrientation="portrait" />
```
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册