We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
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:
package.json
$ npm install $ npm start
That's it.
NOTE: if you wan't change any parametter (as the port) see the config.js
config.js
Sorry, something went wrong.
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: