Terrance 017591dc9e player: Close ffmpeg stdin during streaming
A `stdin` of `None` means the ffmpeg subprocess input inherits from the
parent process, which may cause undesired control from a terminal (e.g.
`C` causes ffmpeg to prompt for a command).  It also closes the parent's
stdin when the subprocess exits.

This commit switches to `subprocess.DEVNULL`, which provides a separate
pre-closed stdin for ffmpeg subprocesses.
2020-05-23 21:43:26 -04:00
..
2018-01-26 12:46:19 -05:00
2020-04-06 05:00:33 -04:00
2020-01-19 20:03:00 -05:00
2020-01-19 20:03:00 -05:00
2020-01-19 20:03:00 -05:00
2020-01-19 20:03:00 -05:00
2020-01-19 20:03:00 -05:00
2020-01-19 20:03:00 -05:00
2020-01-19 20:03:00 -05:00
2020-01-19 20:03:00 -05:00
2020-01-19 20:03:00 -05:00
2020-01-19 20:03:00 -05:00
2020-01-19 20:03:00 -05:00
2020-01-19 20:03:00 -05:00
2020-05-10 19:35:45 -04:00
2020-01-24 20:53:34 -05:00
2020-01-21 21:34:58 -05:00
2020-01-19 20:03:00 -05:00