Jaydipnathani
Jaydipnathani
> What is the "other video" application you refer to? Is it a specific one? Like TED , VideoLab, ExoPlayer demo ..ect app that uses video app exoplayer
> This is quite unusual. Since it's more than one app and we don't have any reports about these apps not releasing resources (and the ExoPlayer demo app should definitely...
> On what devices have you seen this behavior? Is it only one specific device? Does this happen with any combination of video applications? I have an issue with Samsung-J7...
My issue is not Resolve so please open this issue. > To verify which application maps to a PID, you can run `adb shell dumpsys` and search for the specific...
> * For example, if an app fails to acquire an H264 decoder, it might try using another video format that it supports. Please explain to me how to use...
Hi, @christosts Thank you very much for the response. This is exactly what I was looking for. I will try to use a software decoder when the hardware decoder fails....
> DefaultRenderersFactory. setEnableDecoderFallback(true) Thank you so much :+1: . After using this my issue was resolve. One last question. How to know software/hardware decoder use?
> `DefaultRenderersFactory. setEnableDecoderFallback(true)` After using this my issue was resolve when I test in debug mode. But when I did App release, the issue started coming back to my user...
> `app:surface_type="texture_view"` > I removed this line and it got fixed I do not use this line. @wahdatjan My XML code > android:id="@+id/videoView" > android:layout_width="match_parent" > android:layout_height="match_parent" > android:layout_gravity="center" >...
> @Jaydipnathani If you are using two instances of exoplayer then make sure release one properly #9396 please review this issue, sir. @wahdatjan