How can I fix synchronization problem in gstreamer?
In my code when I open the 2nd vlc 1st one starts from the beginning with 2nd one. But it must be like that: While the first client is still running, the second/third/etc client should start at approximately the same position as the first client currently has. What should I add to my code for that problem. I am working with Windows VisualStudio. #include "pch.h" #include <iostream> #include <gst/gst.h> #include <gst/rtsp-server/rtsp-media.h> #include <gst/rtsp-server/rtsp-server.h> #include <gst/rtsp-server/rtsp-media-factory-uri.h> #define PORT "8554" static char *port = (char *)PORT; static