Streaming Camera with C++ WebRTC GStreamer
Introduction
Hello! ๐
In this advanced WebRTC tutorial I will show you how to stream your camera to a HTML page using WebRTC, GStreamer and C++. We will be using boost to handle the signaling. By the end of this tutorial you should have a simple und...