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
|
@ -129,6 +129,8 @@ if usessl
|
|||
|
||||
mist_deps += [mbedtls, mbedx509, mbedcrypto]
|
||||
mist_deps += dependency('libsrtp2', default_options: ['tests=disabled'], fallback: ['libsrtp2', 'libsrtp2_dep'])
|
||||
|
||||
usrsctp_dep = dependency('usrsctp', fallback: ['usrsctp', 'usrsctp_dep'])
|
||||
endif
|
||||
|
||||
libsrt = false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue