Skip to content

Commit 46222eb

Browse files
authored
Update README.md
1 parent 15936b4 commit 46222eb

File tree

1 file changed

+7
-30
lines changed

1 file changed

+7
-30
lines changed

README.md

Lines changed: 7 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ A FULLY synchronized HTML5 video player for Minecraft's WebDisplays mod using No
1111
## 🚀 Requirements
1212

1313
* [Node.js](https://nodejs.org/) installed on your machine (v16+ recommended)
14-
* [ffmpeg](https://ffmpeg.org/) installed on your machine for 1.3 and further versions (7.1 below is not tested)
14+
* [ffmpeg](https://ffmpeg.org/) installed on your machine for 1.3 and further versions if you want high bitrate support (7.1 below is not tested)
1515
* A `.mp4` video file named `filmeva.mp4` placed in the `/videos/` folder
1616

1717
---
@@ -52,39 +52,16 @@ Click-based controls have been implemented for easy, mouse-only interaction:
5252
5353
### 🔌 Option 1: LAN or Public IP (Direct Hosting)
5454

55-
1. Run `server.js` by opening CMD in your folder and typing:
56-
57-
```bash
58-
node server.js
59-
```
60-
2. Make sure port `3000` is open in your firewall/router.
61-
3. Get your **public IP** from [https://whatismyipaddress.com](https://whatismyipaddress.com)
62-
4. Access the video from another device at:
63-
64-
```
65-
http://<your-public-ip>:3000
66-
```
67-
68-
Or if on LAN:
69-
70-
```
71-
http://<your-local-ip>:3000
72-
```
73-
74-
---
75-
55+
1. Run `start.bat` in your folder
56+
2. Make sure your selected port is open in your firewall/router.
57+
3. Access the video from another device at the links given
58+
7659
### 🌍 Option 2: Hamachi (Virtual LAN)
7760

7861
1. Download and install [LogMeIn Hamachi](https://vpn.net).
7962
2. Create a network, have others join it.
8063
3. Share your **Hamachi IP address** (shown in Hamachi).
81-
4. Run `server.js`, then visit:
82-
83-
```
84-
http://<your-hamachi-ip>:3000
85-
```
86-
87-
---
64+
4. Run `start.bat`, then visit the `Your Network` link
8865

8966
### 🚂 Option 3: Hosting on Render (Free Cloud Hosting)
9067

@@ -93,7 +70,7 @@ Click-based controls have been implemented for easy, mouse-only interaction:
9370
3. Connect your repository:
9471
[https://github.com/Lakunake/WebDisplays-Video-Player](https://github.com/Lakunake/WebDisplays-Video-Player)
9572
4. Choose the "RENDER" branch
96-
5. Set these scripts scripts to:
73+
5. Set these scripts to:
9774

9875
```json
9976
"start": "node server.js"

0 commit comments

Comments
 (0)