client-sdk-js
Improved data tracks depacketizer to support mutliple in flight packets
#1923
Merged

Commits
  • feat: track many in flight data track frames at the same time in the depacketizer
    1egoman committed 44 days ago
  • fix: address off by one issue in partial checking causing duplicate "Start" packets being stored (fixes the last failing test)
    1egoman committed 44 days ago
  • refactor: clean up code to be better documented
    1egoman committed 44 days ago
  • feat: add tests for multi partial packet depacketizer
    1egoman committed 44 days ago
  • feat: add more tests for data track multi partial depacketizer
    1egoman committed 44 days ago
  • feat: support changing maxPartialFrames on each call and have the partial frame map auto resize itself
    1egoman committed 44 days ago
  • feat: add initial interface proposal threading through maxPartialFrames into the Depacketizer from the RemoteDataTrack
    1egoman committed 44 days ago
  • feat: add explicit "pipeline options" concept and make maxPartialFrames the first field inside
    1egoman committed 44 days ago
  • fix: push remote data track pipeline options further down into the manager / pipeline level
    1egoman committed 44 days ago
  • fix: bump size limit
    1egoman committed 43 days ago
  • fix: move partial frame evict outside of throw branch
    1egoman committed 43 days ago
  • fix: add missing changeset
    1egoman committed 40 days ago
Loading