Commit Graph

  • 053a0f86ad Add mouse control flag dijunkun 2024-06-13 16:36:11 +08:00
  • 6c2363b239 Clear render buffer when connection closed dijunkun 2024-06-13 16:30:25 +08:00
  • 167514fed8 Do not collapse menu window when connection established dijunkun 2024-06-13 16:07:22 +08:00
  • 342eb0c386 Reset connection_established_ flag when connection closed dijunkun 2024-06-13 16:06:02 +08:00
  • 52c7099dbe Fix crash when connecting to local desk dijunkun 2024-06-13 15:49:26 +08:00
  • c575a9170c 1.Use std::move to initialize std::thread; 2.Fix thread cannot exit error dijunkun 2024-06-13 15:46:05 +08:00
  • 12faf7cd2d Do not reset is_create_connection_ when click disconnect button dijunkun 2024-06-07 18:13:09 +08:00
  • 6d921a3309 Fix server mode screen capture error dijunkun 2024-06-07 16:30:18 +08:00
  • 5a690ebbb6 Do not use 'S-' or 'C-' as the prefix for the user id of a peer dijunkun 2024-06-07 16:27:05 +08:00
  • eee3b2a95e Do not request member list when host leaves dijunkun 2024-06-07 16:21:15 +08:00
  • 4b3839aa34 Only server can capture screen and control mouse dijunkun 2024-06-07 14:07:22 +08:00
  • efb165b56f 1.Add CreateConnectionPeer method in order to recreate peer instance; 2.Fix settings OK/Cancel button position dijunkun 2024-06-06 17:19:16 +08:00
  • caba77765d Fix symbol export error dijunkun 2024-06-06 15:22:34 +08:00
  • 0047b4ecc5 Recreate peer instance after settings changed dijunkun 2024-06-06 15:11:02 +08:00
  • 5e804349d9 Add destroy method for peer instance dijunkun 2024-06-06 15:09:25 +08:00
  • 844710af7c Fix settings button value mismatch dijunkun 2024-06-06 14:34:16 +08:00
  • 562d54090a Use 'ImGuiWindowFlags_NoSavedSettings' for settings window dijunkun 2024-06-06 09:57:37 +08:00
  • f7fd37651e Reset settings window position before it is opened dijunkun 2024-06-06 09:55:08 +08:00
  • 280f59f97d Enable movement of settings window dijunkun 2024-06-05 17:33:42 +08:00
  • 0683ad9d27 Use Combo instead of RadioButton for settings dijunkun 2024-06-05 17:30:23 +08:00
  • e061e3b4d7 Support read configure params from input directly dijunkun 2024-06-04 17:38:55 +08:00
  • 460d644d64 Support read configure params from input directly dijunkun 2024-06-04 17:38:23 +08:00
  • eaedcb8d06 Fix crash caused by the release of screen capturer dijunkun 2024-06-04 16:27:34 +08:00
  • e7e6380adc Start capturing screen when connection established dijunkun 2024-06-03 23:48:53 +08:00
  • 1f50483b50 Save settings into cache file dijunkun 2024-06-03 17:02:20 +08:00
  • 6f703c8267 Use OOP to refactor main function dijunkun 2024-06-03 15:23:37 +08:00
  • d150c374b5 Reset main window width/height ratio automatically when width/height is changed dijunkun 2024-06-03 11:30:55 +08:00
  • f29b2ee09d Test user date in peer instance and callback functions dijunkun 2024-05-30 17:27:49 +08:00
  • 0adaf357ec Support user date in peer instance and callback functions dijunkun 2024-05-30 17:26:49 +08:00
  • 0a934e8c01 Fix LNK1561 error on Winodws dijunkun 2024-05-30 16:33:50 +08:00
  • 2163aa87d4 The connection can use only one peer to realize server and client dijunkun 2024-05-30 16:12:53 +08:00
  • 2c640db255 Allow connecting to itself dijunkun 2024-05-30 16:08:21 +08:00
  • 5d8408d892 Use abstraction to refactor remote desk gui dijunkun 2024-05-29 17:33:41 +08:00
  • 93d0e3a5d0 Auto collapse menu bar when connection established dijunkun 2024-05-28 17:37:06 +08:00
  • 9122d0d15f Add default constructor and virtual destructor for interface class VideoDecoder dijunkun 2024-05-28 16:38:36 +08:00
  • b4a5e91bc9 Support fullscreen dijunkun 2024-05-28 16:27:04 +08:00
  • 3ea4d0724d Specify the version of thirdparty libraries dijunkun 2024-05-28 15:53:14 +08:00
  • 759078ef7f 1.Use PingFang.ttc as Chinese default fonts on MacOS;2.Fix link error for FFmpeg dijunkun 2024-05-28 15:25:16 +08:00
  • 5d6861233e Use self compilied openh264 instead of xmake-repo dijunkun 2024-05-28 15:23:07 +08:00
  • 28f9d9cfd6 Fix priority of '<<' and '+' dijunkun 2024-05-28 09:57:07 +08:00
  • 905539a6eb 1.Use Windows font file 'simhei.ttf'; 2.Add test button for fullscreen dijunkun 2024-05-27 17:06:09 +08:00
  • f1512812ad Support localization(Simplified Chinese[source-han-sans-regular]) dijunkun 2024-05-24 17:15:44 +08:00
  • 5f1cf89649 Fix crash during termination on windows dijunkun 2024-05-24 15:48:37 +08:00
  • f291ad189a 1.Remove sdl2 from thirdparty since it is already required by imgui; 2.Update imgui to v1.90.6; 3.Update spdlog to v 1.14.1 dijunkun 2024-05-24 15:10:58 +08:00
  • 5deb52ce2d Update spdlog to v1.14.1 and fix compile error dijunkun 2024-05-24 15:04:40 +08:00
  • a20927ec6c Fix libyuv build error dijunkun 2024-05-24 15:03:30 +08:00
  • 8807636372 Fix crash caused by screen capturer or mouse controller init failed on Linux and MacOS dijunkun 2024-05-23 15:48:10 +08:00
  • 3fc8f9f616 Fix compile error on Linux platform and use c++ style header file(<cstddef> instead of <stddef.h>) dijunkun 2024-05-23 14:41:51 +08:00
  • 70be1d8afc Update submodule projectx dijunkun 2024-05-22 16:39:27 +08:00
  • 1f76aa427d Change submodule projectx url dijunkun 2024-05-22 16:35:30 +08:00
  • 5decc4b007 Add description and version information for openfec package dijunkun 2024-05-22 16:30:52 +08:00
  • fdb8819926 Use remote packages for aom and libyuv dijunkun 2024-05-22 16:17:05 +08:00
  • 134cbf8b75 Restore ffmpeg dependency for Linux and MacOS due to screen capture needs ffmpeg on these platforms dijunkun 2024-05-22 14:06:12 +08:00
  • c95a2a32dc 1.Not specify vcpkg::libnice version and it makes compiling process easier; 2.Remove ffmpeg from thirdparty dijunkun 2024-05-22 14:04:43 +08:00
  • 669b944cfd Remove resampling process during SDL2 capture audio stream dijunkun 2024-05-21 17:01:08 +08:00
  • 9962829885 Fix ARGB to NV12 error caused by uv stride dijunkun 2024-05-20 10:43:00 +08:00
  • 1393615f01 Remove dependency on FFmpeg dijunkun 2024-05-17 17:55:57 +08:00
  • 57ff14ada4 Remove dependency on FFmpeg dijunkun 2024-05-17 17:55:25 +08:00
  • d58ae3a6b1 Fix AV1 codec on MacOS dijunkun 2024-05-10 14:45:12 +08:00
  • 6df90ff55a Fix AV1 codec on MacOS dijunkun 2024-05-10 14:44:34 +08:00
  • a188729af6 Support AV1 stream transmitting over RTP dijunkun 2024-05-09 17:05:38 +08:00
  • 1439751ae3 Update config.ini dijunkun 2024-05-09 17:01:19 +08:00
  • 83861a8ba0 Fix H264 decode error due to sequence number checking dijunkun 2024-05-09 17:00:21 +08:00
  • c8d21794f5 Remove the temporal delimiter OBU during transmition dijunkun 2024-05-09 16:53:56 +08:00
  • 6bc8aaabdc 1.Use libyuv instead of ffmpeg to do nv12<->yuv420p convertion;2.Use local package to build libyuv(branch stable 2021.4.28 commit eb6e7bb63738e29efd82ea3cf2a115238a89fa51) dijunkun 2024-05-08 16:34:53 +08:00
  • e0d2ab5a9f Fix blurred screen caused by yuv to nv12 error dijunkun 2024-05-08 14:27:57 +08:00
  • 114c80cd72 Complete AV1 frame rtp packetizer and depacketizer dijunkun 2024-05-07 17:13:14 +08:00
  • 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