Open basiq1337 opened 8 years ago
The crash should be fixed in v0.6 (it is caused by audio/microphone usage). But translation still is not possible most likely. This seems working the same way as on stock build. Could you please confirm?
On stock translation does not work too.
Finally I come to conclusion this app is trying to create a MediaCodec with unsupported parameters. More specifically, they try to use profile 2 and level 64 for video/avc codec which is not supported by hardware or software encoders on this build (as well as on stock build). Note that developer can check the profile/level support but periscope does not do this (as I can see from logs). Instead it continuously attempts to create a MediaCodec with the same profile/level .
So, I suppose the bug should be raised against periscope app.
When starting periscope translation app is crashing, but watching other translations is possible