Live Video Player
About this app
An app to watch live videos
[ { "search": "", "replace": "" }, { "search": "$('#btnPlayPause').click(function() {", "replace": "$('#btnPlayPause').click(function() {\n const videoFile = document.getElementById('videoFile');\n const videoPlayer = document.getElementById('videoPlayer');\n\n // Event listener for the video file selection\n videoFile.addEventListener('change', function() {\n const file = videoFile.files[0];\n const url = URL.createObjectURL(file);\n videoPlayer.src = url;\n });" } ]
Related apps
Put this on your site
Source
[
{
"search": "<video id=\"videoPlayer\" src=\"http://commondatastorage.googleapis.com/gtv-videos-bucket/sample/BigBuckBunny.mp4\" type=\"video/mp4\"></video>",
"replace": "<input type=\"file\" id=\"videoFile\" accept=\"video/*\"><video id=\"videoPlayer\" controls></video>"
},
{
"search": "$('#btnPlayPause').click(function() {",
"replace": "$('#btnPlayPause').click(function() {\n const videoFile = document.getElementById('videoFile');\n const videoPlayer = document.getElementById('videoPlayer');\n\n // Event listener for the video file selection\n videoFile.addEventListener('change', function() {\n const file = videoFile.files[0];\n const url = URL.createObjectURL(file);\n videoPlayer.src = url;\n });"
}
]
NEW APPS
These are apps made by the community!