Skip to content

Releases: apivideo/api.video-reactnative-live-stream

v2.0.0

02 May 14:18
Compare
Choose a tag to compare
  • Upgrade React Native to 0.73
  • Add support for new React Native architecture
  • Android: fix preview size
  • Android: improve how timestamp are handled. It improves the compatibility with few servers.

v1.2.4

27 Mar 13:52
Compare
Choose a tag to compare
  • Android: call onConnectionFailed when connectStream failed to be sent
  • iOS: add audiosamplerate in onMetadata (see #51)
  • iOS: mirror front camera (see #58)

v1.2.3

23 Jan 09:12
Compare
Choose a tag to compare
  • iOS: fix the orientation of the device

v1.2.2

11 Jan 10:26
Compare
Choose a tag to compare
  • Add a gopDuration API for the video object. Default value is 1.0 s. (see #42)
  • Android: fix audio and video packets order (see #46)
  • Android: fix crash when audio is muted on Pixel6 (see #48)
  • iOS: Speed up front camera start up (see #44)

v1.2.1

12 Oct 12:01
Compare
Choose a tag to compare
  • Fix multiple crashes on both iOS and Android (see #38, #33 and #34)
  • Stop camera capture when view is put to background (see #23)

v1.2.0

29 Aug 13:23
Compare
Choose a tag to compare
  • Camera: add support for zoom on pinch (see #9). Thanks BlueBazze

v1.1.2

08 Aug 12:17
Compare
Choose a tag to compare
  • Android: multiple fixes on RTMP stream
  • iOS: fix start up camera (see #26)

v1.1.1

28 Jun 08:53
Compare
Choose a tag to compare
  • Android: disconnect after a stopStream.
  • Android: fix streams after a stopPreview call.
  • Android: disconnect if startStream fails.

v1.1.0

09 May 14:05
Compare
Choose a tag to compare
  • Fix connection callbacks on Android and iOS
  • Add default parameters
  • Add a way to set video bitrate during a live streaming
  • iOS only: stop preview and streaming when going to background
  • Move internal Android RTMP library to StreamPack

v1.0.0

22 Mar 13:21
8a33317
Compare
Choose a tag to compare
  • Update sample app
  • Update README
  • Update API / client / NPM package