Reduce buffering for mkv/mp4

This commit is contained in:
Kamil Trzcinski
2022-04-06 22:02:58 +02:00
parent 24611c1290
commit 1aed350356
3 changed files with 27 additions and 1 deletions

View File

@ -17,6 +17,7 @@ http_method_t http_methods[] = {
{ "GET /video?", http_video_html },
{ "GET /video.h264?", http_h264_video },
{ "GET /video.mkv?", http_mkv_video },
{ "GET /video.mp4?", http_mp4_video },
{ "GET /jmuxer.min.js?", http_jmuxer_js },
{ "GET /?", http_index },
{ }