mirror of
https://github.com/morgan9e/UxPlay
synced 2026-04-14 00:04:13 +09:00
handle POST audioMode RTSP request
This commit is contained in:
@@ -363,10 +363,8 @@ conn_request(void *ptr, http_request_t *request, http_response_t **response) {
|
||||
handler = &raop_handler_pairverify;
|
||||
} else if (!strcmp(url, "/fp-setup")) {
|
||||
handler = &raop_handler_fpsetup;
|
||||
} else if (!strcmp(url, "/getProperty")) {
|
||||
handler = &http_handler_get_property;
|
||||
} else if (!strcmp(url, "/audioMode")) {
|
||||
//handler = &http_handler_audioMode;
|
||||
handler = &raop_handler_audiomode;
|
||||
}
|
||||
} else if (!strcmp(method, "GET")) {
|
||||
if (!strcmp(url, "/info")) {
|
||||
|
||||
Reference in New Issue
Block a user