I want to control dash.js-2.6.1
video player remotely so that I could make it play the video at a specific bitrate from the bitrate list it catches from (*.mpd) manifest file.
It's obvious that this can be done using the bitrate checkbox of the player located on control bar of the player's window, but I want to do this in the background,
remotely and several times during video playback.
In other words, I want to find out which function in the source code of the player catches the bitrate value chosen by the user on the checkbox and feed that function manually and remotely.
I will appreciate anyone who guides me how to reach my goal even through another method.