Reduce buffering for mkv/mp4
This commit is contained in:
@ -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 },
|
||||
{ }
|
||||
|
Reference in New Issue
Block a user