I need to be able to disable the controls while streaming video using HTML5.
controls="false" does not work.
I am using the following code on an HTML5 .aspx page.
<embed type="application/x-vlc-plugin" src="http://123.13.123.123:8881" width="200"
height="160"
id="vlc" />