#include <gst/gst.h> #include <gst/rtsp-server/rtsp-server.h> #include <pthread.h> void* testFun(void *args) { GMainLoop *loop = (GMainLoop ...
確定! 回上一頁