Tool/software: Linux
Hi Ram,
I have a problem about right control.
I created exectuable test to decode 264 stream, whose uid/gid are root.
But, application which is created the same as exectuable test cannot work well. It failed on VIDDEC3_create, which seems to be right control issue.
So, I chmod 777 to all the device in /dev folder, like below:
chmod 777 /dev/
But it seems not work.