I am trying to get obs to work with the nginx rtmp module. I have added some authentication via on_publish and on_publish_done. All is working fine except obs is not sending a parameter, which I require.
How can I set the tcurl in obs ? I get something like this (on_publish POST from nginx/rtmp, when obs connects):
Key: app; Value: hls
Key: flashver; Value: FMLE/3.0 (compatible; FMSc/1.0)
Key: swfurl; Value: ..L`..
Key: tcurl; Value: ..L`..
Key: pageurl; Value:
Key: addr; Value: 192.168.2.59
Key: clientid; Value: 7
Key: call; Value: publish
Key: name; Value: 3786-2
Key: type; Value: live
But need something like this for tcurl:
Key: tcurl; Value: rtmp://host:1935/hls?u=user&p=passwd
How can I set the tcurl in obs ? I get something like this (on_publish POST from nginx/rtmp, when obs connects):
Key: app; Value: hls
Key: flashver; Value: FMLE/3.0 (compatible; FMSc/1.0)
Key: swfurl; Value: ..L`..
Key: tcurl; Value: ..L`..
Key: pageurl; Value:
Key: addr; Value: 192.168.2.59
Key: clientid; Value: 7
Key: call; Value: publish
Key: name; Value: 3786-2
Key: type; Value: live
But need something like this for tcurl:
Key: tcurl; Value: rtmp://host:1935/hls?u=user&p=passwd