Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: kunkundi/libdatachannel

Tags

v0.23.2

Toggle v0.23.2's commit message
Version 0.23.2

- Adds fraction and packet lost calculation in RR packets
- libsrtp2 v2.7.0 requires cmake >= v3.21.0
- Add a comment on RTP header extension size alignment
- Jamfile: Bump Visual Studio target to 2022
- Test sending and receiving RTP packets
- Improve testing framework
- Fix useless wait in SctpTransport::sendReset()
- Copy datachannel PDB files when compiling for Windows
- Fix SctpTransport::Instances lifecycle
- Fix shared_ptr in DtlsTransport::enqueueRecv
- Fix python signaling server example with websockets v14+
- Fix missing SSRC cache update breaking RTCP feedback handling

v0.23.1

Toggle v0.23.1's commit message
Version 0.23.1

- Fix exception in Candidate::changeAddress
- Prevent dangling pointer warning with Visual Studio code analysis

v0.23.0

Toggle v0.23.0's commit message
Version 0.23.0

- Add H265RtpDepacketizer
- Add sendFrame() and refactor packetization
- Add Track::sendFrame byte- overload for consistency
- Rewrite H264 and H265 RTP depacketization
- Add createOffer() and createAnswer()
- Support dependency descriptor and two-byte header for RTP header extension
- Add G722 codec and packetizer
- feat: add listener for unhandled STUN requests with ICE UDP mux
- typo fix: SHA-384
- fix: constrain DTLS cipher list with OpenSSL
- Fix missing send lock on poll out event in TCP transport
- Fix the vector issue in AV1 fragment function
- Fix not setting rtp config for all packetizers
- add zero byte msgs
- Fix TCP mutex deadlock
- call resetcallbacks only after triggerClosed
- Fix includes in dependencydescriptor.hpp
- Fix socket not getting closed in TcpTransport
- Fix X509 certificate version with OpenSSL
- X509_VERSION_1 is not defined for OpenSSL<V3
- Update plog to build with CMake 4
- CMake: Fix deprecation warning in examples
- libjuice: cmake find does not use correct names on imported target
- Bumped `checkout` action to v4
- ci: Install latest OpenSSL via chocolatey on Windows

v0.22.6

Toggle v0.22.6's commit message
Version 0.22.6

- Fix possible crash on program exit with libnice
- Fix double mutex lock with MbedTLS
- Fix OpenSSL directory in MacOS workflow

v0.22.5

Toggle v0.22.5's commit message
Version 0.22.5

- Clean up RTC_C_EXPORT in cpp file
- libjuice v1.5.9: fix crash when hmac key is longer than 64 bytes in picohash

show

Toggle show's commit message
Version 0.22.5

- Clean up RTC_C_EXPORT in cpp file
- libjuice v1.5.9: fix crash when hmac key is longer than 64 bytes in picohash

v0.22.4

Toggle v0.22.4's commit message
Version 0.22.4

- Typo fix: SHA-384
- Update libjuice to v1.5.8

v0.22.3

Toggle v0.22.3's commit message
Version 0.22.3

- CMake: Add installed deps to export set
- Fix lock order inversion in TcpTransport
- Fix possible race condition at exit with OpenSSL
- libjuice: cmake find does not use correct names on imported target

v0.22.2

Toggle v0.22.2's commit message
Version 0.22.2

- Fix crash in negotiationNeeded() when track is destroyed

v0.22.1

Toggle v0.22.1's commit message
Version 0.22.1

- CMake: Prevent installing static deps when building shared library
- Fix missing algorithm header in av1rtppacketizer.cpp