Comment Re:No thanks (Score 1) 450
This could only work for annoyance and not for security purposes. The servers cannot practically reencode video on the fly for each client, causing the limited captcha randomness you suggested. Sending down a smaller overlay for the client to render would make it easy to actually find a frame where the important letters in the captcha are clearly distinguishable.
A plugin with database looks like it would be the way to go to combat this. From the samples on the nucaptcha website, the message is bright red moving text embedded in the mp4 encoded video. They may just have a hard-coded demonstration, but since it wasn't actually overlayed, it should be easy to look up the ID (or URL) of the video file, or even a hash of some small amount of the video sequence itself.
The samples I saw were each over 1.5 megabytes. I would be glad to to fight this waste of bandwidth.
Here's a sample video (warning: large) link
A plugin with database looks like it would be the way to go to combat this. From the samples on the nucaptcha website, the message is bright red moving text embedded in the mp4 encoded video. They may just have a hard-coded demonstration, but since it wasn't actually overlayed, it should be easy to look up the ID (or URL) of the video file, or even a hash of some small amount of the video sequence itself.
The samples I saw were each over 1.5 megabytes. I would be glad to to fight this waste of bandwidth.
Here's a sample video (warning: large) link