Skip to content

Commit

Permalink
readme (2017-04-17)
Browse files Browse the repository at this point in the history
  • Loading branch information
CarGuo committed Apr 17, 2017
1 parent ba8d7a6 commit b7f8683
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion QUESTION.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,4 +134,9 @@ VideoOptionModel videoOptionModel =
List<VideoOptionModel> list = new ArrayList<>();
list.add(videoOptionModel);
GSYVideoManager.instance().setOptionModelList(list);
```
```

#### 13、url视频文件中文名。

对于如http://xxxxxxx.中文.mp4的url,如果出现 http 400 error的情况,请自行转换中文url到url编码;
http://tool.oschina.net/encode?type=4 这里转化。

0 comments on commit b7f8683

Please sign in to comment.