android - ExoPlayer doesn't show video Warning message -
i try run exoplayer demo app on test device android 4.2.2 , kernel version 3.0.50. video not showing, progress bar moving. in logcat have same messages until cancel video:
05-12 10:58:36.910 9027-9291/com.google.android.exoplayer.demo w/﹕ warning message amessage(what = 'omx ', target = 1) = { int32_t type = 0 void *node = 0x9 int32_t event = 2130706433 int32_t data1 = 0 int32_t data2 = 0 } unhandled in root state.
someone has similar problems , messages? maybe not exoplayer.
i've found solution. device used other default codecs need. in mediacodec.java function getmediacodecinfointernal filter available codecs "omx." prefics. need omx.google. filtering choose software decoder.
Comments
Post a Comment