Android Question Exoplayer wish

DonManfred

Expert
Licensed User
Longtime User

Erel

B4X founder
Staff member
Licensed User
Longtime User
It is a bit problematic to fix this as the fix is in ExoPlayer libraries. Currently the libraries are used as-is and the wrapper is not locked to a specific version.
I assume that if it is an important fix then it will be fixed in ExoPlayer itself.

If you need it for a specific solution then

1. Create a new Java project in Eclipse.
2. Add a reference to classes.jar that you previously extracted from exoplayer-core-r2.5.3.aar.
3. Create a copy of ScriptTagPayloadReader code and modify it.
4. Take the compiled class and put it back in classes.jar and put classes.jar back in exoplayer-core-r2.5.3.aar.
 
Upvote 0
Top