i want to use nginx as a simple and effective way to generate mpeg-dash
streams and push them to the akamai CDN network.
There for i need to push the generated files with the POST Request
method
to the akamai entrypoint. But the problem is i have continuously
generated
files that have to upload same time they have generated.
With curl i would use the -d for POST Requests.
Does anyone of you think this is possible with nginx?
i will start a second attmept for my question.
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.
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.