I have an app server that's using kurento-client for integration purposes.
To be specific, I'll be taking streams from IP Cams and record them using PlayerEndpoint and RecorderEndpoint.
Now, in case my app server is dead/killed, the pipeline in KMS will continue recording, how do I find that existing pipeline?
Side question, how can I instruct KMS to record the streams in chunk of 15 minutes (or any period)? The only way I can think of is probably manual start/stop the RecorderEndpoint.
As per answer from Kurento's mailing list.
kurentoClient.getServerManager().getMediaPipelines()