-
Notifications
You must be signed in to change notification settings - Fork 63
Description
Version
ref: 82bd67c
Environment that reproduces the issue
flutter --version
Flutter 3.32.8 • channel stable • https://github.com/flutter/flutter.git
Framework • revision edada7c56e (8 weeks ago) • 2025-07-25 14:08:03 +0000
Engine • revision ef0cd00091 (8 weeks ago) • 2025-07-24 12:23:50 -0700
Tools • Dart 3.8.1 • DevTools 2.45.1
pubspec.yaml:
apivideo_live_stream:
git:
url: https://github.com/apivideo/api.video-flutter-live-stream.git
ref: 82bd67c
Use case description
There's a warning in Google Play Console related to 16 KB alignment:
Not supported 16 KB:
base/lib/arm64-v8a/libcrypto.so
base/lib/arm64-v8a/librtmp.so
base/lib/arm64-v8a/librtmpdroid.so
base/lib/arm64-v8a/libssl.so
base/lib/x86_64/libcrypto.so
base/lib/x86_64/librtmp.so
base/lib/x86_64/librtmpdroid.so
base/lib/x86_64/libssl.so
On the other hand, @ThibaultBee said in the StreamPack issue (ThibaultBee/StreamPack#220) :
"Concerning RTMP, as I not longer have access to rtmpdroid, it will take more time. Also, I am working on another RTMP libraries for a while that will be integrate in 3.1.0."
Please update this api.video-flutter-live-stream, to comply the Google's requirement.
I use this plugin for live stream using Mux with base URL : 'rtmps://global-live.mux.com:443/app'
Proposed solution
No response
Alternative solutions
No response