Skip to content

nicolamaritan/gst-streaming

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gst-streaming

Summary

Application demo and for video streaming on GStreamer. Currently supporting Linux on X11.

Usage

Screen Sharing

Linux

$ ./sender -i _address_ # On sender system
$ ./receiver            # On receiver system

Installation

Install GStreamer following https://gstreamer.freedesktop.org/documentation/installing/index.html?gi-language=c.

Linux

Create build directory.

$ mkdir build

Enter build directory.

$ cd build

Run:

$ cmake ..
$ make

About

Application demo for video streaming on GStreamer.

Topics

Resources

License

Stars

Watchers

Forks