Reorder audio initialization and RTSP handshake to avoid RTSP PLAY failure on GFE 3.22

This commit is contained in:
Cameron Gutman
2021-04-09 08:38:40 -05:00
parent 2c13835f32
commit d0c3513504
5 changed files with 80 additions and 89 deletions

View File

@@ -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;
}