Skip to content

Commit

Permalink
fix: rollback url
Browse files Browse the repository at this point in the history
  • Loading branch information
Bitaru committed May 20, 2024
1 parent 59c597c commit 8a219f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@
<script type="module" src="./src/index.ts"></script>
</head>
<body>
<video-player storage-key="uscreen:player" idle-timeout="3000" live>
<video-player storage-key="uscreen:player" idle-timeout="3000">
<video
preload="metadata"
slot="video"
title="My test video"
poster="https://alpha.uscreencdn.com/video_thumbnails/VRbT3_aS41zh3A.jpg?key1=/gGNqWB2hryMcnePnJwf9zqzLKXuj4oV1J+iiEG33FEWdQ6VvzRehSJE9SGr0K1M&key2=bba1ecd75ecd5d9d0a8013577f4d585f"
>
<source
src="https://5ba1c4ad312a6.streamlock.net/liveedge/flb.stream/playlist.m3u8?PTZtkendtime=0&PTZtkhash=46P9bbhS-89E4Diymz4JIB-mFbeh1VtXTr99GElIbEg="
src="https://stream.mux.com/miQlLYOpwPpHbR6KGQTSgn8ZDm4u4G1X.m3u8"
type="application/x-mpegURL"
/>
<track
Expand Down

0 comments on commit 8a219f7

Please sign in to comment.