Skip to content

thinkonmay/thinkremote-v2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Thinkremote

Thinkremote is the technology stack allow you to access your computer remotely

Demo

ThinkMay.Execute.mp4

Features

  • Based on WebRTC protocol and Gstreamer multimedia framework
  • Is capable of H264 video streaming, OPUS audio codec audio streaming
  • Is capable of hardware accelerated video encoding for AMD,NVIDIA and Intel GPU

Join us

Email Document

Requirement to build

Client

We focus on browser first, and will keep this direction.

We have

  • Browser client (you can access our production client here)
  • Flutter client (we are working on this)

Worker

A window service to host remote desktop application, we focus on window-first and will keep this direction.

We highly recommend you to deploy thinkremote worker on

  • OS Microsoft Windows 10 Pro 10.0.19045 Build 19045
  • OS Microsoft Windows Server 2022 Standard Evaluation 10.0.20348 Build 20348 (we are still figuring out how to make gamepad running)

Following process would be deployed

  • hid - stimulate gamepad / mouse / keyboard on worker
  • hub - capture, encode and stream to client
  • watcher - watch all running process and hardware status
  • daemon - Manage all child process and API call to subsystem

API server

We do provide API to deploy thinkremote quickly to your product, you can check the pricing plan here

Build

We do have CICD pipeline that automate build and create github release, 99% of the time you won't have to build it by yourself

How to use

Thinkremote github repository is managed by Thinkmay organization

Licensing

Thinkremote is distributed uner GNU General Public License v3

Contributing