Skip to content

A cross-platform screen sharing server, enabling screen sharing across LAN with some simple clicks...

Notifications You must be signed in to change notification settings

leo4048111/Screen2Web

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Screen2Web

A live screen sharing server implemented with cpp-httplib and ImGui, enabling sharing screen across LAN with some simple clicks.

Download this project

git clone --recurse-submodules https://github.com/leo4048111/Screen2Web.git

Build prerequisites

  • Installed OpenGL and SDL2 libraries
  • Cmake

Platforms & Building

  • Windows
mkdir build
cd build
cmake .. -G "MinGW Makefiles"
make
  • MacOS (Developing)
MacOS features are still developing
  • Linux (Developing)
Linux features are still developing

Usage

  • Build this project
  • Run binary, a streaming server will start on port 80
  • Select the window to share
  • Use your favorite browser, open url <server_ip>:80
  • Shared window should appear on web page

About

A cross-platform screen sharing server, enabling screen sharing across LAN with some simple clicks...

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published