Skip to content

Releases: ScarletsFiction/SFMediaStream

v1.3.1

01 Sep 15:04
845df06
Compare
Choose a tag to compare
  • Expose MediaBuffer when imported for module and ScarletsMediaBuffer when imported from CDN link (62be9ec)
  • Fix error on Firefox, especially when not using polyfill and MediaRecorder got three parameter #21
  • Set default mime type with audio/webm;codecs=opus (032120d)
  • Improve compatibility fallback, and options to force using the polyfill (a226ed7)
  • Add onStop for MediaPresenter (3e6757c)

v1.3.0

30 Jan 08:50
Compare
Choose a tag to compare

Enhancement:

  • Allow reuse for presenter's instance after being stopped
  • Add predefined BufferHeader for audio/webm with opus codec
  • Expose element that being used by AudioStreamer
  • Add feature for using custom MediaStream or capture element for the presenter
  • Improve error detail and fix some error on SourceBuffer

Stable Release

11 Jul 15:44
Compare
Choose a tag to compare

Deprecate

  • MediaPresenter scope.options
    Please use new MediaPresenter({ ...options... }, latency) instead.

Bug fix

  • Fix missing parameter in noise plugin
  • Fix incorrect options
  • Fix audioContext initialization

Changes

  • Using MediaPlayer will add crossdomain="anonymouse" to enable sound effect
  • Add options for enable debugging {debug:true}

Beta Release

18 Dec 05:55
Compare
Choose a tag to compare

Known bugs:

  1. There are some sound gap when playing realtime audio buffer from the presenter on the streamer
  2. Vibrato effect have not finished