Marco Graziano
Marco Graziano
I would be interested too in a better way to catch payloads with not well formed JSON objects. Could this be handled by middleware ? Thank you for your reply...
@ArtlyStyles: we have started our model car electronics from Octavio's ideas and optimized it with only one Arduino board. We are not using the Donkey approach as we run the...
@ArtlyStyles please contact me at [email protected] to arrange.
Without nginx ping, after the crash (simultaneous on both containers and after a play request) the log is providing a more useful trace: ``` root@cfb6d0aee5c8:/# cat /var/log/nginx/debug.log 2017/04/25 23:57:36 [notice]...
@winkmichael: interesting suggestion, but I have been using the colon in the video keys and it is not the problem. Actually, the crash is not because the ngnix container runs...
The docker image is on the Docker hub: [marcoeg/rtmp:2.0](https://hub.docker.com/r/marcoeg/rtmp)
@sergey it is already 1 worker. ``` user root; env PATH; worker_processes 1; pid /var/run/nginx/nginx.pid; worker_rlimit_core 500M; working_directory /; error_log /var/log/nginx/debug.log debug; rtmp_auto_push off; events { worker_connections 1024; } http...
I have pushed the latest image to docker hub. To replicate: ``` $ docker run -d -p 12345:12345 -p 80:80 marcoeg/rtmp:2.0 $ ffmpeg -re -i 74DA386E1AB9.flv -c:v copy -c:a copy...
For what is worth, using v1.1.7-228-g9c71ce6 rather than the head of the tree does not crash nginx. ``` commit 9c71ce676198b0a75920bb485727b4f2f0cbdc7e Merge: dc76eb2 d86287f Author: Sergey Date: Wed Nov 30 03:23:10...
@kanazir What alternative approach would you suggest?