File tree Expand file tree Collapse file tree 3 files changed +15
-2
lines changed
Expand file tree Collapse file tree 3 files changed +15
-2
lines changed Original file line number Diff line number Diff line change 22
33All changes to this project will be documented in this file.
44
5+ ## [ 1.2.0] - 2024-02-12
6+
7+ - Add a ` fit ` parameter to ` ApiVideoCameraPreview ` to control the fit of the preview inside its
8+ parent widget
9+ - Improve and fix few video resolution issues
10+ - Android: The package automatically requests the camera and microphone permissions
11+ - Android: upgrade gradle, kotlin, AGP and other dependencies
12+ - iOS: add missing ` getVideoSize ` method
13+ - iOS: send events from the main thread
14+ - Example: lower default bitrate to run the example effortlessly
15+ - Example: enable wake lock to keep the device awake during the live stream
16+ - Example: put the application in the safe area
17+
518## [ 1.1.3] - 2023-10-16
619
720- Android: call ` disconnect ` event when ` stopStream ` is explicitly called
Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ This module is made for broadcasting RTMP live stream from smartphone camera.
5353
5454### Installation
5555
56- Run the following command at the root of your project.
56+ Run the following command at the root of your project:
5757
5858``` shell
5959flutter pub add apivideo_live_stream
Original file line number Diff line number Diff line change 11name : apivideo_live_stream
22description : Flutter RTMP live stream client for your audio/video application. Made with ♥ by api.video.
3- version : 1.1.3
3+ version : 1.2.0
44repository : https://github.com/apivideo/api.video-flutter-live-stream
55issue_tracker : https://github.com/apivideo/api.video-flutter-live-stream/issues
66homepage : https://api.video
You can’t perform that action at this time.
0 commit comments