Using given example 'nginx.conf' and this gstreamer pipeline:
$ gst-launch-1.0 -v \
rpicamsrc ! video/x-h264,width=320,height=240,framerate=8/1 ! \
h264parse ! mpegtsmux ! curlhttpsink location=http://192.168.128.114:8000/publish/test
Fails saying: '[..] failed to transfer data: Failed sending data to the peer.'
$ cat /var/log/nginx/error.log
2017/11/30 11:59:01 [error] 159#0: *5 too big PAT: 3504, client: 192.168.128.114, server: , request:
"POST /publish/test HTTP/1.1", host: "192.168.128.114:8000"
Using given example 'nginx.conf' and this gstreamer pipeline:
Fails saying: '[..] failed to transfer data: Failed sending data to the peer.'