I am trying to loop an mp4 to rtmp via server-side task with no luck. I can do it from via console under root, but it doesn't work when I try to do it via server task in Nimble UI.
I have set enable_tasks to true. Interface at 127.0.0.1 is on.
I don't see anything at all in the nimble logs that has anything on the task.
I'm guessing it has to do with some permissions on the "nimble" user? ffmpeg should be executable by nimble (as well as the mp4 input readbale), but I must be missing something... any ideas?