external control of streams

nullx8

New Member
#1
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?
 

nullx8

New Member
#3
no the connection is provided at all times, i just wantto be able to control it outside of lsws (like via a script)
meaning terminate existing connections, so they will redirect to the new target.

i do already control the establishment of connections via htaccess .. but this does not account for connections that are already established.
 
Top