You can go to great lengths in trying to prevent cheating but you still won't catch every last cheater out there since its always possible to cheat the client software.
Stream the video in realtime (where you control the streaming bandwidth so that it's not possible to download the entire video at once), for example from a serverside script, and note the view when the entire video is streamed.
It will always be possible to cheat, though. The user may write a script which just pretends to be a visitor and "view" the video in the background. You can try to prevent this by utilising encryption or obfuscation of some kind, but it's always possible to circumvent since the user can control the clientside as they see fit.
The user may still just mute their speakers and play the video in a minimised window. You can't control this perfectly, although maye you can utilise the blur event in JavaScript to pause the video (in that case, send a signal to the server as well and pause the streaming). They can still leave the computer, though (but that's probably uncommon, and your paying clients will certainly know and consider that risk already).