Commit ca132bc005885af7aa73afe3d05c485679040c7e
1 parent
8214776d
Exists in
master
and in
1 other branch
Reverte modificação feita no IP para 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 "0.0.0.0" | |
| 23 | +#define HOST "127.0.0.1" | |
| 24 | 24 | #define PORTNO 5555 |
| 25 | 25 | |
| 26 | 26 | using namespace lavidlib; | ... | ... |