Monday, April 2, 2012

Issue with Real Video

I bumped into an issue with real video and it was something like Could not open required DirectShow codec drvc.so, or something to that effect.  I didn't read all of it and went immediately to search online for the answer.  The solution to my problem was actually just chmodding it.  I should have paid more attention to the error output.

sudo chmod 755 /usr/lib/win32/*
sudo chmod 755 /usr/lib/codecs/*

Ha!

No comments: