From 5d79202f49bb21dc7f3fa5f7ee283fea0a1f94d0 Mon Sep 17 00:00:00 2001 From: halx99 Date: Mon, 5 Jun 2023 21:49:33 +0800 Subject: [PATCH] Update VideoPlayerTest url [skip ci] --- .../CocoStudioGUITest/UIVideoPlayerTest/UIVideoPlayerTest.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/cpp-tests/Source/UITest/CocoStudioGUITest/UIVideoPlayerTest/UIVideoPlayerTest.cpp b/tests/cpp-tests/Source/UITest/CocoStudioGUITest/UIVideoPlayerTest/UIVideoPlayerTest.cpp index cc09d33542..dabac04f5f 100644 --- a/tests/cpp-tests/Source/UITest/CocoStudioGUITest/UIVideoPlayerTest/UIVideoPlayerTest.cpp +++ b/tests/cpp-tests/Source/UITest/CocoStudioGUITest/UIVideoPlayerTest/UIVideoPlayerTest.cpp @@ -177,7 +177,7 @@ void VideoPlayerTest::menuOnlineVideoCallback(Ref* sender) if (_videoPlayer) { _videoPlayer->setURL( - "http://distribution.bbb3d.renderfarming.net/video/mp4/bbb_sunflower_1080p_30fps_normal.mp4"); + "https://storage.googleapis.com/exoplayer-test-media-1/mkv/android-screens-lavf-56.36.100-aac-avc-main-1280x720.mkv"); _videoPlayer->play(); } }