Support for WebRTC data tracks (output only, for now), rewrite of dTLS integration (now part of socket lib), support for multi-path WebRTC connections
This commit is contained in:
parent
56193f89b1
commit
3987cfec3f
16 changed files with 1303 additions and 811 deletions
|
@ -12,7 +12,6 @@ headers = [
|
|||
'comms.h',
|
||||
'config.h',
|
||||
'defines.h',
|
||||
'dtls_srtp_handshake.h',
|
||||
'dtsc.h',
|
||||
'encryption.h',
|
||||
'flv_tag.h',
|
||||
|
@ -69,7 +68,7 @@ install_headers(headers, subdir: 'mist')
|
|||
extra_code = []
|
||||
|
||||
if usessl
|
||||
extra_code += ['dtls_srtp_handshake.cpp', 'stun.cpp', 'certificate.cpp', 'encryption.cpp',]
|
||||
extra_code += ['stun.cpp', 'certificate.cpp', 'encryption.cpp',]
|
||||
endif
|
||||
|
||||
libmist = library('mist',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue