Sending a one-way live stream of the computer screen on startup to a web app via WebRTC

3 weeks ago 19
ARTICLE AD BOX

I want to make as soon as the computer turns on, it immediately starts sending a live screen (and audio, although audio is not necessary, the video is what matters) stream to a web app via WebRTC. The important part is that nothing needs to be approved or manually started on computer; it should automatically run in the background on startup and send the stream to the web app.

The web app would be hosted somewhere for free on the internet, and anyone with the URL could access the site. By entering the correct password, they would be able to watch the live stream. When the computer is turned off, the site should display that the stream is offline.

I am a beginner in programming and I rely heavily on AI, but I really want to build this project. Thank you in advance for your help. Im using Win 10.

People tell me this is easy to build and that Python scripts can be used, but I honestly don’t really know how. Thanks again in advance for the help.

Read Entire Article