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
First of all, thanks for good code.
I have some problems now. in your code, "var cams" in "server.js" are hardcoded.
var cams = ['rtsp://wowzaec2demo.streamlock.net/vod/mp4:BigBuckBunny_115k.mov']
Can I enter the rtsp address for additional streaming on the web?
As shown in the picture, I want to create a button and add rtsp
Plz.. I really want know how can i solve this problem :)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
First of all, thanks for good code.
I have some problems now.
in your code, "var cams" in "server.js" are hardcoded.
var cams = ['rtsp://wowzaec2demo.streamlock.net/vod/mp4:BigBuckBunny_115k.mov']
Can I enter the rtsp address for additional streaming on the web?
As shown in the picture, I want to create a button and add rtsp
Plz.. I really want know how can i solve this problem :)
The text was updated successfully, but these errors were encountered: