Add h264 stream

This commit is contained in:
Kamil Trzcinski
2022-04-04 23:30:02 +02:00
parent 1f94798bee
commit 9c761f7a45
8 changed files with 3077 additions and 2 deletions

2
http.h
View File

@@ -29,6 +29,8 @@ typedef struct http_worker_s {
int http_server(int listen_port, int maxcons, http_method_t *methods);
void http_index(http_worker_t *worker, FILE *stream);
void http_video_html(http_worker_t *worker, FILE *stream);
void http_jmuxer_js(http_worker_t *worker, FILE *stream);
void http_404_header(http_worker_t *worker, FILE *stream);
void http_404(http_worker_t *worker, FILE *stream);