secondstory / ofxDSHapVideoPlayer

ofxDSHapVideoPlayer is a Hap video player addon for openFrameworks (Windows-only)
Other
37 stars 21 forks source link

warning : pin not connected! #3

Open msf567 opened 8 years ago

msf567 commented 8 years ago

Hi!

I am opening multiple windows each with their own hap player running.

however, once I open two or three at once, the whole program crashes and the error "warning: pin not connected" is thrown at the start of it.

What does this error mean and how and I prevent it / protect against it?

msf567 commented 8 years ago

Please let me know what you need from me to help debug this. I can supply anything.

mantissa commented 8 years ago

Hey! Sorry for the late response. Am I understanding correctly that you are creating multiple windows in a single application? You may be pushing the boundaries of what's possible for DirectShow. I'm curious if you run into the same problem running the same number of video players in a single window? Or in multiple separate applications?