Stopping stream at FMLE but stream name still showing in FMS admin console
This causes a "NetStream.Publish.BadName" error if I restart FMLE because the stream name is already in use.
Other details:
I'm publishing server to server via FMS 3.5 docs:
I get this error at the first FMS box.
I've tried the following in application.onUnpublish:
nc.close();
nc = null;
ns = null;
Nothing makes my stream disappear from the admin console though.
Any suggestions?
Thanks
