apivideo_live_stream 1.2.0 apivideo_live_stream: ^1.2.0 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.2.0] - 2024-02-12 #
- Add a
fit
parameter toApiVideoCameraPreview
to control the fit of the preview inside its parent widget - Improve and fix few video resolution issues
- Android: The package automatically requests the camera and microphone permissions
- Android: upgrade gradle, kotlin, AGP and other dependencies
- iOS: add missing
getVideoSize
method - iOS: send events from the main thread
- Example: lower default bitrate to run the example effortlessly
- Example: enable wake lock to keep the device awake during the live stream
- Example: put the application in the safe area
[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.