Send variables from FMLE
I am trying to send variables to evostream, when I start a live stream from Flash Media Live Encoder.
In FMLE I set primary url to rtmp://evoserver1/live?var1=something&var2=something and stream name is set to streamname?var3=something
In config.lua I have activated eventLogger and in an PHP script I write everything to a txt file. But in the data in the txt file, I cannot see any data containing var1, var2 and var3.
Is it possible to do this with evostream?