mirror of
https://github.com/mii443/libdatachannel.git
synced 2025-08-22 23:25:33 +00:00
Add h264 and opus streaming support to libdatachannel
This commit is contained in:
@ -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"
|
||||
|
Reference in New Issue
Block a user