Hi,
I am live streamming some camera , and I want to restrict viewers can only watch for 5 minutes , then user have to press the play button again.
How can you do this ?
1
Created on: 05/03/11 11:05 PM
Replies: 1
kirkcc
Joined: 05/03/11
Posts: 1
Graeme
Joined: 10/18/07
Posts: 1568
RE: How to restrict live playing time?
05/09/11 9:21 AM
Do it server side. Keep track of when they start playing a stream on the server side, then start a timer, when that timer is up then stop them from playing the stream. If I were to do it I would use server side streams I think, that gives the most control.
1
New Post
Please login to post a response.