Skip to content

Commit 7ba8ac2

Browse files
author
jianglong0156
committed
feather cocos2d#1177: modify online vedio address
1 parent c7e5632 commit 7ba8ac2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: samples/js-tests/src/GUITest/UIVideoPlayerTest/UIVideoPlayerTest.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ var UIVideoPlayerTest = UIScene.extend({
163163
menuOnlineVideoCallback: function() {
164164
if (this._videoPlayer)
165165
{
166-
this._videoPlayer.setURL("http://video001.smgbb.cn/gslb/program/FDN/FDN1190949/HLSVodService.m3u8?_mdCode=6065719&_cdnCode=B2B_XL_TEST&_type=0&_rCode=TerOut_18865&_userId=020341000456068&_categoryCode=SMG_HUAYU&_categoryPath=SMG_1002,SMG_HUAYU,&_adPositionId=01001000&_adCategorySource=0&_flag=.m3u8&_enCode=m3u8&taskID=ysh_ps_002-ott_1397459105893_020341000456068&_client=103&_cms=ctv&_CDNToken=76C043FD4969501754DC19E54EC8DC2C");
166+
this._videoPlayer.setURL("http://benchmark.cocos2d-x.org/cocosvideo.mp4");
167167
this._videoPlayer.play();
168168
}
169169
},

0 commit comments

Comments
 (0)