mirror of
https://github.com/owntone/owntone-server.git
synced 2024-12-28 08:05:56 -05:00
Document HTTP client quirks known to mt-daapd
This commit is contained in:
parent
651d946cc2
commit
f332f992aa
15
src/httpd.c
15
src/httpd.c
@ -43,6 +43,21 @@
|
|||||||
#include "httpd_rsp.h"
|
#include "httpd_rsp.h"
|
||||||
|
|
||||||
|
|
||||||
|
/*
|
||||||
|
* HTTP client quirks by User-Agent, from mt-daapd
|
||||||
|
*
|
||||||
|
* - Roku:
|
||||||
|
* + Does not encode space as + in query string
|
||||||
|
* - iTunes:
|
||||||
|
* + Does not encode space as + in query string
|
||||||
|
* + Connection: Keep-Alive on HTTP error 401
|
||||||
|
* - Hifidelio:
|
||||||
|
* + Connection: Keep-Alive for streaming (Connection: close not honoured)
|
||||||
|
*
|
||||||
|
* These quirks are not implemented. Implement as needed.
|
||||||
|
*/
|
||||||
|
|
||||||
|
|
||||||
#define STREAM_CHUNK_SIZE (512 * 1024)
|
#define STREAM_CHUNK_SIZE (512 * 1024)
|
||||||
#define WEBFACE_ROOT "/usr/share/mt-daapd/admin-root/"
|
#define WEBFACE_ROOT "/usr/share/mt-daapd/admin-root/"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user