Add h264 and opus streaming support to libdatachannel

This commit is contained in:
Filip Klembara
2020-12-10 18:44:18 +01:00
parent 28e3fad254
commit 1d27f5b876
18 changed files with 1194 additions and 0 deletions

View File

@ -25,5 +25,13 @@
#include "peerconnection.hpp"
#include "websocket.hpp"
#if RTC_ENABLE_MEDIA
// opus/h264 streaming
#include "opuspacketizationhandler.hpp"
#include "h264packetizationhandler.hpp"
#endif /* RTC_ENABLE_MEDIA */
// C API
#include "rtc.h"