提交 c14aeede 编写于 作者: S shuyu

Merge remote-tracking branch 'origin/master'

## GSYVideoPlayer 问题集锦
#### 0、依赖不成功的,记得在project下的build.gradle文件jitpack的依赖。
#### 0、依赖不成功的,如果是jitpach的依赖,记得在project下的build.gradle文件jitpack的依赖。
```
allprojects {
repositories {
......@@ -113,8 +113,9 @@ setUp(String url, boolean cacheWithPlay····)
[分片播放资料](http://www.jianshu.com/p/ea794a357b48)
#### 11、有画面没声音,有声音没画面。
这种情况一般都是so里没有打包支持的格式,如果需要支持你想要的格式,可以自己重新编译so,在module配置文件加上需要额外支持的格式。github首页有编译教程。
1、这种情况一般都是so里没有打包支持的格式,如果需要支持你想要的格式,可以自己重新编译so,在module配置文件加上需要额外支持的格式。github首页有编译教程。
[2、某些时候,TextureView需要开启硬件加速](https://github.com/CarGuo/GSYVideoPlayer/issues/266)
#### 12、视频声音画面不同步。
......@@ -139,4 +140,20 @@ GSYVideoManager.instance().setOptionModelList(list);
#### 13、url视频文件中文名。
对于如http://xxxxxxx.中文.mp4的url,如果出现 http 400 error的情况,请自行转换中文url到url编码;
如 http://tool.oschina.net/encode?type=4 这里转化。
\ No newline at end of file
如 http://tool.oschina.net/encode?type=4 这里转化。
#### 14、rtsp播放失败问题
https://github.com/CarGuo/GSYVideoPlayer/issues/232
https://github.com/CarGuo/GSYVideoPlayer/issues/207
#### 15、m3u8拖动seek之后,加载很长时间
https://github.com/Bilibili/ijkplayer/issues/2874
https://github.com/CarGuo/GSYVideoPlayer/issues/252
......@@ -66,7 +66,7 @@ dependencies {
* ### 下方文档以及问题集锦,你想要知道的大部分都在里面。
* ### !!有问题请先下面问题集锦中查阅(如依赖不成功,播放不成功等等)。
* ### <a href="https://github.com/CarGuo/GSYVideoPlayer/blob/master/QUESTION.md">有问题请先下面问题集锦中查阅(如依赖不成功,播放不成功等等)。</a>
* ### QQ群,有兴趣的可以进来(群里平时可能比较吵):174815284 。
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册