shut down HLS when client stops streaming

This commit is contained in:
F. Duncanh
2025-02-01 11:46:07 -05:00
parent 4db951de1e
commit 23f49f9c4d
3 changed files with 17 additions and 0 deletions

View File

@@ -39,6 +39,7 @@ struct httpd_callbacks_s {
typedef struct httpd_callbacks_s httpd_callbacks_t;
bool httpd_nohold(httpd_t *httpd);
void httpd_remove_known_connections(httpd_t *httpd);
void httpd_remove_connections_by_type(httpd_t *httpd, connection_type_t type);
int httpd_set_connection_type (httpd_t *http, void *user_data, connection_type_t type);
int httpd_count_connection_type (httpd_t *http, connection_type_t type);