Created settings.json that contains the settings Created .gitignore that ignores the videos folder Modified index.js to take the settings settings.json Modified client.js to take the WebSocket settings from the window
5 lines
102 B
JSON
5 lines
102 B
JSON
{
|
|
"server_ip": "192.168.68.118",
|
|
"server_port": 3000,
|
|
"video_path": "videos/bigbuck.mp4"
|
|
} |