diff options
| author | RblSb <msrblsb@gmail.com> | 2020-02-24 07:58:56 +0300 |
|---|---|---|
| committer | RblSb <msrblsb@gmail.com> | 2020-02-24 07:58:56 +0300 |
| commit | 9c6cd2c2310d2e3ce3d1a6e3350a97e7ba0ca657 (patch) | |
| tree | 3eb12f0eee7ba05b7e70c740561eff31e06b608a /README.md | |
| parent | c561fb9e2e42e4968f2b48cd535f208e90f8c12c (diff) | |
Start working on user folder
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 10 |
1 files changed, 6 insertions, 4 deletions
@@ -1,16 +1,15 @@ ## SyncTube
Synchronized video viewing with chat and other features.
-Based on CyTube, but with lightweight implementation and very easy way to run locally.
+Based on CyTube layout, but with lightweight implementation and very easy way to run locally.
### New features
Even if some original features are not implemented yet, there is some new things:
- Multi-Language
- Mobile view with page fullscreen
-- Updated Des theme
-
-TODO:
- Way to play local videos for network users (without NAT loopback feature)
- `/30`, `/-21`, etc to rewind video playback in seconds
+- Override every front-end file you want (`user/res` folder)
+- Updated Des theme
### Setup
- Open `4200` and `4201` ports in your router settings
@@ -18,6 +17,9 @@ TODO: - Run `node build/server.js`
- Open showed "Local" link for yourself and send "Global" link to friends
+### Configuration
+It's just works, but you can also check [user/ folder](/user/README.md) for server settings and additional customization.
+
### Development
- Install Haxe 4, VSCode and vshaxe extension.
- `haxelib install all` to install extern libs.
|
