Reply To: SSC is awesome

#3724
rpedde
Participant

I think the fault is in the streaming program — it doens’t notice the broken output pipe and sigstops.

Probably I could do something on that, but it’s just a simple popen, and I don’t think I can get the underlying pid to sigkill it.

I could fix it by doing a fork + exec and tracking the open pid numbers, and probably will end up doing that at some point, but for the encoders supported in the script that ships, it works, so haven’t done it yet.