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 2
2
3
3
All changes to this project will be documented in this file.
4
4
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
+
5
18
## [ 1.1.3] - 2023-10-16
6
19
7
20
- 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.
53
53
54
54
### Installation
55
55
56
- Run the following command at the root of your project.
56
+ Run the following command at the root of your project:
57
57
58
58
``` shell
59
59
flutter pub add apivideo_live_stream
Original file line number Diff line number Diff line change 1
1
name : apivideo_live_stream
2
2
description : 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
4
4
repository : https://github.com/apivideo/api.video-flutter-live-stream
5
5
issue_tracker : https://github.com/apivideo/api.video-flutter-live-stream/issues
6
6
homepage : https://api.video
You can’t perform that action at this time.
0 commit comments