We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d91b611 commit 381c757Copy full SHA for 381c757
common/video-server.h
@@ -12,12 +12,12 @@
12
13
// Enable this to serve video from a local webserver on a hotspot. Useful for
14
// demos without a solid internet connection.
15
-//#define SERVE_FROM_HOTSPOT
+#define SERVE_FROM_HOTSPOT
16
17
#if defined(SERVE_FROM_HOTSPOT)
18
# define VIDEO_SERVER_PROTOCOL "http"
19
-# define VIDEO_SERVER "192.168.84.42"
20
-# define VIDEO_SERVER_PORT 8080
+# define VIDEO_SERVER "127.0.0.1"
+# define VIDEO_SERVER_PORT 8000
21
# define VIDEO_SERVER_BASE_PATH "/"
22
#else
23
# if defined(__EMSCRIPTEN__)
0 commit comments