Skip to content

Commit 381c757

Browse files
committed
Experiment with video from localhost
1 parent d91b611 commit 381c757

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

common/video-server.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@
1212

1313
// Enable this to serve video from a local webserver on a hotspot. Useful for
1414
// demos without a solid internet connection.
15-
//#define SERVE_FROM_HOTSPOT
15+
#define SERVE_FROM_HOTSPOT
1616

1717
#if defined(SERVE_FROM_HOTSPOT)
1818
# define VIDEO_SERVER_PROTOCOL "http"
19-
# define VIDEO_SERVER "192.168.84.42"
20-
# define VIDEO_SERVER_PORT 8080
19+
# define VIDEO_SERVER "127.0.0.1"
20+
# define VIDEO_SERVER_PORT 8000
2121
# define VIDEO_SERVER_BASE_PATH "/"
2222
#else
2323
# if defined(__EMSCRIPTEN__)

0 commit comments

Comments
 (0)