@@ -11,7 +11,7 @@ A FULLY synchronized HTML5 video player for Minecraft's WebDisplays mod using No
11
11
## 🚀 Requirements
12
12
13
13
* [ 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)
15
15
* A ` .mp4 ` video file named ` filmeva.mp4 ` placed in the ` /videos/ ` folder
16
16
17
17
---
@@ -52,39 +52,16 @@ Click-based controls have been implemented for easy, mouse-only interaction:
52
52
53
53
### 🔌 Option 1: LAN or Public IP (Direct Hosting)
54
54
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
+
76
59
### 🌍 Option 2: Hamachi (Virtual LAN)
77
60
78
61
1 . Download and install [ LogMeIn Hamachi] ( https://vpn.net ) .
79
62
2 . Create a network, have others join it.
80
63
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
88
65
89
66
### 🚂 Option 3: Hosting on Render (Free Cloud Hosting)
90
67
@@ -93,7 +70,7 @@ Click-based controls have been implemented for easy, mouse-only interaction:
93
70
3 . Connect your repository:
94
71
[ https://github.com/Lakunake/WebDisplays-Video-Player ] ( https://github.com/Lakunake/WebDisplays-Video-Player )
95
72
4 . Choose the "RENDER" branch
96
- 5 . Set these scripts scripts to:
73
+ 5 . Set these scripts to:
97
74
98
75
``` json
99
76
"start" : " node server.js"
0 commit comments