mirror of
https://github.com/sle118/squeezelite-esp32.git
synced 2026-01-29 22:00:54 +03:00
fixed airplay
This commit is contained in:
@@ -459,6 +459,9 @@ static bool handle_rtsp(raop_ctx_t *ctx, int sock)
|
||||
|
||||
NFREE(p);
|
||||
NFREE(padded);
|
||||
}
|
||||
|
||||
if ((p = strcasestr(body, "fmtp")) != NULL) {
|
||||
p = strextract(p, ":", "\r\n");
|
||||
ctx->rtsp.fmtp = strdup(p);
|
||||
NFREE(p);
|
||||
|
||||
Reference in New Issue
Block a user