This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//#define DEBUG_WSD | |
//#define DEBUG_CONSOLE | |
#define STUPIDCAM | |
using System; | |
using System.Collections.Generic; | |
using System.Threading; | |
using System.Threading.Tasks; | |
using System.ServiceModel; | |
using System.ServiceModel.Discovery; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
from the answer, | |
https://stackoverflow.com/questions/8093967/rtsp-pipeline-implemented-via-c-code-not-working | |
*/ | |
#include <gst/gst.h> | |
#include <gst/app/gstappsink.h> | |
#include <gst/gstpad.h> | |
#include <gst/rtsp/gstrtsp.h> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/*** | |
https://bugzilla.gnome.org/show_bug.cgi?id=756818 | |
***/ | |
#include <gst/gst.h> | |
#include <gst/app/gstappsink.h> | |
#include <gst/gstpad.h> | |
#include <gst/rtsp/gstrtsp.h> | |
typedef struct myDataTag { |