HDCP daemon looks for 'media' user account, which needs to be documented. In absence of this, HDCP daemon fails. https://github.com/saininav/hdcp/blob/master/daemon/main.cpp struct passwd *mediaId = getpwnam("media");
HDCP daemon looks for 'media' user account, which needs to be documented. In absence of this, HDCP daemon fails.
https://github.com/saininav/hdcp/blob/master/daemon/main.cpp
struct passwd *mediaId = getpwnam("media");