David Colburn
David Colburn
> Ah, I see, that's a bit of a bummer :( Are there any guarantees that `|` will indeed not occur in values ? No guarantees, but generally the list...
when streaming with the go sdk, the frame duration is the ultimate source of truth for timing information. It might be better if the sdk accepted a framerate and handled...
How many CPUs did it have available (and did it max them out)? I have a suspicion that this is caused by the pipeline not being able to keep up...
This would probably require gstreamer or ffmpeg to be installed (script could also handle that). I haven't tested this command, but you should be able run something like `ffmpeg -i...
You have `permission denied` errors in the logs when it's trying to create the file. Does it have write access to that directory?
Looks like there was some packet loss surrounding that segment. Does this break the playlist?
Hey @bekriebel, this is now possible with some slight modifications to the livekit-server code. To achieve this, you could pass the region to the EgressService, and change `return s.StartEgressWithClusterId(ctx, "",...
We do not currently support vp9 encoding
egress v1.8.0+ requires livekit v1.5.1+ In general it's best to upgrade both at the same time to the latest versions
x264enc is much faster than vp8enc (we weren't able to run vp8enc in real time without hardware acceleration), but I have not tested against openh264enc. We have experimented a bit...