Live multicast on FSM remains active after client disconnects
Hi,
I have followed the code provided in a thread in this forum on recording a multicast:
https://github.com/aduston/fmstesting/blob/master/serverbroadcast/fms/main.asc#L15-23
Basically, it gets aan RTMP stream from a client and attached that incoming stream to an outgoing RTMFP stream with multicast enabeled.
Everything works fine, except, after the client disconnects from the server, the multicast netstream on FMS continues its life. The admin panel shows that netstream as a stream with type Live.
I have tried things like:
ns.publish(false);
ns.attach(false);
but the stream keeps staying on the server, how is it possible to get rid of it when the client disconnects?
-A
