-
Notifications
You must be signed in to change notification settings - Fork 263
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
Stream Never Starts #40
Comments
Can confirm. I have the same thing happen to me. |
the same thing. |
Same here |
Open
Hello, Went through the same issue of you guys and finally discovered that it will not work if you are running the server as root. Livestream by defaut doesn't allow it. If you are in this case you can add the option "--yes-run-as-root" to the code in picast.js file. Hope this will help. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Successfully used setup.sh to install. Unable to connect until the following were completed:
mkdir /var/run/forever
npm i express
When loading rpi.ip:3000 I receive the "Welcome to PiCAST 3! In the URL, type what you want to do..." message. If i load rpi.ip:3000/yt-stream/ftTOEJfzdq0 I receive message "Streaming YouTube Video..." but, nothing further occurs. No video loads on the RPI
The text was updated successfully, but these errors were encountered: