Couin
New Member
Hi,
Not especially related with Windows version I think, but on a nginx + rtmp module server, I added a on_publish event to call a page to catch GET and POST variables (in project to do an external authentication for streamers).
Even in GET or POST method, I have these variables :
["app"]=live
["flashver"]=FMLE/3.0 (compatible; FMSc/1.0)
["swfurl"]=rtmp://domain/live
["tcurl"]=rtmp://domaine/live
["pageurl"]=
["addr"]=IPaddress......
["clientid"]=1
["call"]=publish
["name"]=obs_stream
["type"]=live
But nothing about Username and Password ?
How can I catch them ? If not possible, I would use GET variab le in the Server URL.
Thanks :)
Couin
Not especially related with Windows version I think, but on a nginx + rtmp module server, I added a on_publish event to call a page to catch GET and POST variables (in project to do an external authentication for streamers).
Even in GET or POST method, I have these variables :
["app"]=live
["flashver"]=FMLE/3.0 (compatible; FMSc/1.0)
["swfurl"]=rtmp://domain/live
["tcurl"]=rtmp://domaine/live
["pageurl"]=
["addr"]=IPaddress......
["clientid"]=1
["call"]=publish
["name"]=obs_stream
["type"]=live
But nothing about Username and Password ?
How can I catch them ? If not possible, I would use GET variab le in the Server URL.
Thanks :)
Couin