Commit Graph

  • 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
  • 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