1.1 --- a/gmyth-stream/server/0.3/plugins/transcoders/gmencoder.py Wed Jul 04 21:32:20 2007 +0100
1.2 +++ b/gmyth-stream/server/0.3/plugins/transcoders/gmencoder.py Wed Jul 04 21:49:50 2007 +0100
1.3 @@ -83,11 +83,13 @@
1.4 if self.proc.stdout in r:
1.5 progress = self.proc.stdout.readline()
1.6 if (progress.find ("PROGRESS") >= 0):
1.7 + self.log.info ("PROGRESS %s" % progress)
1.8 self.status = progress.split (":")[1]
1.9 except Exception, e:
1.10 self.log.error(self.tid, "Problems handling data: %s" % e)
1.11 return False
1.12
1.13 + self.status = 100;
1.14 self.log.info(self.tid, "OK: Done")
1.15 return True
1.16 # start()