i have a External app (Web Server) that provides a multipart/stream (jpeg-stream of a camera)
i do manage access control via mod_rewrite by looking for a dummy file a php script will place to enable/publish the livestream, but when this is being turned off, there is no way to terminate already established connections.
is there a way to terminate connections established from outside like via php code or similar?
i do manage access control via mod_rewrite by looking for a dummy file a php script will place to enable/publish the livestream, but when this is being turned off, there is no way to terminate already established connections.
is there a way to terminate connections established from outside like via php code or similar?