Stream your desktop to your Raspberry Pi!
ScreenCast-RPi use Nginx web server and RTMP module to receive audio-video stream from any computer. To achieve this, you have to use a software like OBS - Open Broadcaster Software , that can capture your desktop and send it over network. OBS is free and cross-platform, available for Windows, Mac OS and Linux.
Simply, launch the setup file and follow the instructions:
(sudo) bash Setup.sh
- To stop the server:
(sudo) /usr/local/nginx/sbin/nginx -s stop
- If you get error 98: Failed to bind, nginx already in use, use this:
(sudo) fuser -k 80/tcp
(sudo) /usr/local/nginx/sbin/nginx -s stop
(sudo) /usr/local/nginx/sbin/nginx
If you want to donate for support my (future) works, use this: https://www.paypal.me/LCirillo
I'll appreciate. Also, names of those who donated will be written in an 'Awesome list' (if you agree).
Don't forget to leave a Star if this helped you!
If you have any questions, just contact me! Enjoy 🎉