How to record a screen of client from server with python django
I want to create an application with django, where client's screen will be recorded from webapp server which will be in django framework (python).
The pyautogui library giving me an error for not getting desktop after deployement, although there will be many clients who will requests to the django server.
In that case, i want a solution which will serve all the clients simulteneously.