
too slow when loading 2 instance of jwPlayer on fragment
i try to loading 2 instance of jwpView in the same time on fragment but it too slow when create fragment first time .how to fix it
i try to loading 2 instance of jwpView in the same time on fragment but it too slow when create fragment first time .how to fix it
There’s no real way to improve on the load speed. I’d stick with JWPlayerView though as you’ll have more flexibility to control the View.
Also, keep in mind you shouldn’t create too many JWPlayerView’s, explanation below:
https://github.com/google/ExoPlayer/issues/273#issuecomment-72432393
My project required to use 2 JwpView instances. Do you have other work around?
@George
flip screen feature ..
What is flip screen feature?
User can change their viewing from normal stream to another stream with low latency.
But you’re using bandwidth to load the second stream, switching over could also be done with mPlayerView.load() and mPlayerView.seek() if appropriate.