// // Created by Matthew on 2025/3/1. // #ifndef MICROPHOTO_RTSPRECORDER_H #define MICROPHOTO_RTSPRECORDER_H #include // void dumpRtspToMp4(const std::string &rtspUrl, const std::string &outputPath, uint32_t durationInMs); void dumpRtmpToMp4(const char* rtmpUrl, const char* outputPath, uint32_t duration); void dumpRtspToMp4(const char* rtspUrl, const char* outputPath, uint32_t duration); class RTSPRecorder { }; #endif //MICROPHOTO_RTSPRECORDER_H