sylvain121 / SimpleRemoteDesktop

Remote desktop client based on h264 steam. like splashtop and other

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SimpleRemoteDesktop

Simple remote desktop is an remote desktop client server application base on h264 protocol. This application is experiental and developped on my personnal time. Issue and push request are welcome.

Server

Serveur side work actually with nodejs and Linux/X11 only. See readme file in server folder to know requirements for building it.

 # in server folder : 
 nodejs main.js

Client

Client side is based on SDL2. it could be multiplaform, but I have only tested it on linux. See readme file on client folder to know requirement for building it.

 # in client folder : 
 ./client hostname port 720p 10000 30

Currently features

  • only X11 server
  • server encode h264 frame video via libx264
  • low latency in 720p
  • mouse and keyboard support
  • no sound

todo

futures

About

Remote desktop client based on h264 steam. like splashtop and other


Languages

Language:Java 80.3%Language:C 13.4%Language:JavaScript 5.3%Language:Makefile 1.0%Language:Shell 0.1%