You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 27, 2024. It is now read-only.
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");
The text was updated successfully, but these errors were encountered: