Keith
Thanks for your email.  If I do manage to find anything, I will keep you posted!
Cheers,
Jason.

From: Griebel, Keith [mailto:keith.grie...@sdstate.edu]
Sent: Saturday, 9 April 2011 01:26 AM
To: Jason Bell; ag-t...@mcs.anl.gov
Subject: RE: VideoConsumerService HD crash log

Hi Jason,
We, at 3 separate sites, have also seen this issue.  In our testing it appears 
to be 64bit related, since if we move the card(s) to a 32bit Windows machine 
(both Windows 7), the Vic crash does not happen and it all works fine.  We have 
also noticed that this affects multiple Viewcast Osprey card models, including 
the 440 (pci) and 450e (pci-express).  There is also some odd/inconsistent 
behavior where, if you disable the Osprey devices, open Access Grid Venue 
Client, then re-enable some (not always able to do all) of them, they will 
become available to add into a service, enter a venue, and actually work (send 
video through Vic).  Obviously this is not really a solution, but maybe some 
developers will find it valuable.
A while back Doug Kosovic was working on this some, I am not sure if he got 
anywhere with HD Vic to prevent the crashes.  Our workaround now is to use a 
32bit capture machine to send SD video alongside our HD capture (which uses 3 
Blackmagic Decklink SDI cards) and we control both HD and SD capture machines 
from our Display machine with Service Manager.
Since we’ve had this issue for almost a year now, we have had the opportunity 
to test with multiple releases of the 64bit drivers for these cards, hoping 
they would solve the problem, to no avail.  It appears Viewcast has now 
released all the beta versions, so theoretically the drivers should be stable, 
but I still consider that a possible cause.  It is interesting however that 
other capture programs appear to display the video from these Osprey cards just 
fine in 64bit Windows, so hopefully it is just a matter of modifying some HD 
Vic code.
Please let us know if you come up with or hear of a solution!  We are happy to 
provide logs or any other info upon request.
Thanks!
Keith

Keith Griebel
Communications Technician
Classroom Technology Services
South Dakota State University

From: ag-tech-boun...@lists.mcs.anl.gov 
[mailto:ag-tech-boun...@lists.mcs.anl.gov] On Behalf Of Jason Bell
Sent: Thursday, April 07, 2011 9:51 PM
To: ag-t...@mcs.anl.gov
Subject: [AG-TECH] FW: VideoConsumerService HD crash log

Colleagues
I am forwarding an issue from a colleague, in which an “Osprey 440e” device on 
Windows 7-64bit causes vic to crash.  Note, this issue only occurs on the newer 
version of vic (ie, The HD Video* services).  The non-HD Video Services appears 
to work fine.
If the device is disabled, vic appears to work fine.
Has anyone else seen this issue?
Many thanks,
Jason.

From: Living Au [mailto:living...@aut.ac.nz]
Sent: Thursday, 7 April 2011 11:08 AM
To: Jason Bell
Cc: Lloyd Pearson
Subject: VideoConsumerService HD crash log

Hi,

Win 7 64bit and Osprey 440e

This is the log  -

04/07/11 13:02:25 3784 VenueClient     venueclientui.py:2902 DEBUG   add user: 
Otago ITS AVC 1
04/07/11 13:02:49 2396 VenueClient     venueclient.py:609 DEBUG Calling 
Heartbeat, time now: 1302138169
04/07/11 13:02:49 2396 VenueClient     venueclient.py:633 DEBUG Next Heartbeat 
needed within 36s
04/07/11 13:02:49 2396 VenueClient     venueclient.py:643 DEBUG 
heartBeatCounter = 5
04/07/11 13:03:25 3440 VenueClient     venueclient.py:609 DEBUG Calling 
Heartbeat, time now: 1302138205
04/07/11 13:03:25 3440 VenueClient     venueclient.py:633 DEBUG Next Heartbeat 
needed within 36s
04/07/11 13:03:25 3440 VenueClient     venueclient.py:643 DEBUG 
heartBeatCounter = 6
04/07/11 13:03:30 1352 VenueClient     venueclientui.py:1732 DEBUG 
VenueClientFrame.ManageNodeCB: open node management
04/07/11 13:03:30 1352 VenueClient     venueclientui.py:1733 DEBUG nodeservice 
url: http://156.62.46.22:11000/NodeService
04/07/11 13:03:30 1352 NodeService     agnodeservice.py:299 INFO  
NodeService.GetServiceManagers
04/07/11 13:03:30 1352 ServiceManager     agservicemanager.py:225 INFO  
AGServiceManager.GetServices
04/07/11 13:03:37 1352 ServiceManager     agservicemanager.py:103 INFO  
AGServiceManager.AddService
04/07/11 13:03:37 1352 ServiceManager     agservicemanager.py:350 INFO  
Installed service version: 3.4, package version: 3.4
04/07/11 13:03:37 1352 ServiceManager     agservicemanager.py:358 INFO  
Importing inline service class VideoConsumerServiceHD
04/07/11 13:03:43 1352 ServiceManager     agservicemanager.py:163 ERROR 
AddService
Traceback (most recent call last):
  File 
"C:\Python24\lib\site-packages\AccessGrid3\AccessGrid\AGServiceManager.py", 
line 151, in AddService
    serviceObj,pid = self.__AddInlineService(servicePackage)
  File 
"C:\Python24\lib\site-packages\AccessGrid3\AccessGrid\AGServiceManager.py", 
line 367, in __AddInlineService
    serviceObj = serviceClass()
  File ".\VideoConsumerServiceHD.py", line 49, in __init__
    deviceDOM = xml.dom.minidom.parse(proc.stdout)
  File "C:\Python24\lib\site-packages\_xmlplus\dom\minidom.py", line 1915, in 
parse
    return expatbuilder.parse(file)
  File "C:\Python24\lib\site-packages\_xmlplus\dom\expatbuilder.py", line 930, 
in parse
    result = builder.parseFile(file)
  File "C:\Python24\lib\site-packages\_xmlplus\dom\expatbuilder.py", line 211, 
in parseFile
    parser.Parse("", True)
ExpatError: no element found: line 1, column 0
04/07/11 13:03:43 3784 bajjer.io     io.py:161 DEBUG RECV:

04/07/11 13:03:43 1352 NodeManagementUIClasses     
nodemanagementuiclasses.py:1010 ERROR Add Service failed:VideoConsumerServiceHD
Traceback (most recent call last):
  File 
"C:\Python24\lib\site-packages\AccessGrid3\AccessGrid\NodeManagementUIClasses.py",
 line 968, in AddService
    self.app.GetPreferences().GetProfile())
  File 
"C:\Python24\lib\site-packages\AccessGrid3\AccessGrid\AGServiceManager.py", 
line 151, in AddService
    serviceObj,pid = self.__AddInlineService(servicePackage)
  File 
"C:\Python24\lib\site-packages\AccessGrid3\AccessGrid\AGServiceManager.py", 
line 367, in __AddInlineService
    serviceObj = serviceClass()
  File ".\VideoConsumerServiceHD.py", line 49, in __init__
    deviceDOM = xml.dom.minidom.parse(proc.stdout)
  File "C:\Python24\lib\site-packages\_xmlplus\dom\minidom.py", line 1915, in 
parse
    return expatbuilder.parse(file)
  File "C:\Python24\lib\site-packages\_xmlplus\dom\expatbuilder.py", line 930, 
in parse
    result = builder.parseFile(file)
  File "C:\Python24\lib\site-packages\_xmlplus\dom\expatbuilder.py", line 211, 
in parseFile
    parser.Parse("", True)
ExpatError: no element found: line 1, column 0

Regards,
Living.

Reply via email to