Is it possible to get the ip address of someone viewing a specific video on a specific date. Our videos are used for Proffessional Development Points and we need to prove that certain people have watched the video.
Thank you
I'm afraid this is not possible without hardcoding.
You might use the JavaScript API to listen to the player state.
I guess this for example (events onplay) associate with two externals php script one read the remote ip and another who receive and store the ip after the event will do the job :