I'm implementing an IPTV project, So I have a TextureView
that plays video. But in some cases it has no picture and only plays audio, because of some hardware accelerating window issues in set top box device.
So my question is how to find out TextureView
will work on an android device?
And my another question is:
How to find out an android device will run TextureView
properly?
Thanks in advance