Question

I am working on creating a video wall like application. The application creates multiple windows to display video and each window has its own filter graph. In a typical configuration, these windows would be spread over two displays for a total of 12 windows.

But the problem is whenever I try to run the application, a few of the windows display black video. There are no crashes and each graph is rendered correctly without throwing any errors. The windows displaying the black video are random.

I have tested this on two different graphics card with similar results.

Can someone please help identify the issue

Was it helpful?

Solution

VMR9s/EVRs are backed by limited resource, you are hitting the limit. There is no distinctive error code or otherwise well known/reliable way to detect that you are in trouble.

Your workaround is to either implement custom allocator/presenter to manage surfaces, or use VMR7 instead.

See also:

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top