[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [AG-TECH] Video Producer Service fails to start




On 15/11/2006, at 6:16 AM, Mike Weaver wrote: []

The relevant part of the VideoProducerService.log seems to be:

11/14/06 14:45:05 -1225061488 Toolkit VideoProducerService.py: 309 ERROR
Exception in VideoProducerService.Start
Traceback (most recent call last):
File
"/home/micsag/.AccessGrid3/local_services/VideoProducerService/ VideoProducer
Service.py", line 279, in Start
if self.streamDescription.encryptionFlag != 0:
AttributeError: 'int' object has no attribute 'encryptionFlag'


Mike,

A short term fix is to edit the file .AccessGrid3/local_services/ VideoProducerService/VideoProducerService.py by changing the line:
if self.streamDescription.encryptionFlag != 0:
to
if hasattr(self.streamDescription, 'encryptionFlag') and self.streamDescription.encryptionFlag != 0:




chris


Christoph Willing +61 7 3365 8350 QCIF Access Grid Manager University of Queensland