divis1969 / android_device_meizu_meilan2

Device repository for Meizu M2 Mini (CyanogenMod, LineageOS)
GNU General Public License v2.0
50 stars 24 forks source link

periscope #26

Open basiq1337 opened 8 years ago

basiq1337 commented 8 years ago

When starting periscope translation app is crashing, but watching other translations is possible

divis1969 commented 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?

who0ps commented 8 years ago

On stock translation does not work too.

divis1969 commented 8 years ago

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.