juanvallejo / streaming-webclient

multi-client streaming server

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

streaming-webclient

webclient portion of https://github.com/juanvallejo/streaming-server

Working demo at FlickTrack.me

Building

To make changes, simply edit the file you wish to change, save, and run make. Alternatively, use browserify on the main.js file:

./node_modules/browserify/bin/cmd.js ./src/client/main.js --outfile ./src/static/FlickTrack.js

By default, the streaming-server will look for the "compiled" file under src/static/FlickTrack.js.

Important files

Noticeable files that control the overall appearance of the homepage and the "video" page are found under ./src/static/index.html and ./src/static/video.html respectively.

Note that if you make changes to any javascript files under ./src/client/..., you will need to run make or follow the instructions under Building

Submodule

This repository is included as a submodule in the streaming-server.

Ensure that the latest changes are present in the submodule directory (pkg/webclient), and run git submodule update to ensure that the latest client is being served by the streaming server.

About

multi-client streaming server


Languages

Language:JavaScript 83.4%Language:HTML 15.5%Language:CSS 1.0%Language:Makefile 0.1%