We are trying to implement elegant way to receive response after recording has started/stopped (livestreamrecord). Default behavior is redirection to index.html with all streams for one applications, where we need to parse that html to get this info or to invoke another httphandler just for this. It would be great to have 2 in 1 with XML response. Module is not good also because we are recording on demand not always.
Now I am searching for livestreamrecord httphandler code to add my logic on top of it, but without any luck. Can someone give me any advice how to implement it, what to use in this handler?
Thanks