Nick Dayman
Nick Dayman
Try making the auth page throw a 500 error code for a failure. 200 to allow.
You could do as I do and use exec_record_done to fire a script in the language of your choice to manage recordings as soon as they complete... Using this I...
why are you doing "make modules"??? You only need this... ./configure --add-module=/path/to/nginx-rtmp-module make make install
Would also like to know this please... @tmtoan Do you know of a way to add it to the file manually? I've searched all over the place and can't find...
Try adding a stream name to the connect url like so... rtmp://192.168.0.160/live/testing
Try scrapping the stream key, and add /test to the end of the url like so... rtmp://192.168.0.160/live/test
Use exec_record_done to manage recordings, and exec_publish_done to manage logging the user out, destroying the stream key etc.