Video.MediaFoundation - Info node in Iteration breaks VideoPlayer on load

When attaching an Graphics.Skia.Imaging Info node to a VideoPlayer inside a for loop it works fine until you save, close VVVV and then reopen the project - VideoPlayer starts throwing exceptions.

Removing the Info node does not fix it, the VideoPlayer will still output null
Restart (F9) does not not fix it either.

Removing the Info node, saving the project, closing VVVV and then reopening the project fixes the issue.

Don’t have permissions to attach files but it is fairly easy to reproduce, i’ll try figuring something out.

The output of the player is probably NULL (not assigned) in the first few frames. You should therefor use a IsAssigned in combination with a If to access it.

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.