Skip to content

Commit

Permalink
feather cocos2d#1177: modify online vedio address
Browse files Browse the repository at this point in the history
  • Loading branch information
jianglong0156 committed Apr 15, 2015
1 parent c7e5632 commit 7ba8ac2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ var UIVideoPlayerTest = UIScene.extend({
menuOnlineVideoCallback: function() {
if (this._videoPlayer)
{
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");
this._videoPlayer.setURL("http://benchmark.cocos2d-x.org/cocosvideo.mp4");
this._videoPlayer.play();
}
},
Expand Down

0 comments on commit 7ba8ac2

Please sign in to comment.