GSYVideoPlayer – is an Android video player based on ijkplayer with many features.
ProGuard rules for GSYVideoPlayer
ProGuard optimizes the your code and tries remove all unused classes. ProGuard writes out class files named 'a.class', 'b.class', etc. in the obfuscation step. Use the following rules in proguard-rules.pro configuration file.
# GSYVideoPlayer -keep class tv.danmaku.ijk.** { *; } -dontwarn tv.danmaku.ijk.** -keep class com.shuyu.gsyvideoplayer.** { *; } -dontwarn com.shuyu.gsyvideoplayer.**
For more information about GSYVideoPlayer please see the website.