Use Node.js, socket.io, p2p, react. Let you stream you picture to client in LAN
-
npm run server
run the server on port 3001 and generate your ip config -
npm start
run the web on 3000 Controller path : / Client path : /live -
Controller choose the capture source on the web (desktop / camera)
-
If any Client is online, server will show the Client ID on both side.
-
Controller click the the button include the target Client ID, then server will stream your picture to Client.