The drive doesn't spin up, there are no error messages nothing.
I'm trying to play a local DVD from the browser (in this case firefox on linux), however it also doesn't work in firefox on Windows 8. It doesn't matter which DVD or which machine.
Anybody have any ideas?
Thanks!
Code: Select all
<html>
<title>VLC Mozilla plugin test page</title>
<body>
<embed type="application/x-vlc-plugin" name="video1" autoplay="yes" loop="yes" width="400" height="300" target="/media/Atlantis/VIDEO_TS/VIDEO_TS.IFO" />
<embed type="application/x-vlc-plugin" name="video1" autoplay="yes" loop="yes" width="400" height="300" target="/media/Atlantis/VIDEO_TS/VTS_01_4.VOB" />
</body>
</html>