Ecotrust-Canada / em-control-box

Electronic monitoring control box for commercial fisheries.
GNU General Public License v3.0
2 stars 3 forks source link

Mozplugger auto refreshes on time change and video is lost. #9

Open sharpshooter777 opened 9 years ago

sharpshooter777 commented 9 years ago

mozplugger0.so is not executeable.

countable commented 9 years ago

From Dale-

  1. ensure time is correct
  2. switch to user
  3. run 'mozplugger-update
  4. switch to root
  5. chmod +x /tmp/user/.mozilla/plugins/mozplugger0.so
  6. em stop
  7. em start

I tried setting mozplugger0.so to /home/user/.mozilla/plugins and /usr/lib64/mozilla/plugins and even in the firefox/plugins but they did not work.

sharpshooter777 commented 9 years ago

I dug around google a bit and seems the settings are hardcoded into mozplugger source code. So would have to look through it and disable in source code. Have a similar problem in firefox but will create a separate issue for that.