Commit Graph

  • 95da7ff52d Fix error during encoding obu packet into rtp packet dijunkun 2024-05-06 17:21:33 +08:00
  • 182c7dbec6 Finish AV1 rtp packetizer dijunkun 2024-04-28 16:13:37 +08:00
  • 35857488dc Fix crash caused by obu payload assigning to rtp packet dijunkun 2024-04-26 17:21:07 +08:00
  • 8d22d1855c Implement single OBU packetizer dijunkun 2024-04-26 16:38:02 +08:00
  • 76465a95c2 Fix OBU total length error dijunkun 2024-04-24 17:27:53 +08:00
  • 5deaacab51 Fix OBU header parse error when payload size equals to 0 dijunkun 2024-04-23 11:29:58 +08:00
  • dfc72b5ccc Add parser for OBU packets dijunkun 2024-04-22 17:32:25 +08:00
  • 422478bd9a Support AV1 codec dijunkun 2024-04-19 17:37:00 +08:00
  • f5586a7922 Implementation for av1 codec dijunkun 2024-04-19 17:35:19 +08:00
  • d8980f0082 WGC screen capturer needs c++17 or above stable dijunkun 2023-12-22 16:07:32 +08:00
  • e88bb017fa 1.Using c++14; 2.Using {} to initialize std::atomic dijunkun 2023-12-22 15:46:54 +08:00
  • a309627ca3 1.Using c++14; 2.Using {} to initialize std::atomic dijunkun 2023-12-22 15:46:28 +08:00
  • 87466d6074 Update thirdparty library dijunkun 2023-12-22 14:14:08 +08:00
  • d6cd6a8099 Use realloc in copy assignment operator dijunkun 2023-12-22 14:12:56 +08:00
  • fbbbfc5e6a Update README_CN.md Di Junkun 2023-12-21 15:02:12 +08:00
  • d2cefd1827 Update README.md Di Junkun 2023-12-21 14:59:44 +08:00
  • a350e06529 Update README.md Di Junkun 2023-12-21 14:56:18 +08:00
  • 8c742ffa08 Update README.md Di Junkun 2023-12-21 14:34:11 +08:00
  • 475005b8a4 Update README.md Di Junkun 2023-12-20 15:54:54 +08:00
  • 4da5188759 Update README.md dijunkun 2023-12-20 15:19:44 +08:00
  • d8df4df5ae Update README.md Di Junkun 2023-12-20 15:17:53 +08:00
  • fa05bbc8f8 Update README.md linux_remote_control dijunkun 2023-12-20 13:00:39 +08:00
  • 927f1a6d49 Update README.md Di Junkun 2023-12-20 09:34:43 +08:00
  • 1d87f61d9f Update README.md dijunkun 2023-12-19 17:33:16 +08:00
  • ce546b77f5 Hide cursor when remote peer connected dijunkun 2023-12-18 16:52:49 +08:00
  • b9e69cde51 Remove unused variables dijunkun 2023-12-18 16:17:55 +08:00
  • e3987b4a42 Fix remote action type undefined error dijunkun 2023-12-18 16:06:53 +08:00
  • 0034359431 Update submodule dijunkun 2023-12-18 15:27:11 +08:00
  • 82dafa9782 Add 1 second time interval for retry join transmission dijunkun 2023-12-18 15:23:44 +08:00
  • cec275bbe0 Add 1 second time interval for retry join transmission dijunkun 2023-12-18 15:10:41 +08:00
  • fe68464cd2 Fix remote id hint error dijunkun 2023-12-18 13:43:08 +08:00
  • 181c473625 Use SDL to get screen resolution dijunkun 2023-12-18 11:15:55 +08:00
  • 2fc89923ae Use factory method to create screen capturer dijunkun 2023-12-15 17:29:17 +08:00
  • 9276d5bfec Fix compile error dijunkun 2023-12-14 17:14:52 +08:00
  • 95ef8fe8b9 Use factory method to create mouse controller on MacOS dijunkun 2023-12-14 17:02:43 +08:00
  • 3ab0e0136e Use factory method to create mouse controller on Windows dijunkun 2023-12-14 16:40:10 +08:00
  • daecc0d1e9 Use factory method to create mouse controller on Linux dijunkun 2023-12-14 16:27:13 +08:00
  • bfecf47226 Fix cross platform compile error dijunkun 2023-12-13 17:32:02 +08:00
  • 09c42dd7ed 1.Add linux mouse control test;2.Fix unused variables warnning dijunkun 2023-12-13 17:26:08 +08:00
  • 0b80124b3c Fix unused variables warnning dijunkun 2023-12-13 17:23:20 +08:00
  • a8a3b88514 Use uinput to control mouse and keyboard on Linux dijunkun 2023-12-07 19:00:34 -08:00
  • 2d6cfb5c76 Support cursor control on MacOS mac_screen_capture dijunkun 2023-12-06 15:24:01 +08:00
  • d4abc318a4 Use reliable ice by default dijunkun 2023-12-06 15:22:01 +08:00
  • 2b0a3938bc Use vcpkg libnice and openh264 instead of brew on MacOS dijunkun 2023-12-05 15:17:00 +08:00
  • 6a6e922fc1 Fix connection status error: send packets only when ice status is ready dijunkun 2023-12-05 15:12:18 +08:00
  • 936348ba9e Fix h264 frame size error dijunkun 2023-12-05 15:09:25 +08:00
  • ed8b536ac0 Add signal connection status 'NoSuchTransmissionId' dijunkun 2023-12-04 14:04:36 +08:00
  • 62f85bb333 Add signal connection status 'NoSuchTransmissionId' dijunkun 2023-12-04 14:04:17 +08:00
  • 5e2d27e9d2 Fix ffmpeg link error on MacOS dijunkun 2023-12-04 11:20:30 +08:00
  • 25c345f675 Fix ffmpeg link error on MacOS dijunkun 2023-12-04 11:19:31 +08:00
  • 47a2dc85f9 Fix screen capture on MacOS dijunkun 2023-12-01 17:16:38 +08:00
  • 13ea652278 Use openh264 as default codec for MacOS dijunkun 2023-12-01 17:15:57 +08:00
  • 052d479004 Fix crash caused by invalid iterator access dijunkun 2023-12-01 17:00:49 +08:00
  • 5febe99bc2 Support screen capture on MacOS dijunkun 2023-12-01 16:54:17 +08:00
  • f99a9bea13 Support openh264 codec on MacOS dijunkun 2023-12-01 16:53:21 +08:00
  • 97bed80088 Fix link flag for MacOS audio_capture dijunkun 2023-12-01 10:12:06 +08:00
  • 070f7bd21e Disable ffmpeg openh264 codec dijunkun 2023-11-29 22:57:29 -08:00
  • 3eef1f8d84 Disable ffmpeg openh264 codec dijunkun 2023-11-29 22:57:03 -08:00
  • 4a65a59803 Enable audio transmission dijunkun 2023-11-29 22:04:53 -08:00
  • 079ceddae7 Fix api export define error dijunkun 2023-11-29 22:02:45 -08:00
  • 3a1be00ca5 Opus codec module test pass dijunkun 2023-11-29 19:16:12 -08:00
  • d79720532d Optimize build script dijunkun 2023-11-22 17:00:52 +08:00
  • c8d404ea7d Fix compile error on Windows dijunkun 2023-11-22 15:15:40 +08:00
  • 733434f9b3 Switch rtc core to branch opus dijunkun 2023-11-21 22:36:36 -08:00
  • 7b7787f638 Add audio capture test dijunkun 2023-11-21 22:32:06 -08:00
  • e44c5b1cc7 Add opus codec test dijunkun 2023-11-21 22:30:25 -08:00
  • b64d399967 Capture full screen and resize to 1280x720 for Linux platform dijunkun 2023-11-20 23:11:21 -08:00
  • 65f9862929 Enable password checking when login dijunkun 2023-11-20 22:48:18 -08:00
  • 3065c15631 Save password in cache dijunkun 2023-11-20 22:24:27 -08:00
  • e28de1fbda Change folder name dijunkun 2023-11-19 23:41:58 -08:00
  • e802306148 Fix compile error dijunkun 2023-11-19 23:30:41 -08:00
  • 19506af831 Split applications from this project dijunkun 2023-11-19 23:05:22 -08:00
  • b68d6820bb Auto login and no password by default dijunkun 2023-11-17 17:27:13 +08:00
  • 256f3611ba Fix mouse mapping error dijunkun 2023-11-17 17:18:29 +08:00
  • 2a9760c5e5 Fix openh264 compile error on MacOS dijunkun 2023-11-17 16:59:27 +08:00
  • 4a16857da8 Support generate makefile dijunkun 2023-11-17 00:38:13 -08:00
  • 0b90feed79 Support generate makefile dijunkun 2023-11-17 00:38:13 -08:00
  • bd2722f408 Disable FEC by default dijunkun 2023-11-16 01:15:09 -08:00
  • 4ec26a1fd7 Add closed status for ice dijunkun 2023-11-16 00:50:55 -08:00
  • 6776b915da Do not refresh display frame if disconnected dijunkun 2023-11-16 00:38:29 -08:00
  • 53a5f35fcd Do not refresh display frame if disconnected dijunkun 2023-11-16 00:38:29 -08:00
  • 311b94492a Fix received_frame flag error in display client dijunkun 2023-11-16 00:32:52 -08:00
  • 9bb5dae126 Fix received_frame flag error in display client dijunkun 2023-11-16 00:32:52 -08:00
  • be659f8e49 Fix display error on Linux dijunkun 2023-11-16 00:27:45 -08:00
  • d901508adf Fix display error on Linux dijunkun 2023-11-16 00:27:45 -08:00
  • b0bee226d1 Implementation for FEC decoder module dijunkun 2023-11-15 22:01:05 -08:00
  • 31b5d7f2e3 Fix rtp header marker bit error dijunkun 2023-11-14 18:58:47 -08:00
  • 5c0a6646c8 Fix H264 decode error caused by fec packets dijunkun 2023-11-14 18:55:08 -08:00
  • fd667c8b86 Fix fec module type error dijunkun 2023-11-14 00:17:14 -08:00
  • e410e4e0c4 Fix OpenFEC compile error on Windows platform dijunkun 2023-11-14 16:11:57 +08:00
  • 270ad8df43 Implementation for FEC encoder module dijunkun 2023-11-13 22:46:07 -08:00
  • 2040db4eec Fix OpenFEC compile error on Windows platform dijunkun 2023-11-10 10:00:09 +08:00
  • 375d849786 Add library OpenFEC v1.4.2 dijunkun 2023-11-09 01:00:39 -08:00
  • 6d89a2aa35 Add library OpenFEC v1.4.2 dijunkun 2023-11-09 01:00:39 -08:00
  • f833a503ae Use hardware codec by default dijunkun 2023-11-09 14:42:36 +08:00
  • 54529960d4 Set pong timeout interval to 1000ms dijunkun 2023-11-09 14:38:02 +08:00
  • a4681de246 Provide build option 'server_only' dijunkun 2023-11-09 14:32:32 +08:00
  • 325ec69f5f Implementation for websocket heartbeat dijunkun 2023-11-09 10:40:42 +08:00
  • b347b160e2 Fix x11 screen capture memory leakage dijunkun 2023-11-08 01:20:02 -08:00
  • 7409351b66 Fix x11 screen capture memory leakage dijunkun 2023-11-08 01:20:02 -08:00