@@ -16,7 +16,7 @@ You can either watch this video or follow the steps below.
1616 - Camera Server (runs on port 4321)
1717
18182 . Install the app on your phone.
19- 3 . Navigate to the app's settings screen and set up your camera server's IP. For example: ` 192.168.0 .101:4321 `
19+ 3 . Navigate to the app's settings screen and set up your camera server's IP. For example: ` 192.168.178 .101:4321 `
20204 . Open the stream screen and click the "Start streaming" button.
21215 . Your phone is now sending video data to your Camera Server.
2222
@@ -27,20 +27,20 @@ The stream can be watched from either your browser, the Web App, or apps like VL
2727
2828### Browser
2929Open your favorite web browser and navigate to your MJPEG Server's IP address. For example:
30- ` http://192.168.0 .101:4444 `
30+ ` http://192.168.178 .101:4444 `
3131
3232![ Preview] ( https://github.com/BalioFVFX/IP-Camera/blob/main/media/browser.gif?raw=true )
3333
3434### VLC Media Player
3535Open VLC Media Player. Go to ** File → Open Network → Network** and enter your MJPEG Server's IP address. For example:
36- ` http://192.168.0 .101:4444/ `
36+ ` http://192.168.178 .101:4444/ `
3737
3838![ Preview] ( https://github.com/BalioFVFX/IP-Camera/blob/main/media/vlc.gif?raw=true )
3939
4040### The Web App
41411 . Navigate to the Web App's root directory and execute ` webpack serve ` in your terminal.
42422 . Open your browser and go to ` http://localhost:8080/ ` .
43- 3 . Go to the settings page and enter your WebSocket Server's IP address. For example: ` 192.168.0 .101:1234 `
43+ 3 . Go to the settings page and enter your WebSocket Server's IP address. For example: ` 192.168.178 .101:1234 `
44444 . Navigate to the streaming page at ` http://localhost:8080/stream.html ` and click the "Connect" button.
4545
4646![ Preview] ( https://github.com/BalioFVFX/IP-Camera/blob/main/media/webapp.gif?raw=true )
0 commit comments