Experience the Bitmovin Player's ability to switch between streams without having to run setup twice. This improves the speed immensely

Click a button to show switch time.

One setup call for multiple sources

Call the setup function only for the initial player setup. The Bitmovin Player can load new sources without being destroyed and having to set up all the components again. This saves time for your customers and gives your page a more responsive feeling.

${code:setup.js}

Load a source dynamically

Respond to the user's input and load a different source without having to run the setup again:

This functionality is especially valuable if you plan to create some kind of tv-station.

${code:switchChannel.js}