Set video source programmatically
Several users asked us how to set media source and corresponding data like captions, chapters, etc. progrmmatically instead of video element parameters.
Usually people make use of videojs src() function to load media source programattically, however it allows only to set media source. With Nuevo plugin you can make use of changeSource() function. Hoever since this is Nuevo plugin function, you can use it only once Nuevo plugin is loaded.