Android 用の react-native アプリを作成していますが、react-native-video を使用して別の動画を再生しようとするとエラーが発生します。エラーは言う:
[errorException] => com.google.android.exoplayer2.mediacodec.MediaCodecRenderer$DecoderInitializationException: Decoder init failed: OMX.amlogic.avc.decoder.awesome, Format(1, null, null, video/avc, null, -1, null, [3840, 2160, -1.0], [-1, -1])
[errorString] => Unable to instantiate decoder OMX.amlogic.avc.decoder.awesome
デコーダーを変更するというこの提案を見つけましたが、JS では不可能のようです。これを達成する方法はありますか?または、別のネイティブ ビデオ プレーヤーを提案していただけますか?