apivideo_live_stream 1.1.3
apivideo_live_stream: ^1.1.3 copied to clipboard
Flutter RTMP live stream client for your audio/video application. Made with ♥ by api.video.
Changelog #
All changes to this project will be documented in this file.
[1.1.3] - 2023-10-16 #
- Android: call
disconnect
event whenstopStream
is explicitly called - Add api.video application icon for Android and iOS
[1.1.2] - 2023-08-16 #
- Android: fix the
videoSize
cast
[1.1.1] - 2023-01-23 #
- iOS: fix the orientation when device is turned
[1.1.0] - 2023-01-11 #
- Major refactor:
- use
initialize
instead ofcreate
and pass default parameters toApiVideoLiveStreamController
constructor - simplified usage of
CameraPreview
(and renamed toApiVideoCameraPreview
)
- use
- Getter for properties such as
isMuted
,cameraPosition
, ... ( see #13) - Few fixes on Android and iOS
[1.0.6] - 2022-09-30 #
[1.0.5] - 2022-08-03 #
- Few fixes on FLV/RTMP to increase compatibility
- iOS: fix landscape orientation. See #12
[1.0.1] - 2022-04-13 #
- Fix audio and video configuration for iOS
- Fix setAudioConfig when preview is running for Android
[1.0.0] - 2022-04-08 #
- Initial release.