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:
parent
66c86f2971
commit
314aa5aed5
3 changed files with 3 additions and 3 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue