Hi,
is it possible to block user from playing stream from the server?
I want a user to be able to block users that he doesn't want to be watching his video.
Thanks in advance
1
Created on: 07/29/10 02:11 AM
Replies: 6
sularome
Joined: 06/25/10
Posts: 11
Graeme
Joined: 10/18/07
Posts: 1568
RE: block user from playing stream
08/02/10 12:49 PM
I would have the user publish a stream to the server under a particular name that the server side is aware of. Then when somebody wants to play that stream it has to go get the name from the server. A hash table can keep track of those that aren't allowed to watch and go from there.
Hopefully that makes sense.
sularome
Joined: 06/25/10
Posts: 11
Graeme
Joined: 10/18/07
Posts: 1568
sularome
Joined: 06/25/10
Posts: 11
Graeme
Joined: 10/18/07
Posts: 1568
RE: block user from playing stream
08/25/10 10:55 PM
You have two choices really, have the user play a server side stream and then you can just stop that server side stream which stops them from watching. The other option is to call a function on the client side that stops the play function for the net stream.
sularome
Joined: 06/25/10
Posts: 11
1
New Post
Please login to post a response.