mirror of
https://github.com/moonlight-stream/moonlight-common-c.git
synced 2026-02-16 02:21:07 +00:00
Reorder audio initialization and RTSP handshake to avoid RTSP PLAY failure on GFE 3.22
This commit is contained in:
@@ -855,7 +855,7 @@ int performRtspHandshake(void) {
|
||||
int error = -1;
|
||||
|
||||
if (!playStream(&response, "/", &error)) {
|
||||
Limelog("RTSP PLAY streamid=video request failed: %d\n", error);
|
||||
Limelog("RTSP PLAY request failed: %d\n", error);
|
||||
ret = error;
|
||||
goto Exit;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user