how to check how much of a video stream has been seen by user with php
问题 I'm working on a project which shows video advertisement to user and after 60 second users can see a link. My boss wants to be sure users watch all of 60 second. Now I want to know is there any way to check how much of a video stream has been seen by php ? To present video as stream I've used this code : http://codesamplez.com/programming/php-html5-video-streaming-tutorial class VideoStream { private $path = ""; private $stream = ""; private $buffer = 102400; private $start = -1; private $end