FMS4 questions(trace, access plugin)
Hello!
I have two questions about FMS4 behaviour.
1.trace() output is limited to 4K symbols. How to output long, very long DEBUG strings?
I understand, this limitation is for admin console, but what about log files?
All solutions are not so convient like old trace from FMS3:
break long strings into chunks(output order is unpredictable), make my own log file etc
2. What is the best practice to pass parameters from client into access plugin?
In FMS3 I just assign parameters for NetConnection uri parameter: nc.connect("rtmp://ip/vod?coreID=2");
Then just extracted them from "s-uri" property during CONNECT event. It was easy ![]()
Now in FMS4 it is not worked smoothly: I can still get parameters, but FMS started many instances
of application appending parameters to default instance name: e.g. _defInst_coreID=2 and so on.
Well, I can assign url parameters in client to the stream name: mp4:videofile.f4v?coreID=2, but how
to grab them in the access plugin?
Thanks in advance!
