dev: add push rtmp support

This commit is contained in:
wwhai
2025-02-09 23:16:26 +08:00
parent 8f63640a3f
commit f6354a5a7b
4 changed files with 89 additions and 41 deletions
+2 -1
View File
@@ -34,5 +34,6 @@ int CaptureImage(AVFrame *srcFrame, const char *file_path);
int RecordAVFrameToMP4(const char *output_file, AVFrame *frames[], int num_frames, int width, int height, int fps);
//
Box InterpolateBox(Box prevBox, Box currentBox, float t);
//
void copy_codec_context_properties(AVCodecContext *src_ctx, AVCodecContext *dst_ctx);
#endif