- Download the codebase, and install the dependencies using
npm install-
The devices must run on the same local network. To connect computer to the same local network, LogMeIn Hamachi is used. The streaming computer should host the VPN.
-
Start the server using the following code in the command line while in the project directory.
node serverThis should give the response
Server is running on port 4040- Begin hosting the stream by going to:
On this page the video and audio sources can be selected.
- The stream can be terminated by closing the browser window and the console server.
-
The devices must run on the same local network. To connect computer to the same local network, LogMeIn Hamachi is used. The viewing computer will connect to the VPN created by the streaming computer.
-
The viewing computer can then connect to the stream by connecting to the url below, after replacing the IP address with the IP address from LogMeIn Hamachi.
https://(Host IP Address):4040/Headset_Computer/View.html
-
The viewing can be terminated by closing the browser window.
Here is the link to the video that was made for this project