Skip to content

3.1.0

Choose a tag to compare

@ThibaultBee ThibaultBee released this 16 Jan 15:00
· 9 commits to main since this release

API changes:

  • PreviewView streamer setter/getter has been renamed by setVideoSourceProvider.

Features:

  • RTMP: New implementation (fixes #22)
  • RTMP: Add support for Opus
  • Camera settings are now suspendable
  • Microphone: add a way to set the audio source
  • Camera: also set SENSOR_FRAME_DURATION when the framerate setting is applied
  • PreviewView automatically starts when it is displayed. You don't have to call neither startPreview nor stopPreview
  • Upgrade to dokka 2.1.0

Bug fixes:

  • PreviewView: fix multiple race conditions
  • Fix timestamp after the device has been locked
  • Camera settings: fix onTap.
  • Remove multiple runBlocking
  • Fix a deadlock when calling setTargetRotation while trying to open the streamer
  • And other bug fixes.