Merge branch 'master' of github.com:jb-alvarado/ffplayout-engine
This commit is contained in:
commit
738a280589
@ -134,7 +134,7 @@ impl ProcessControl {
|
||||
rpc.clone().close()
|
||||
};
|
||||
|
||||
for unit in [Encoder, Decoder, Ingest] {
|
||||
for unit in [Decoder, Encoder, Ingest] {
|
||||
if let Err(e) = self.kill(unit) {
|
||||
if !e.contains("exited process") {
|
||||
error!("{e}")
|
||||
|
Loading…
x
Reference in New Issue
Block a user