|
Arduino DLNA Server
|

Go to the source code of this file.
Macros | |
| #define | DLNA_LOOP_DELAY_MS 5 |
| Define delay in ms for main DLNA loop. | |
| #define | DLNA_RUN_SCHEDULER_EVERY_MS 200 |
| Define scheduler run interval in ms. | |
| #define | DLNA_RUN_SUBSCRIPTIONS_EVERY_MS 300 |
| Define subscription publish interval in ms. | |
| #define | DLNA_HTTP_READ_TIMEOUT_MS 100 |
| Define the default http request timeout. | |
| #define | DLNA_HTTP_REQUEST_TIMEOUT_MS 15000 |
| Define the default http request timeout. | |
| #define | DLNA_REQUEST_KEEP_ALIVE false |
| Keep the session open for multiple requests. | |
| #define | XML_PARSER_BUFFER_SIZE 512 |
| Define XML parse buffer size. | |
| #define | STR_PRINT_INITIAL_SIZE 200 |
| Define initial size for StrPrint. | |
| #define | STR_PRINT_INC_SIZE 200 |
| Define increment size for StrPrint. | |
| #define | DLNA_SSDP_PORT 1900 |
| SSDP multicast/UDP port (default 1900) | |
| #define | DLNA_MAX_URL_LEN 256 |
| app-wide max URL length | |
| #define | MAX_PRINTF_SIZE 512 |
| Max printf buffer size. | |
| #define | DLNA_PROTOCOL_ALL |
| All possible protocols. | |
| #define | DLNA_PROTOCOL_AUDIO |
| All possible audio protocols. | |
| #define | MAX_NOTIFY_RETIES 3 |
| Define maximum number of notify retries. | |
| #define | DLNA_PROTOCOL DLNA_PROTOCOL_AUDIO |
| Define the default protocols to use. | |
| #define | DLNA_ALLOCATOR AllocatorPSRAM |
| Define the default allocator base class to use: std::allocator, AllocatorPSRAM. | |
| #define | DLNA_LOG_XML false |
| Enable or disable logging of XML messages. | |
| #define | DLNA_CHECK_XML_LENGTH false |
| #define | DLNA_DISCOVERY_NETMASK IPAddress(255, 255, 255, 0) |
| Define the netmask for discovery filtering. | |
| #define DLNA_ALLOCATOR AllocatorPSRAM |
Define the default allocator base class to use: std::allocator, AllocatorPSRAM.
| #define DLNA_CHECK_XML_LENGTH false |
| #define DLNA_DISCOVERY_NETMASK IPAddress(255, 255, 255, 0) |
Define the netmask for discovery filtering.
| #define DLNA_HTTP_READ_TIMEOUT_MS 100 |
Define the default http request timeout.
| #define DLNA_HTTP_REQUEST_TIMEOUT_MS 15000 |
Define the default http request timeout.
| #define DLNA_LOG_XML false |
Enable or disable logging of XML messages.
| #define DLNA_LOOP_DELAY_MS 5 |
Define delay in ms for main DLNA loop.
| #define DLNA_MAX_URL_LEN 256 |
app-wide max URL length
| #define DLNA_PROTOCOL DLNA_PROTOCOL_AUDIO |
Define the default protocols to use.
| #define DLNA_PROTOCOL_ALL |
All possible protocols.
| #define DLNA_PROTOCOL_AUDIO |
All possible audio protocols.
| #define DLNA_REQUEST_KEEP_ALIVE false |
Keep the session open for multiple requests.
| #define DLNA_RUN_SCHEDULER_EVERY_MS 200 |
Define scheduler run interval in ms.
| #define DLNA_RUN_SUBSCRIPTIONS_EVERY_MS 300 |
Define subscription publish interval in ms.
| #define DLNA_SSDP_PORT 1900 |
SSDP multicast/UDP port (default 1900)
| #define MAX_NOTIFY_RETIES 3 |
Define maximum number of notify retries.
| #define MAX_PRINTF_SIZE 512 |
Max printf buffer size.
| #define STR_PRINT_INC_SIZE 200 |
Define increment size for StrPrint.
| #define STR_PRINT_INITIAL_SIZE 200 |
Define initial size for StrPrint.
| #define XML_PARSER_BUFFER_SIZE 512 |
Define XML parse buffer size.