mirror of
https://github.com/morgan9e/UxPlay
synced 2026-04-14 00:04:13 +09:00
shut down HLS when client stops streaming
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user