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