Skip to content
/ webflix Public
forked from JoelBesada/webflix

A lightweight web app wrapper for peerflix

License

Notifications You must be signed in to change notification settings

omgbox/webflix

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Webflix

A lightweight web app wrapper for peerflix. Just input a link to a torrent and the server opens up a stream available in the browser or from media players like VLC. I'm sure someone else already has done this.

index stream

Installation

git clone [email protected]:JoelBesada/webflix.git
cd webflix
npm install
npm install -g coffee-script

Usage

Run app/app.coffee to start the server.

coffee app/app.coffee

The app accepts the following command-line options:

--user <username> A username to be used in HTTP basic auth, has to be combined with --password
--password <password> A password to be used in HTTP basic auth, has to be combined with --use
--port <port> The port the web app will run on. Note that the stream will always be on port 8888.

Depending on the format of the stream, you can either view it directly in your web browser or from a media player like VLC.

License

MIT License, see the LICENSE file.

About

A lightweight web app wrapper for peerflix

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CoffeeScript 52.5%
  • CSS 31.4%
  • Handlebars 16.1%