Intercepting play calls
I'm trying to limit a client's video playback to 10 seconds. After that, the client should be disconnected. I have to allow time for connection and buffering, so I can't just disconnect them after 10 seconds. I was hoping to override the play command, so I can force the length parameter to 10, but I can't figure out how. Is this possible?
Thanks,
Sean
