1
0
Fork 0
mirror of https://github.com/albfan/miraclecast.git synced 2025-03-09 23:38:56 +00:00

Use default rstp port

This commit is contained in:
Alberto Fanjul 2022-11-09 00:12:03 +01:00
parent 66c86f2971
commit 314aa5aed5
3 changed files with 3 additions and 3 deletions

View file

@ -69,7 +69,7 @@ void launch_player(struct ctl_sink *s);
char *gst_scale_res;
int gst_audio_en = 1;
static const int DEFAULT_RSTP_PORT = 1991;
static const int DEFAULT_RSTP_PORT = 7236;
bool uibc_option;
bool uibc_enabled;
bool external_player;