Skip to content

Releases: devopvoid/webrtc-java

Release v0.4.0

21 Nov 20:29
ff9d831

Choose a tag to compare

What's Changed

API changes

  • Switch to WebRTC branch M95/4638 (9173836)
  • Audio/VideoSource renamed to Audio/VideoTrackSource (68a61b9)

Enhancement

  • AudioDeviceModule: added stop/start methods for playout/recording (7070622)
  • AudioOptions: added more audio processing options (3faa4a8)
  • AudioProcessing implementation (6383a11)
  • Introduced AudioSink and AudioSource interfaces which can be passed to the AudioDeviceModule (8b33c7c)
  • AudioPlayer and AudioRecorder utility classes which utilize the AudioDeviceModule (caca82c)
  • AudioResampler utility class which can be used for sampling rate conversion (9e31c27)
  • Add option to provide AudioProcessing to the PeerConnectionFactory (0c51a2d)

Fixed bugs

  • Fixed workflow on Linux machines (ac2aa58)
  • Fixed action workflow saving and loading cache (9528c2d)
  • Fixed GLIBCXX_3.4.26 not found (da18d11)
  • Fixed JavaFX demo crash (89896fd)

Release v0.3.0

19 Aug 09:57
cc45f12

Choose a tag to compare

What's Changed

API changes

  • Switch to WebRTC branch M92/4515 (bb3bbfe)

Enhancement

  • Audio/video device (Windows) handling consistent with the internal API (702e58c)
  • Add usage of audio layers and with it the possibility to use dummy audio for testing purposes (daec7d8) Thanks to Rafael Berne (@rmberne)
  • Add VideoCapture class to capture frames without a running track (eec4cfd)
  • MediaDevice change listener implementation (1029fe4)
  • Build with H264 codec (f09aba0)

Fixed bugs

  • Fixed AudioModule NPE in PeerConnectionFactory (c9fc55e)
  • Fixed NativeI420Buffer allocate (9bf8169)
  • Fixed desktop capture (0314dec)
  • Fixed demo audio/video config settings (86bd776)
  • Fixed possible arithmetic overflow (b6d4aec)

Project

  • Removed Azure Pipelines CI/CD configurations (824aaf1)

Refactoring

  • Removed usage of webrtc::VideoType::kNV12 (32a8ff9)

Release v0.2.0

25 Feb 18:51
9496ea6

Choose a tag to compare

What's Changed

API changes

  • Switch to WebRTC branch M80/3987 (5a7bba5)

Enhancement

  • MediaDevices: device and capabilities retrieval (2f92e11)

Features

  • AppRTC signaling implementation (4bda5bc)
  • AppRTC demo integration (f4f2636)

Fixed bugs

Project

  • Update issue templates (ecc3eb5)
  • GitHub Actions CI/CD configurations (967b6d9)
  • Azure Pipelines CI/CD configurations (5e8f90c)

Refactoring

  • RTP header extension refactoring (be2c4c9)
  • Refactor bloated project structure (ff4da53)