mirror of
https://github.com/sle118/squeezelite-esp32.git
synced 2025-12-10 13:37:03 +03:00
airplay buffer management correction
This commit is contained in:
@@ -412,6 +412,12 @@ static bool handle_rtsp(raop_ctx_t *ctx, int sock)
|
||||
NFREE(data_b64);
|
||||
}
|
||||
|
||||
if (!strcmp(method, "OPTIONS")) {
|
||||
|
||||
kd_add(resp, "Public", "ANNOUNCE, SETUP, RECORD, PAUSE, FLUSH, TEARDOWN, OPTIONS, GET_PARAMETER, SET_PARAMETER");
|
||||
|
||||
} else if (!strcmp(method, "ANNOUNCE")) {
|
||||
char *padded, *p;
|
||||
|
||||
NFREE(ctx->rtsp.aeskey);
|
||||
NFREE(ctx->rtsp.aesiv);
|
||||
|
||||
Reference in New Issue
Block a user