Commit 2924e0dfd58adc30d57a320cb932efea42ff4663
1 parent
f74350f1
Exists in
master
and in
1 other branch
Modifica IP da conexão com o player para 0.0.0.0
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
renderer/src/include/renderer.h
| @@ -20,7 +20,7 @@ | @@ -20,7 +20,7 @@ | ||
| 20 | #define PATH_RENDERER "vlibras_user/unityVideo/" | 20 | #define PATH_RENDERER "vlibras_user/unityVideo/" |
| 21 | #define PATH_SCREENS "vlibras_user/.config/unity3d/LAViD/VLibrasPlayer/" | 21 | #define PATH_SCREENS "vlibras_user/.config/unity3d/LAViD/VLibrasPlayer/" |
| 22 | #define END_FLAG "FINALIZE" | 22 | #define END_FLAG "FINALIZE" |
| 23 | -#define HOST "127.0.0.1" | 23 | +#define HOST "0.0.0.0" |
| 24 | #define PORTNO 5555 | 24 | #define PORTNO 5555 |
| 25 | 25 | ||
| 26 | using namespace lavidlib; | 26 | using namespace lavidlib; |