christophesmet / android_maskable_layout

A library that easily allows you to mask layouts/viewgroups
Apache License 2.0
652 stars 145 forks source link

Masking ExoPlayer #11

Closed guyzk closed 7 years ago

guyzk commented 7 years ago

It doesn't work with a video. Could you make it work?

christophesmet commented 7 years ago

You probably should use shaders for this. This method works with the view rendering pipeline. I assume your view that is being use with the exoplayer is hardware accelerated. It's not supported, you should use shaders for this.