Giter VIP home page Giter VIP logo

giaoscreensharing's Introduction

GiaoScreenSharing

Build Status Go Report Card GitHub release (latest by date including pre-releases) GitHub GitHub All Releases

A Cross Platform Screen Sharing tool based on UDP Multicast written in Go supporting Windows, Linux, macOS.

中文说明

Installation

Binary file

Download the binary file form the release page.

The server will share screen to client.

Building from source

  • golang: 1.13+
git clone https://github.com/wangke0809/GiaoScreenSharing.git
mkdir dist && cd dist && go build ../cmd/client/ && go build -v ../cmd/server/

Usage

server

> ./server
> start using 224.0.0.1:9999
> FPS: 12.3, Send Block:   4, Capture:  76 (ms), Diff&JPEG Compress:   3 (ms) Send: 0.259 (ms)

See more configuration:

> ./server -h
> Usage of ./server:
    -block int
          screen transfer block size (default 150)
    -display int
          screen display index
    -host string
          udp host ip (default "224.0.0.1")
    -port int
          udp listen port (default 9999)
    -quality int
          jpeg compress quality (default 75)

Client

> ./client

See more configuration:

> ./client -h
> Usage of ./client:
    -host string
          udp host ip (default "224.0.0.1")
    -port int
          udp listen port (default 9999)

giaoscreensharing's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

ii0 flowerlove

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.