TakuSemba / RtmpPublisher

Rtmp client on Android. Live Video Streaming.
Apache License 2.0
628 stars 149 forks source link

Crash on Emulator #21

Closed Chapoly1305 closed 5 years ago

Chapoly1305 commented 5 years ago

Downloaded the zip from GitHub, and imported to Android Studio. on Android Studio 3.3 with Android 9.0 API 28 x86 or Android 7.0 API24 x86, the imported rtmpPulisher will compile but will not run. The application will crash right after launch.

Accordingto the mssage, the app try to run without camera permission. After add the permission manually from settings, another issue caused crash.

1

2

3

Chapoly1305 commented 5 years ago

I am not sure how this was fixed, but I set the permissions for camera and microphone on system settings and cold restart the phone, then it works.