Add ffmpeg remuxing

This commit is contained in:
Kamil Trzcinski
2022-04-06 21:03:49 +02:00
parent 14c0290e22
commit ba676cda0e
4 changed files with 309 additions and 10 deletions

View File

@ -50,7 +50,7 @@ void http_jpeg_capture(struct buffer_s *buf);
bool http_jpeg_needs_buffer();
// H264
void http_h264_capture(buffer_t *buf);
void http_video(http_worker_t *worker, FILE *stream);
bool http_h264_needs_buffer();
void http_h264_capture(buffer_t *buf);
void http_h264_video(http_worker_t *worker, FILE *stream);
void http_mkv_video(http_worker_t *worker, FILE *stream);