Code Monkey home page Code Monkey logo

desktopcapture's Introduction

DesktopCapture RTSP Server

RTSP Streaming(source: Windows 10 screen capture) Server using GStreamer




Step 1. Install 'GStreamer' (runtime & development)

  1. download(https://gstreamer.freedesktop.org/download/)

캡처1

  1. setup type 'Complete'

캡처2


Step 2. Add environment variable

Add 'Path' to '$(My GStreamer path)\bin'

Step 3. Header file copy

Copy '$(My GStreamer path)\lib\glib-2.0\include\glibconfig.h' to '$(My GStreamer path)\include\glib-2.0\glib'

Step 4. 'Visual Studio(My version = 2019)' configuration

  1. Project properties -> Debugging -> Environment
Add 'path=%path%;$(My GStreamer path)\bin'

캡처3


  1. Project properties -> C/C++ -> General -> Additional include directories
Add '$(My GStreamer path)\include\gstreamer-1.0'
Add '$(My GStreamer path)\include\glib-2.0'
Add '$(My GStreamer path)\include\libxml2'
Add '$(My GStreamer path)\include'

캡처4


  1. Project properties -> Linker -> General -> Additional library directories
Add '$(My GStreamer path)\lib'

캡처5


  1. Project properties -> Linker -> Input -> Additional dependencies
Add 'gobject-2.0.lib'
Add 'glib-2.0.lib'
Add 'gstreamer-1.0.lib'
Add 'gstrtspserver-1.0.lib'

캡처6


desktopcapture's People

Contributors

cjy87korea avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

rrcoco ohki-ki

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.