Skip to content

Commit af6025e

Browse files
committed
make video loop
1 parent d288084 commit af6025e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/ManagedMediaSource/bipbop.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ <h3>Appending .mp4 video chunks using the Managed Media Source API</h3>
5050

5151
// Or explicitly disable the Remote Playback API
5252
video.disableRemotePlayback = true;
53+
video.loop = true;
5354

5455
testFunction(source, video);
5556
};

0 commit comments

Comments
 (0)