Stream Username and Password variables ?

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
 

Couin

New Member
Hi,

Thanks, this will be the workaround if the initial idea has no possibility.

The initial idea is to catch the 2 variables of this :
obs auth.jpg
 
Top