https://github.com/sshh12/splitscreen-player
A synchronous multi-video viewer built on firebase.
https://github.com/sshh12/splitscreen-player
bootstrap firebase html js video-player
Last synced: 2 months ago
JSON representation
A synchronous multi-video viewer built on firebase.
- Host: GitHub
- URL: https://github.com/sshh12/splitscreen-player
- Owner: sshh12
- License: mit
- Created: 2017-02-05T20:08:49.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-07-28T21:46:19.000Z (almost 9 years ago)
- Last Synced: 2025-10-14T18:37:18.358Z (8 months ago)
- Topics: bootstrap, firebase, html, js, video-player
- Language: JavaScript
- Homepage: https://videoplayer-9311f.firebaseapp.com/
- Size: 6.84 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Splitscreen Viewer
An HTML/JS based Media Player with the abilty to show 6 different videos synced across multiple devices.
[Live Code](https://videoplayer-9311f.firebaseapp.com/)
## Built Using:
* [Firebase](https://firebase.google.com/)
* [Bootstrap](http://getbootstrap.com/)
* [Bootstrap3-dialog](https://github.com/nakupanda/bootstrap3-dialog)
---
## Setup
#### Realtime Database
```
videoplayer
|
|--- command
| |
| |- action: "pause"
|
|--- offsets
|
|- 0: 0.0
|
|- 1: 0.0
|
|- 2: 0.0
|
|- 3: 0.0
|
|- 4: 0.0
|
|- 5: 0.0
```
#### Storage
```
videos/
video0.mp4
video1.mp4
video2.mp4
video3.mp4
video4.mp4
video5.mp4
```
---
## Screenshot
