farfelu
farfelu
`worker_processes` was set to 4. I've tried setting it to 1, but debug shows the same output.
ffmpeg, using ``` ffmpeg -v debug -re -i test.mkv -c:v libx264 -c:a aac -ar 44100 -ac 1 -f flv -strict -2 rtmp://192.168.3.211/live/test ```
I have tested this again on a amd64 machine with the same configuration, same build and it works without errors. Might be a problem on arm platforms.
yes, publishing works again with nginx 1.9.12 and master (12595a21aa48858fc0db7a4ddf78d4cf6670c093) on debian jessie on the raspberry 2 the issue can be closed if you want to
publishing still works, but clients can only connect before publishing starts, not after. once publish started I can't connect to the stream anymore, be it a flash player or ffplay....
I did some more testing, this seems to be unrelated that it runs on a raspberry. my amd64 machine has the same problem. no client can connect after publishing started....
It seems nginx 1.9.12 is acting up. I've tried all commits down to 8c5139650d3ea9e5cf5f1acd0c4ce7dbe208d965 on nginx 1.9.12. Clients could no longer connect after publishing started. It sometimes took a few...
I've just tried nginx 1.9.10 on 8c5139650d3ea9e5cf5f1acd0c4ce7dbe208d965 again. Clients again can no longer connect after around 3 minutes of a stream getting published. Weirdly enough this setup was working for...
I've been using the dev branch for a few months now without any issues regarding this. Though I didn't test it on a raspberry pi anymore since I've changed setups,...
`82-fix-playlists-cleanup` seems to work, init/manifest files no longer get deleted.