Chris Blum

Results 29 comments of Chris Blum

Sorry for taking so long - I must have overlooked the notification. Do you remember why you added the worker binary to the repo? The rest looks good to me

@mykaul - Ripsaw never shares the same PVC between Pods. Ripsaw creates as many Pods as we define in the `servers` variable (in the benchmark CR). Each Pod gets its...

@shekharberry I think you just need to fix this here: https://github.com/cloud-bulldozer/benchmark-operator/blob/master/roles/fio_distributed/templates/servers.yaml#L51 Add another if clause for block mode. (could you send a PR please?) As far as I can see,...

I have the same issue and just found out that ffmpeg is executed as `ffmpeg -i -codec copy -f mpegts pipe:1` (so the feed URI is empty in my data...

The issue for me is this line: https://github.com/tellytv/telly/blob/f43e486ae42864ce7c3c061abcfa78f76a56ea42/internal/m3uplus/main.go#L99 Since it only selects http or udp URIs, my m3u with rtsp links is not properly parsed and thus has empty URI...

Apparently sometimes the `eno3` interface is named `System eno3` by NetworkManager....

yes, as I said, we could use lsof/fuser capabilities to check the open files by processes. That way we can count the PIDs that have our V4L2LOOPBACK device open. We...

We could also look into what WebEx does differently to Google Meet in regards to inotify, but I'm unsure how I would debug that

So I was able to capture the inotify messages for WebEx and Google Meet WebEx: ``` /dev/video2 CLOSE_WRITE,CLOSE /dev/video2 OPEN /dev/video2 CLOSE_NOWRITE,CLOSE /dev/video2 OPEN /dev/video2 CLOSE_NOWRITE,CLOSE /dev/video2 OPEN /dev/video2 CLOSE_NOWRITE,CLOSE...