I'm sorry I have a very bad English so be nice with my spelling :)
I'm looking for a video recorder in HTML5 and I found my happiness with getUserMedia of HTML5.
The problem is that getUserMedia
require that user activate MediaStream
(for webRTC) on Chrome's
interface : chrome://flags/
My question is : is it possible to activate this option by asking the user like in javascript ok with an url like chrome::/flags/mediastream=true
or a function like setUserMedia
?
Thank you