Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ifedapoolarewaju/simplevideoplayer
Why download a video player when you can simply play your videos on the browser https://simplevideoplayer.com
https://github.com/ifedapoolarewaju/simplevideoplayer
html5-video javascript reactjs video-player video-players vlc vlc-media-player vlc-player
Last synced: 11 days ago
JSON representation
Why download a video player when you can simply play your videos on the browser https://simplevideoplayer.com
- Host: GitHub
- URL: https://github.com/ifedapoolarewaju/simplevideoplayer
- Owner: ifedapoolarewaju
- License: mit
- Created: 2020-07-12T11:09:26.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-07-07T18:44:40.000Z (4 months ago)
- Last Synced: 2024-07-08T12:56:38.592Z (4 months ago)
- Topics: html5-video, javascript, reactjs, video-player, video-players, vlc, vlc-media-player, vlc-player
- Language: TypeScript
- Homepage: https://simplevideoplayer.com
- Size: 1.36 MB
- Stars: 38
- Watchers: 1
- Forks: 16
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Simple Video Player
> Why download a video player when you can simply play your videos on the browser
This is a simple video player that runs on the Browser. Visit the website https://simplevideoplayer.com
Basically, do you have a video on your computer you'd like to play? Just visit https://simplevideoplayer.com and there you have a video player. Your videos will not be uploaded anywhwere, it's all being played locally.
It also supports subtitles (SRT and WebVTT), so add them to your videos as you watch.
### Features
- You can add subtitle files (SRT or WebVTT) to your video.
- Easy to use keyboard controls
- VLC style volume amplification### Why did I build this?
So sometimes I have videos which might have been downloaded from untrusted sources and I'm worried about the safety of playing them with any app on my machine. If the video is indeed corrupted with some virus, depending on the kind of firewall rules you have enabled, any app that plays the video may be exploited to grant it persmissions to execute some unwanted actions.
Because browsers like Chrome, and Brave have [sandboxing](https://computer.howstuffworks.com/google-chrome-browser7.htm), I'm often fairly more confident about playing these video files via my browser. Even though they are also [not 100% secure](https://security.stackexchange.com/a/122105), I am more assured when using them. Also browsers are updated more often than a lot of video players, so if there were a security issue revolving around video players on the browser, you are likelier to have your browser updated with a security fix than your offline video player.
Also I was just really surprised nothing like this already exists on the internet. :/
PS: My take on this is not based on any in-depth research, but rather a somewhat superficial knowledge on how Computers, Viruses, and Browsers work.
### Contributions
Oh yes please! Clearly there's a lot of room for improvement. Keyboard shortcuts, and lots of other general video player functionalities. I'd be happy to review your PR. :)