Watermark Detecting
If the watermarked video is leaked and distributed illegally, you can request the watermark detection by sending the video via PallyCon Helpdesk. (Attach a large file transfer service or a cloud storage link to the ticket)
Watermark detection analyzes each frame of the video to detect the original watermark pattern and decrypts the data with the secret key used at the time of insertion. If the watermark payload is found through the detection process, the session database finds the session information whose key value is the payload and reports it as the detection result.
sequenceDiagram
participant A as Service site
participant B as PallyCon service
A ->> B: Suspicious content
Note right of B: Detect watermark (payload)
B -->> B: Analyze video frames
opt Watermark detected
Note right of B: Session database
B -->> B: Find session data
end
B ->> A: Report detection result
Please contact us for detailed information on watermark detection such as monitoring service.