mirror of
https://github.com/moonlight-stream/moonlight-common-c.git
synced 2026-04-23 16:39:09 +00:00
Don't bind to a specific port anymore
This commit is contained in:
@@ -196,7 +196,7 @@ int startAudioStream(void) {
|
||||
|
||||
callbacks.init();
|
||||
|
||||
rtpSocket = bindUdpSocket(RTP_PORT);
|
||||
rtpSocket = bindUdpSocket();
|
||||
if (rtpSocket == INVALID_SOCKET) {
|
||||
return LastSocketError();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user