You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I need to show a video placeholder without start buffering when using mobile data network.
I came up with a workaround that sets the buffer size of LoadControl to 1000ms and some visual components to set it back to its default value afterwards.
Is there a better way to achieve this?
Last releases the API has changed a bit with lots of deprecations.
In my opinion, the documentation is not very clear on how to use all those factories to achieve specific results although individually the java docs are quite detailed.
The text was updated successfully, but these errors were encountered:
If you control the serving side, then this would normally be done by extracting thumbnails on the serving side (e.g., when the video is uploaded or ingested) and then serving them as regular images (rather than videos).
I need to show a video placeholder without start buffering when using mobile data network.
I came up with a workaround that sets the buffer size of LoadControl to 1000ms and some visual components to set it back to its default value afterwards.
Is there a better way to achieve this?
Last releases the API has changed a bit with lots of deprecations.
In my opinion, the documentation is not very clear on how to use all those factories to achieve specific results although individually the java docs are quite detailed.
The text was updated successfully, but these errors were encountered: