-
## 🐛 Bug Report
unable to play some videos, as it throw an exception
### Expected behavior
The video should play normaly, as its type is an `mp4`
### Reproduction steps
The video is of type …
-
Since the Nvidia Shield TV was updated to Android 9, I can no longer watch SD Channels only HD channels.
I had a look at the Logcat an saw that the ExoPlayer seems to throw an Exception
```
201…
-
The library is crashing when I provide .m3u8 file format. Below is the crash logs:
FATAL EXCEPTION: ExoPlayerImplInternal:Handler
Process: com.------, PID: 9969
java.lang.AbstractMethodError: abs…
-
E/ExoPlayerImplInternal(25450): Playback error
E/ExoPlayerImplInternal(25450): com.google.android.exoplayer2.ExoPlaybackException: Source error
E/ExoPlayerImplInternal(25450): at com.google.…
-
```
java.lang.NoSuchMethodError: No static method newSimpleInstance(Landroid/content/Context;Lcom/google/android/exoplayer2/RenderersFactory;Lcom/google/android/exoplayer2/trackselection/TrackSelect…
-
I am trying to play a video using the URL, I am getting the following error while playing.
`
E/MediaCodecVideoRenderer( 4831): Video codec error
E/MediaCodecVideoRenderer( 4831): java.lang.Il…
-
As per google exoplayer2 is now deprectaed and we should migrate to media 3
https://developer.android.com/media/media3/exoplayer/migration-guide
Is there any roadmap for this migration in kohii?
-
Hi, I am using chewie inside page view to play video dynamically but getting bellow error, kindly help.
I/ExoPlayerImpl(32193): Init ae605c1 [ExoPlayerLib/2.9.6] [OnePlus7TPro, HD1911, OnePlus, 2…
-
Hello, thanks for the amazing plugin.
But Im getting this error with a Widevine/HDCP content:
I/OMXClient(21178): IOmx service obtained
I/ACodec (21178): In onAllocateComponent create compenen…
-
只能把你代码拉下来手动导包当做library引入了,依赖不是最新版,包括你现在的代码,只有onCompletion回调,具体实现你没有写。
我只用到了ExoPlayer,ijk的没用到没改,如果你看到了,可以去加上播放完成的回调:
BasePlayerImpl中加入:
protected void notifyOnCompletion() {
VideoProxyThr…