Add ffmpeg remuxing
This commit is contained in:
@ -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);
|
||||
|
Reference in New Issue
Block a user