Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to install and configure in localhost #6

Open
beautylix opened this issue Jul 15, 2017 · 1 comment
Open

How to install and configure in localhost #6

beautylix opened this issue Jul 15, 2017 · 1 comment

Comments

@beautylix
Copy link

beautylix commented Jul 15, 2017

Is there any tips to install in localhost?

The redirected url of m3u8 cannot be played, please fix it.

By the way, could you add crossdomain.xml function in the codes?

thanks a lot

@TheNextLVL
Copy link

It's a Node app.
On ubuntu you need install npm

$ sudo apt update
$ sudo apt install -y npm

Then, download the source code and execute in the same folder as package.json:

$ npm install
$ npm start

That's it.

NOTE: if you wan't change any parametter (as the port) see the config.js

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants