GithubHelp home page GithubHelp logo

f1ybaozii / screen-sharing-tool Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 0.0 69.13 MB

Python 1.23% Lua 1.78% JavaScript 12.79% Perl 0.14% Vim Script 2.25% HTML 5.67% NSIS 16.74% CSS 0.40% C 55.85% C++ 3.16%

screen-sharing-tool's Introduction

Readme

✅实现的功能

  • 服务端

    • 屏幕实时共享

    • 屏幕录制,本地存储与回放

    • 聊天室

    • 用户控制列表

  • 客户端

    • 用户注册与登录
    • 本地存储直播链接
    • 直播观看
    • 实现视频直播的暂停、回放、帧率显示、播放进度
    • 聊天室

⭐⭐⭐怎么使用

  • step1:安装依赖项
pip install -r requirements.txt
  • step2:配置SQL数据库,在sql.py的connect_db()中修改相关的密码
cnx = mysql.connector.connect(user='root', password='123456',host='127.0.0.1',database='screenshot')
  • step3:修改transmit.py中的url,启动服务端,开始共享屏幕
python transmit.py
  • step4:配置Nginx服务器,进入nginx 1.7.11.3 Gryphon文件夹,在/conf/screensharing.conf中修改rtmp的url,准备接收视频流
$ nginx.exe -c /conf/screensharing.conf
  • step5:启动客户端服务器
python ./gui/gui.py

screen-sharing-tool's People

Contributors

f1ybaozii avatar

Stargazers

 avatar

Watchers

 avatar

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.