未验证 提交 7cb891d6 编写于 作者: O openharmony_ci 提交者: Gitee

!5418 媒体播放xts hls 流信息更新

Merge pull request !5418 from NOBUGGERS/nobuggers-master-patch-51142
......@@ -81,7 +81,7 @@ describe('VideoPlayerHLSTest', function () {
* @tc.level : Level1
*/
it('SUB_MULTIMEDIA_MEDIA_VIDEO_PLAYER_HLS_SEEK_AudioOnly_0100', 0, async function (done) {
await testVideoSeek(HTTP_PATH + '05.hls/audio_only/index.m3u8', 10033, PLAY_TIME, done);
await testVideoSeek(HTTP_PATH + '05.hls/audio_only/index.m3u8', 219600, PLAY_TIME, done);
done();
})
......
......@@ -81,7 +81,7 @@ describe('VideoPlayerHLSTest', function () {
* @tc.level : Level1
*/
it('SUB_MULTIMEDIA_MEDIA_VIDEO_PLAYER_HLS_AudioOnly_0100', 0, async function (done) {
await playVideoSource(HTTP_PATH + '05.hls/audio_only/index.m3u8', 0, 0, 10033, PLAY_TIME, done);
await playVideoSource(HTTP_PATH + '05.hls/audio_only/index.m3u8', 0, 0, 219600, PLAY_TIME, done);
done();
})
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册