Kai

Results 23 comments of Kai

I will check if I find something to fix this as soon as I can (next couple of days)

I spend 2h looking at this mess, but did not find a solution. I got the method.calls to work again, but the settings-endpoints for (oauth-)services (service.configurations + settings.oauth) do not...

I think you either had: - some issue with lineendings (copied over from windows?) so that the `delayer_settings.py` was just one line - since you posted the file (but all...

I think you mean how can we **initially** set the default settings? Because `wp option patch update rt_wp_nginx_helper_options enable_purge 1` is working fine with `wp-cli`. But until you set the...

it looks as after a while, the nginx produces only 0KB streams anymore, or cannot write anymore. The delayer fails ofc, as 0KB files get rejected by ffmpeg. I would...

From what I read in the stackoverflow, that does not seem to be a python / delayer issue. The script just starts ffmpeg in the background and waits for it...

Try to set the new `FFMPEG_EXTRA_OPTS` as `FFMPEG_EXTRA_OPTS = ['-flvflags no_duration_filesize']` in the config, which hopefully solves that flv problem :)

yes. Although I think I made a mistake and it has to be ``` FFMPEG_EXTRA_OPTS = ['-flvflags', 'no_duration_filesize'] ```

Prevention of streamsniping (or mandatory stream delays for casters, for the same reason) is the main use for this tool. Problem is, it keeps your stream delayed always the same...

nice work. Much appreciated you also build something like this, as I don't maintain my script anymore and thus it lacks features useful in 2024 (discord) which were not there...