Commit Graph
100 Commits
Author SHA1 Message Date
dijunkun 1d41b6499f [fix] audio and data rtp packets do not be sent by pacer module 2025-03-20 23:22:04 +08:00
dijunkun d79bcdf1e5 [feat] nack supported 2025-03-20 20:42:56 +08:00
dijunkun 7def8a9568 [fix] fix pacer rate setting 2025-03-20 15:17:42 +08:00
dijunkun b50175f943 [feat] add new classes EncodedFrame/DecodedFrame/ReceivedFrame for video frame module 2025-03-19 18:36:55 +08:00
dijunkun 1cd9ea1b0e [fix] fix video frame capture timestamp 2025-03-19 14:35:48 +08:00
dijunkun 257581e5e9 [fix] set SendBurstInterval and QueueTimeLimit when packet sender created 2025-03-18 17:38:07 +08:00
dijunkun 2d59c74669 [fix] fix decoding error caused by padding packets 2025-03-18 15:11:10 +08:00
dijunkun fa667df1e0 [feat] use packet sender to send all rtp packets 2025-03-17 18:44:29 +08:00
dijunkun b0306d510c [refactor] move channel module into transport module 2025-03-17 17:19:46 +08:00
dijunkun 5c598be51d [fix] fix padding packets building 2025-03-17 10:28:58 +08:00
dijunkun bd65d87137 [feat] add task queue module 2025-03-14 18:29:07 +08:00
dijunkun d2b45b91e7 [feat] move rtp packet sender out of channel module 2025-03-13 21:11:20 +08:00
dijunkun 23df1f3b60 [feat] add pacing controller module 2025-03-12 18:18:19 +08:00
dijunkun 2bf60a9c81 [fix] fix crash due to invalid XVideoFrame size 2025-03-11 22:57:00 +08:00
dijunkun 092e894622 [feat] bandwidth probing supported 2025-03-11 17:36:07 +08:00
dijunkun 7f2ebbde5a [fix] fix getting wrong resolution when using decoder->GetWidth() and decoder->GetHeight() for nv decoder 2025-03-10 22:41:10 +08:00
dijunkun 8b4ff8cd1f [fix] fix resolution adapter 2025-03-10 11:24:53 +08:00
dijunkun de0386f08a [feat] support FIR 2025-03-07 18:36:55 +08:00
dijunkun 19fc8cda89 [feat] enable resolution downgrading 2025-03-07 17:31:34 +08:00
dijunkun 706beaa2ce [fix] fix crash due to rebuilding h264 frame 2025-03-06 17:23:37 +08:00
dijunkun 84ba2d8339 [fix] fix payload length for sender report and receiver report 2025-03-05 17:49:17 +08:00
dijunkun 02f00642e9 [feat] clean rtp packet buffer queue when ice destroyed 2025-03-05 17:48:33 +08:00
dijunkun 0dbc0236bf [feat] add clear() method to Ringbuffer class 2025-03-05 17:45:51 +08:00
dijunkun cf374a0ff3 [feat] introduce fraction lost into congestion control module 2025-03-04 17:39:54 +08:00
dijunkun ebfeaf4754 [fix] fix receiver report building and parsing 2025-03-04 11:17:19 +08:00
dijunkun fba5993866 [feat] implementation for receiver report 2025-02-28 17:50:17 +08:00
dijunkun 3bb12e3f60 [fix] use ntp timestamp ms as video rtp timestamp 2025-02-28 15:52:21 +08:00
dijunkun 962d856946 [fix] fix sender report building and parsing 2025-02-27 17:30:41 +08:00
dijunkun b7a5066c6b [fix] fix rtcp common header 2025-02-26 17:30:24 +08:00
dijunkun ee70280056 [fix] fix ntp time calculation 2025-02-25 17:32:21 +08:00
dijunkun d1177747fd [feat] add timestamp to sender report 2025-02-21 17:36:32 +08:00
dijunkun a39d0f6652 [feat] use VideoFrameWrapper to store frame info 2025-02-21 16:13:31 +08:00
dijunkun f797cc3f91 [feat] use an adapter layer to convert SystemClock into webrtc Clock 2025-02-20 15:31:58 +08:00
dijunkun 899ab05cda [feat] add clock module 2025-02-19 17:03:33 +08:00
dijunkun cbf9ccc284 [fix] update sr and rr module 2025-02-18 18:39:06 +08:00
dijunkun 4aa9925e56 [feat] update sr and rr implementation 2025-02-17 17:32:20 +08:00
dijunkun 71b9c78dd5 [feat] update rtp packet history module 2025-02-17 17:05:45 +08:00
dijunkun 1ef7c536f1 [feat] add rtp packet history module 2025-02-14 17:30:12 +08:00
dijunkun 7b4bba4166 [feat] implementation for nack generator module 2025-02-13 17:24:18 +08:00
dijunkun 1db57bfc76 [feat] add nack module 2025-02-12 17:35:59 +08:00
dijunkun 36704c7e4c [feat] enable congestion controller set target bitrate to video encoder 2025-02-11 17:25:50 +08:00
dijunkun 7a8be01e7b [fix] move channels initialization into GetRemoteCapabilities() 2025-02-10 17:41:33 +08:00
dijunkun 59275af1ee [fix] remove including headerfile <minwinbase.h> on Windows 2025-02-10 17:40:32 +08:00
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 1f3c93c77a [feat] add robust throughput estimator 2025-02-10 14:23:07 +08:00
dijunkun 61ac3a9971 [fix] fix timestamp in congestion control feedback 2025-02-08 17:59:30 +08:00
dijunkun 8d7068aa32 [feat] enable congestion controller 2025-02-07 17:42:05 +08:00
dijunkun 316a0220a8 [feat] add network controller into video send channel 2025-02-06 17:36:35 +08:00
dijunkun 3accdf2192 [fix] fix crash due to rtp receivers destroy 2025-02-06 17:08:26 +08:00
dijunkun 1d85247785 [fix] use shared ptr to create real time clock 2025-02-06 13:53:58 +08:00
dijunkun dbb31f8298 [fix] fix illegal access to IceTransport's member function in lambda 2025-02-06 11:10:08 +08:00
dijunkun 60d5885b8b [fix] fix nvidia h264 decoder return value 2025-02-06 10:03:23 +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 a8e9609736 [feat] implementation for send side congestion controller 2025-01-14 17:31:18 +08:00
dijunkun ba268016e4 [feat] receive and parse congestion control feedback supported 2025-01-13 17:12:28 +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 601fedfd76 [fix] fix inbound rtp statistics 2025-01-06 17:18:49 +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 7ddcca53e4 [fix] update qos module 2024-12-18 18:07:45 +08:00
dijunkun 2512e1eb15 [feat] update congestion control feedback 2024-12-18 17:27:42 +08:00
dijunkun c6d4b172fc [fix] fix transport feedback module 2024-12-12 16:37:11 +08:00
dijunkun bacf62c6b8 [feat] add rtcp packet module 2024-12-11 17:34:51 +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 348df6a4bf [fix] fix loss rate calculation 2024-12-04 23:33:11 +08:00
dijunkun 6e3c8c488d [feat] add user id in NetStatusReport 2024-12-03 17:20:31 +08:00
dijunkun 49d6307154 [fix] fix loss rate calculation 2024-12-01 17:00:20 +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 11d84068a4 [fix] start to send data only when ice status turns to READY 2024-11-28 18:26:00 +08:00
dijunkun 21737c354a [fix] fix crash: ice worker still has IceWorkMsg::Type::Destroy msg which has not been processed when try to stop ice worker 2024-11-27 22:15:45 +08:00
dijunkun 1b7c8905b7 [fix] fix all unused variables and type conversions on MacOSX 2024-11-27 10:56:43 +08:00
dijunkun 826fc2d312 [fix] fix all unused variables and type conversions 2024-11-26 23:30:38 +08:00
dijunkun 7e3856a68d [fix] fix unused variables and type conversions 2024-11-26 17:31:16 +08:00
dijunkun 8d56a76844 [feat] rewrite log module 2024-11-26 16:03:08 +08:00
dijunkun 09c0ab9235 [fix] move codecs from pc into transmission module 2024-11-26 15:06:05 +08:00
dijunkun 98c6501846 [feat] enable to save ice io stream into local files 2024-11-26 00:57:07 +08:00
dijunkun 38fabc9741 [fix] fix the user id of net traffic stats 2024-11-19 20:04:27 +08:00
dijunkun c5c85f0785 [feat] net traffic stats supported 2024-11-18 17:32:42 +08:00
dijunkun 9d2e6f0c2a [fix] fix ice status error during closing ice connection 2024-10-30 17:11:35 +08:00
dijunkun 35d4f522c5 [fix] stop threads when DestroyIceTransmission() called 2024-10-18 17:15:33 +08:00
dijunkun 30c167e6cc [fix] use reliable ice by default 2024-10-16 15:27:21 +08:00
dijunkun b10e41ccab [fix] fix the function which converts yuv420p into nv12 2024-10-16 09:48:33 +08:00
dijunkun 6e622b4ab2 [fix] find out dav1d decode error 2024-10-15 17:36:18 +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