Commit Graph

78 Commits

Author SHA1 Message Date
dijunkun 0595112d4f [fix] fix sent packet size in congestion control feedbacks 2025-02-10 16:06:19 +08:00
dijunkun 2c48ce12c5 [fix] fix compile error on MacOSX 2025-02-10 15:46:22 +08:00
dijunkun 8d7068aa32 [feat] enable congestion controller 2025-02-07 17:42:05 +08:00
dijunkun 794e33c325 [fix] fix h264 rtp packetization error 2025-02-05 17:28:57 +08:00
dijunkun 2d5749f93a [fix] fix h264 rtp packet parse 2025-01-24 17:54:54 +08:00
dijunkun 7b839ab773 [fix] fix h264 rtp packet packetization and depacketization 2025-01-23 17:28:17 +08:00
dijunkun cd349cd98d [feat] rewrite rtp module 2025-01-22 17:32:24 +08:00
dijunkun ea592f5a58 [fix] fix crash due to rtp extension 2025-01-21 17:30:00 +08:00
dijunkun 477fd1f13b [fix] fix qos module 2025-01-20 18:41:52 +08:00
dijunkun 5bbd182a3f [fix] fix congestion control module 2025-01-17 17:33:13 +08:00
dijunkun 6e2a52e506 [feat] use original webrtc header defines 2025-01-16 17:33:46 +08:00
dijunkun 63ed77e43a [feat] congestion control feedback sending support 2025-01-10 17:21:03 +08:00
dijunkun 49b74ffcd6 [fix] fix crash caused by RtpPacketReceived 2025-01-09 17:03:08 +08:00
dijunkun de212a8e75 [feat] implementation for qos module 2025-01-08 17:30:13 +08:00
dijunkun 7a84b25b5c [feat] update qos module 2025-01-07 17:31:14 +08:00
dijunkun 0737eee95a [feat] update transport module and channel module 2025-01-06 17:10:56 +08:00
dijunkun eef35ff0d4 [feat] separate rtp send/receive module from ice transport module 2025-01-03 17:34:46 +08:00
dijunkun 2512e1eb15 [feat] update congestion control feedback 2024-12-18 17:27:42 +08:00
dijunkun b29f3de868 [feat] SSRC supported for RTP packets 2024-12-09 17:08:22 +08:00
dijunkun 2cb92ddd72 [feat] add rtcp thread in rtp video receiver 2024-12-06 17:26:52 +08:00
dijunkun b0fdcd9193 [fix] fix loss rate calculation 2024-11-29 18:20:26 +08:00
dijunkun daef6f19dc [feat] use the io statistics module to collect network information 2024-11-29 17:53:30 +08:00
dijunkun 7e3856a68d [fix] fix unused variables and type conversions 2024-11-26 17:31:16 +08:00
dijunkun 9a6def32fd [fix] fix av1 rtp packetizer 2024-10-15 10:29:18 +08:00
dijunkun c13cffb58e [fix] fix OBU_TEMPORAL_DELIMITER and OBU_SEQUENCE_HEADER obu data building 2024-10-14 17:31:08 +08:00
dijunkun 6bda59b1a7 [fix] obu data corrupted after transmission 2024-10-12 17:30:29 +08:00
dijunkun 1407f67d3c [fix] try to fix av1 packets parsering 2024-09-29 17:23:59 +08:00
dijunkun 7388a2c288 [fix] update obu parser 2024-09-27 17:30:24 +08:00
dijunkun bbd60570a1 [fix] packetize kObuTypeTemporalDelimiter obu into rtp packets 2024-09-24 16:45:26 +08:00
dijunkun f48e5a7350 [fix] fix capabilities negotiation 2024-09-20 17:30:45 +08:00
dijunkun 35f26283de [fix] change video receiver check compelete frame frequency 2024-08-21 17:10:18 +08:00
dijunkun 5536311920 [fix] use 'CAMERA_VIDEO_REAL_TIME' instead of 'SCREEN_CONTENT_REAL_TIME' for openh264 encoder because the latter will cause slow encoding 2024-08-20 16:11:22 +08:00
dijunkun 911f209fda [fix] use proper std::chrono clock 2024-08-09 10:23:21 +08:00
dijunkun c575a9170c 1.Use std::move to initialize std::thread; 2.Fix thread cannot exit error 2024-06-13 15:46:05 +08:00
dijunkun 5deb52ce2d Update spdlog to v1.14.1 and fix compile error 2024-05-24 15:04:40 +08:00
dijunkun 3fc8f9f616 Fix compile error on Linux platform and use c++ style header file(<cstddef> instead of <stddef.h>) 2024-05-23 15:04:18 +08:00
dijunkun 83861a8ba0 Fix H264 decode error due to sequence number checking 2024-05-09 17:00:21 +08:00
dijunkun c8d21794f5 Remove the temporal delimiter OBU during transmition 2024-05-09 16:53:56 +08:00
dijunkun e0d2ab5a9f Fix blurred screen caused by yuv to nv12 error 2024-05-08 14:27:57 +08:00
dijunkun 114c80cd72 Complete AV1 frame rtp packetizer and depacketizer 2024-05-07 17:13:14 +08:00
dijunkun 95da7ff52d Fix error during encoding obu packet into rtp packet 2024-05-06 17:21:33 +08:00
dijunkun 182c7dbec6 Finish AV1 rtp packetizer 2024-04-28 16:13:37 +08:00
dijunkun 35857488dc Fix crash caused by obu payload assigning to rtp packet 2024-04-26 17:21:07 +08:00
dijunkun 8d22d1855c Implement single OBU packetizer 2024-04-26 16:38:02 +08:00
dijunkun 76465a95c2 Fix OBU total length error 2024-04-24 17:27:53 +08:00
dijunkun f5586a7922 Implementation for av1 codec 2024-04-19 17:35:19 +08:00
dijunkun d6cd6a8099 Use realloc in copy assignment operator 2023-12-22 14:12:56 +08:00
dijunkun 0b80124b3c Fix unused variables warnning 2023-12-13 17:23:20 +08:00
dijunkun 936348ba9e Fix h264 frame size error 2023-12-05 15:09:25 +08:00
dijunkun 052d479004 Fix crash caused by invalid iterator access 2023-12-01 17:00:49 +08:00