Killing an ffmpeg process kills Streamer #20
Labels
status: archived
Archived and locked; will not be updated
type: bug
Something isn't working correctly
Milestone
Killing an ffmpeg process currently kills Streamer instead of shutting down cleanly.
./shaka_streamer.py -i config_files/input_looped_file_config.yaml -p config_files/pipeline_live_config.yaml
Then pick an ffmpeg process from
ps
in Linux and kill it by PID.The controller should see that a process died and shut down the pipeline by killing the others.
Instead, it dies and orphans the other subprocesses.
The text was updated successfully, but these errors were encountered: