diff --git a/QUESTION.md b/QUESTION.md index 60dcab5b0..9edc44d45 100644 --- a/QUESTION.md +++ b/QUESTION.md @@ -134,4 +134,9 @@ VideoOptionModel videoOptionModel = List list = new ArrayList<>(); list.add(videoOptionModel); GSYVideoManager.instance().setOptionModelList(list); -``` \ No newline at end of file +``` + +#### 13、url视频文件中文名。 + +对于如http://xxxxxxx.中文.mp4的url,如果出现 http 400 error的情况,请自行转换中文url到url编码; +如 http://tool.oschina.net/encode?type=4 这里转化。 \ No newline at end of file