Skip to content

Releases: millicast/streaming-sdk-react-native-getting-started

Release v0.4.0

21 Nov 18:09
e6e26b4
Compare
Choose a tag to compare

Changes

  • Improvement of state management.
  • Re enabled multiview for Android and Fire TV.
  • Bug fix on stream playing on the background.
  • Bug fix on pause button tvOS 16.0.

Known issues and Limitations

  • On tvOS simulator, if you send the app to the background, it crashes.
  • On Fire TV, some streams may be stuttered due to hardware restrictions.
  • On Android, some streams may turn blank after going back to multiview more than once.

Release v0.3.1

01 Nov 17:34
ffb02d9
Compare
Choose a tag to compare

Changes

  • For AndroidTV and FireTV, multiview is disabled because of a known bug being worked on.
  • Fixed multiview button crashes when being available before the stream is up.
  • Fixed security dependency issue.

Known issues and Limitations

  • On iOS 16.0 pause button may not work as expected.
  • As before.

Release v0.3.0

12 Oct 12:09
d93ae3c
Compare
Choose a tag to compare

Changes

  • Added compatibility with Xcode 15
  • Fixed an Android Studio simulator crash for Apple chip-based computers.
  • Fixed a bug related to selecting a stream from the multiview page by touching.
  • Improved .env update credentials workflow.
  • Removed unnecessary reference on Xcode project configuration

Known Issues and Limitations:

  • Sometimes when multiview is re-enabled it may appear blank or undefined streams.
  • A few times pause button may not work properly.
  • When you select multiview before the stream loads an error is shown.
  • If you don’t pause the stream it stays playing in the background.

Release v0.2.0

05 Sep 18:25
e9fb075
Compare
Choose a tag to compare

The application has been fully replaced to be able to support tvOS.

Changes

  • Updated WebRTC version to 112.
  • Added support for tvOS platform.
  • Codec and bitrate settings are no longer visible on the app.
  • Mute audio and viewer count are no longer visible.

Known Issues

  • Please refer to the README.md for guidance on some known issues.
  • Navigation is reduced on tvOS.
  • Pause button on tvOS throws an exception.

Release v0.1.0

02 May 19:02
23054c5
Compare
Choose a tag to compare

This is the first release of the React Native sample app.
For sample app setting instructions, please look at README.md.

Major Changes

  • Update to react-native-webrtc 111 version.
  • Update to Millicast SDK 0.1.39 version.

Known Issues and Limitations:

  • Same as the previous pre-release.

Full Changelog: https://github.com/millicast/streaming-sdk-react-native-getting-started/commits/v0.1.0

Release v0.1.0-beta.0

09 Jan 19:20
Compare
Choose a tag to compare
Release v0.1.0-beta.0 Pre-release
Pre-release

This is the first beta test release of the React Native sample app.
For sample app setting instructions, please look at README.md.
Some known issues as indicated below are currently being worked on.

Known issues:

Publisher:

  • The app keeps playing in the background if the app is not at the top and it is streaming.
  • The app sometimes crashes when trying to play on Android.

Subscriber:

  • When the 'play' button is hit it throws an exception if there is no active streaming, in Subscriber.
  • When selecting the video source on the multiview page the audio doesn’t update.
  • When you tap the buttons before the stream is renderer, there is miss coordination.
  • When selecting the video source on the multiview page the audio doesn’t update.
  • Multi-view page style has to be corrected.

Limitations:

  • The app may experiment with some issues with Samsung phones.
  • The H264 may not reproduce correctly in either Android or iOS emulators.

Full Changelog: https://github.com/millicast/streaming-sdk-react-native-getting-started/commits/v0.1.0-beta.0