Brian Wernick
Brian Wernick
Thanks for the example app and video; I'll look in to this shortly
When you see this error is it after you have swiped a few pages in the `ViewPager`? Are you reusing `Fragment`s and if so are you manually managing the `release()`...
OK, I'll see if I can track this down. Thanks for the details
Was there any log output to indicate that clearing the surface had an issue?
OK, thanks. I'll look in to it
This depends on what type of stream you are using (MPD, HLS, SS, etc.); but for the most part nothing major was changed in the live handling functionality or buffering...
So after trying it out it sounds like this is what you are seeing: The VideoControls show a duration of ~4 to 5 minutes, however the playback starts at the...
Well, once the video loads you can seek to near the end; and if you want it to look correct in the controls you can extend the `VideoControlsMobile` to display...
Looking in to this now and it looks like there are 2 types of "live" videos, only 1 of which we (partially) handle currently. These 2 different types are: 1....
Even though I have marked this as a `Bug`, I'm not sure if there is much I can do because of the `SurfaceView` and `TextureView` surface functionality and how the...