Skip to content

Commit c91af4a

Browse files
committed
chore(simple-player.html): use default argument for the sources list
1 parent c7c69e5 commit c91af4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/simple-player.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828

2929
// Initialize the video player
3030
var player = new Player("video-player");
31-
player.start(connectParams, ['webrtc', 'llhls', 'webrtc']);
31+
player.start(connectParams);
3232
</script>
3333
</body>
3434
</html>

0 commit comments

Comments
 (0)