Name is required.
Email address is required.
Invalid email address
Answer is required.
Exceeding max length of 5KB

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

6 Community Answers

George

JW Player Support Agent  
0 rated :

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

a...

User  
0 rated :

My project required to use 2 JwpView instances. Do you have other work around?

@George

a...

User  
0 rated :

flip screen feature ..

George

JW Player Support Agent  
0 rated :

What is flip screen feature?

a...

User  
0 rated :

User can change their viewing from normal stream to another stream with low latency.

George

JW Player Support Agent  
0 rated :

But you’re using bandwidth to load the second stream, switching over could also be done with mPlayerView.load() and mPlayerView.seek() if appropriate.

This question has received the maximum number of answers.