Hi,
I’m trying to build a plugin for a client using the JWPlayer Android SDK. I’ve got it to work, except there is one annoying problem: I have no video, only sound. I do have all the controls and when I press fullscreen I do have video.
The problem I think is that the Corona layer is in the way of the videolayer. When I use
CoronaEnvironment.getCoronaActivity().setContentView(jwplayerView);
In stead of
CoronaEnvironment.getCoronaActivity().getOverlayView().addView(jwplayerView);
It works fine, but this is not a valid solution.
Is there a solution to this, because I really need it to work with Corona, not in stead of
Thanks,
Arthur