We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3105a87 + dba0454 commit f419e19Copy full SHA for f419e19
1 file changed
ffmpeg_streaming/_process.py
@@ -88,7 +88,8 @@ def _monitor(self):
88
if callable(self.monitor):
89
duration = get_time('Duration: ', line, duration)
90
_time = get_time('time=', line, _time)
91
- self.monitor(line, duration, _time, time_left(start_time, _time, duration), self.process)
+ #FIXME: review the following line and refactor it if it needed
92
+ self.monitor(self,line, duration, _time, time_left(start_time, _time, duration), self.process)
93
94
Process.out = log
95
0 commit comments