[feat] complete h264 frame assember

This commit is contained in:
dijunkun
2025-03-27 17:35:27 +08:00
parent 0f07058fb9
commit 0d9d3c5eca
5 changed files with 86 additions and 40 deletions

View File

@@ -78,6 +78,9 @@ class VideoChannelSend {
std::shared_ptr<SystemClock> clock_;
RtpPacketHistory rtp_packet_history_;
int64_t delta_ntp_internal_ms_;
private:
FILE* file_rtp_sent_ = nullptr;
};
#endif