I want to upload all files continuously generated by the rtmp mpeg dash module in a specific folder to another server.
The upload needs to be processed with the HTTP POST function.

If i would do it manualy with curl, i would use something like:
curl -v -d "123456789" http://example.com/path/to/file.mpd

Does anyone know if its possible with nginx and maybe how to do it?
There is now way to start any process on the remote server.

It's more of a topic for the nginx-rtmp list.
Maybe this thread helps: https://groups.google.com/forum/#!topic/nginx-rtmp/FEyDi2VWblU

In short you can use push or exec_push

rr
_______________________________________________
nginx mailing list
[email protected]
http://mailman.nginx.org/mailman/listinfo/nginx

Reply via email to