Hello,
I faced following problem:
1. I am playing Mpeg-ts file ( with FULL ACCELERATION - 2)
2. I am stopping it and releasing MediaPlayer, create MediaPlayer, set Hardware Acceleration to ( with DISABLE 0 )
3. Play new loaded mpeg-ts
The result is that switching between 2 movies is problematic because I notice that there is problem with
case MediaPlayer.Event.Vout:
It return that event 2x - why ?
In result video is playing little slower...
Any idea?