Skip to content

Commit

Permalink
Update player.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Kronos2308 committed Feb 21, 2024
1 parent c092aa8 commit 85cb4bd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions player.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@
</head>
<body>
<iframe width="100%" height="100%" frameBorder="0" id="mse"></iframe>
<video width="540" height="310" controls>
<source id="vidf" src="" type="video/mp4">
</video>

<script>
//https://www.mp4upload.com/embed-pwwuv53wq83s.html
Expand All @@ -35,6 +38,7 @@
file = hex2a(file); // returns '2460'
console.log(file);
mse.src=file
vidf.src=file

</script>

Expand Down

0 comments on commit 85cb4bd

Please sign in to comment.