How can I set the name (label) of HTML5 <video>
element that browsers (like Chrome) and Windows OS display?
Like the title that Windows shows for this youtube video (when changing speaker volume):
Currently for me the page title is shown (the title set in page head
).
I tried adding a title="..."
attribute to the video
element but it had no effect. Also didn't find a solution on StackOverflow.