Skip to content

Commit

Permalink
[Update] host ip .
Browse files Browse the repository at this point in the history
  • Loading branch information
SighingSnow committed Jul 18, 2022
1 parent 39f3f88 commit 2f3636a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ const unsigned int screen_height = 600;
const unsigned int SCR_WIDTH = screen_width * scale;
const unsigned int SCR_HEIGHT = screen_height * scale;
// webrtc
const std::string DEFAULT_IP_ADDRESS = "127.0.0.1";
const std::string DEFAULT_IP_ADDRESS = "host.docker.internal";
const uint16_t defaultPort = 8000;
// FFMPEG parameters
const int inlinesize[2] = {SCR_WIDTH*3,0}; // For sws_scale convert function
Expand Down

0 comments on commit 2f3636a

Please sign in to comment.