/screencast-rpi

Cast your desktop to your Raspberry Pi.

Primary LanguageShell

ScreenCast-RPi

Stream your desktop to your Raspberry Pi!

How it works:

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.

How to install:

Simply, launch the setup file and follow the instructions:

(sudo) bash Setup.sh

Screenshot:




Tips:

  • To stop the server:
(sudo) /usr/local/nginx/sbin/nginx -s stop

Errors:

  • 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

About:

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 🎉