[Bug]: Unhandled Exception: PlatformException(channel-error, Unable to establish connection on channel: "dev.flutter.pigeon.apivideo_live_stream.CameraProviderHostApi.getAvailableCameraIds"., null, null) #99
Labels
bug
Something isn't working
Version
v1.2.0
Which operating systems have you used?
Environment that reproduces the issue
Facing issue in iPhone and Android device.
It's not asking permission. already added.
throw error on
Testing on physical device iPhone 11 Pro.
Example working fine but when I integrate in project facing issue.
ry {
getAvailableCameraInfos()
.then((cameraInfos) => print("Available cameras: $cameraInfos"));
} catch (e) {
print(e);
}
In Given Example, access file from out side, like path ../
Is it reproducible in the example application?
Yes
RTMP Server
String rtmpUrl = "rtmp://192.168.1.12/s/"; /// The stream key String streamKey = "abcde";
Reproduction steps
direct use in pubspec.yaml without path.
apivideo_live_stream: ^1.2.0
wakelock_plus: ^1.1.4
settings_ui: ^2.0.2
native_device_orientation: ^1.2.1
pigeon: ^14.0.0
Expected result
open camera
Actual result
[Bug]: Unhandled Exception: PlatformException(channel-error, Unable to establish connection on channel: "dev.flutter.pigeon.apivideo_live_stream.CameraProviderHostApi.getAvailableCameraIds"., null, null)
it's not asking camera permission.
Additional context
Relevant logs output
The text was updated successfully, but these errors were encountered: