Is it possible to receive stream.send commands on server-side?
Hey guys,
I am recording a video and while recording I issue some NetStream.send("doSomething", params) commands from client side. When I am playing back this video I receive the doSomething events on client side. No problems so far.
Question is: Can I receive those events on server side? I want to handle those events on server side. Not client side.
Any ideas?
