Coder Social home page Coder Social logo

i-n-n-k-e-e-p-e-r / brownie-video-server Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 647 KB

Simple private video server to share videos with your grannies and homies.

License: Other

CSS 0.42% Java 96.09% JavaScript 0.89% Dockerfile 0.26% HTML 2.34%

brownie-video-server's Introduction

Description

Simple private web file server (Vaadin 14, Java 11).
Share files with your homies, buddies and grannies. First of all it was created for uploading videos in any format through web gui and then watch it in browser on tablet or anyware. Server encodes uploaded video to h.264 mp4 container with the same resolution and fps as in source file and stereo audio in 256kbs acc (encoding settings will be added in the future). Other files are uploaded unchanged. Supports preview and play for video, audio, text and images. Supports Safary, Firefox, Chrome and Edge. Desktop and mobile layout.

Build

Maven
  1. Clone this repository
  2. mvn clean install; mvn vaadin:build-frontend; mvn -e clean package -Pproduction;
Docker
  1. Clone this repository
  2. docker build --no-cache --rm -t brownie-video-server PATH_TO_DOCKER_FILE_OF_THIS_REPO

Run

Maven
  1. java -jar ./target/brownie-video-server.jar
  2. Go to localhost:8080
  3. Try to login with any credential
  4. Create new administrator user
  5. Login with new administrator user credential
Docker
  1. Run docker container (two options)
    • With console output:
      • docker run -ti -p 7920:8080 brownie-video-server
    • In the background:
      • docker run -d --restart=always --privileged -p 7920:8080 brownie-video-server
  2. Go to http://localhost:7920
  3. Try to login with any credential
  4. Create new administrator user
  5. Login with new administrator user credential

brownie-video-server's People

Contributors

i-n-n-k-e-e-p-e-r avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.