Application demo and for video streaming on GStreamer. Currently supporting Linux on X11.
$ ./sender -i _address_ # On sender system
$ ./receiver # On receiver system
Install GStreamer following https://gstreamer.freedesktop.org/documentation/installing/index.html?gi-language=c.
Create build directory.
$ mkdir build
Enter build directory.
$ cd build
Run:
$ cmake ..
$ make