Dash.js: Volume change listener

Created on 27 Mar 2018  路  2Comments  路  Source: Dash-Industry-Forum/dash.js

Hello, is there a method for listening for volume changing?
Couldn't find anything in MediaPlayerEvents.

Question

All 2 comments

No, there is nothing. The only solution right now for that is adding an event listener for the event 'volumechange' to the underlying video element (MediaPlayer.getVideoElement()).

Thanks, i'll try it!

Was this page helpful?
0 / 5 - 0 ratings

Related issues

NguyenTungs picture NguyenTungs  路  5Comments

AxelDelmas picture AxelDelmas  路  6Comments

tony1377 picture tony1377  路  3Comments

budziq picture budziq  路  5Comments

lioun1729 picture lioun1729  路  6Comments