Releases: ScarletsFiction/SFMediaStream
Releases · ScarletsFiction/SFMediaStream
v1.3.1
- Expose
MediaBuffer
when imported for module andScarletsMediaBuffer
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
forMediaPresenter
(3e6757c)
v1.3.0
Enhancement:
- Allow reuse for presenter's instance after being stopped
- Add predefined BufferHeader for
audio/webm
withopus
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
Deprecate
- MediaPresenter scope.options
Please usenew 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
Known bugs:
- There are some sound gap when playing realtime audio buffer from the presenter on the streamer
- Vibrato effect have not finished