is there any way to have access to the client’s system screen through the browser? i’m implementing an e-learning web application i need to implement screen-casting right through my application so i want to find a way of recording screen through the web browser exactly like Screenr service, i searched but found no suitable api, there was just a chrome extetntion and html2canvas that didn’t exactly match my needs, they were able to capture browser tab! not the whole system screen. i know that Screenr is doing it through Java but i’m looking for a better and dependency free way of doing it, do you have any suggestion for me? thanks.
Share
Ok after some search and questions, i ended up with this answer:
to implement this, the best way is to use a java applet that get the user screen, of course it needs java installed and that’s a disadvantage but this is the only way for now, i hope in the future some api for this is implemented in html just like filesystem api or the api that is used to access the user camera.