I need call an external URL endpoint when a client publish their RTMP stream. I tried to load the LUA "socket.http" library and it crashes. Is there any other way to call an external URL endpoint?
I notice there is a TCP client support:
http://www.monaserver.ovh/serversocket.html#tcp-client
But there is not HTTP support for this client. How to implement the HTTP protocol for this TCP client object?
I need call an external URL endpoint when a client publish their RTMP stream. I tried to load the LUA "socket.http" library and it crashes. Is there any other way to call an external URL endpoint?
I notice there is a TCP client support:
http://www.monaserver.ovh/serversocket.html#tcp-client
But there is not HTTP support for this client. How to implement the HTTP protocol for this TCP client object?