Skip to content

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

Notifications You must be signed in to change notification settings

cjy87korea/DesktopCapture

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

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


About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages