-
how to maker paused in debugger. When the user presses f12, the video is paused to prevent the video address from being leaked.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
Foliovision › Forums › FV Player Pay Per View › Requests and Feedback › How to make player paused in debugger
Hello Samson,
we do use similar technique in FV Player DRM, but we only use it together with other metric.
I think that if we remove the video like you describe people will be able to trace back to where the code is and just disable it.
You can see a nice history of different approaches which worked and then stopped working in new Chrome versions here: https://stackoverflow.com/questions/7798748/find-out-whether-chrome-console-is-open
Thanks,
Martin