Raphael Mazelier
Raphael Mazelier
Well I see there is already a similar pull request, I think my version is more simple, I can just switch to receive(2048) or whatever reasonable value. Anyway a page...
We use liveness (and readiness as well) probe in all our apps (self healing). Liveness probe does restart the pod when failed and increment the restart counter (and adjust the...
A hack may be to write directly to etcd and restart api-server, but this is very very dirty.
By default etcdctl is acting in v2 api, so when not specifying the protocol you only show flannel key cause flannel continue to speak in v2. To view v3 entries...
Sure you can look at https://github.com/ut0mt8/nginx-rtmp-module/blob/dev/ngx_rtmp_live_module.c on the onCuePoint function. I suppose that the hook is next_publish = ngx_rtmp_publish; ngx_rtmp_publish = ngx_rtmp_dash_publish; but this doesn't seems very pratical to pass...
My branch is now working and correclty scte35 event (from elemental) to dash 👍
I've made my own version. I suppose I had to make a merge request
https://github.com/ut0mt8/nginx-rtmp-module use the default dev branch. It work in production since month for us. This is not very elegant but works
Funny I have the same need to have some variant in my dash live stream. I quickly hack something working this afternoon (a very static one). I will review your...
Well I will try to post my solution tomorrow, but my implementation was far more simple. The idea is just to write a custom mpd in addition to some regular...