Add index.html

This commit is contained in:
Kamil Trzcinski
2022-04-08 14:17:13 +02:00
parent 3240fa9336
commit eaf6f3d9ba
9 changed files with 100 additions and 68 deletions

View File

@ -99,7 +99,7 @@ void http_h264_video(http_worker_t *worker, FILE *stream)
return;
}
http_500_header(stream);
http_500(stream, NULL);
if (n == 0) {
fprintf(stream, "No frames.\n");