I’m building a basic video wall and having an issue with FileStream (EX9.Texture VLC).
I’m using FileStream to load a pair of videos, one of which has an alpha channel, that are blended with Blend, as follows:
The above screenshot is upon loading the patch. Right away you can see the issue. The Info nodes are reporting the size of the video as 2x2. I believe this is what’s turning Blend and FullscreenQuad red.
What’s odd is if I disconnect and reconnect Blend, or Info, magically the size becomes reported correctly. Sometimes it also magically corrects itself after a few plays. In fact, when I first patched this, it worked great. But then upon reloading, I get this issue.
Here’s what I see in TTY:
tty output.log (19.3 KB)
It actually looks like there’s a fair amount of errors there, but these jump out to me as relevant:
00:00:20 : [MemoryToTextureRenderer A0+] Texture needs to be resized to 2x2
[MemoryToTextureRenderer B0-] Texture needs to be resized to 2x2
[MediaRenderer A0+] STOP Mediaplayer (Nothing Special)
[MediaRenderer A0+] Mediaplayer not stopped yet (NOTHING SPECIAL), so we will wait a little bit before we try to load a new file
CreateTexture(Slice 0, Device 841957472)
[MemoryToTextureRenderer A0+] [CreateDoubleTexture] Created new DoubleTexture (2x2 pitch/4=2) for device 841957472 created (dx9ex shared is OFF)
[MemoryToTextureRenderer B0-] [CreateDoubleTexture] Created new DoubleTexture (2x2 pitch/4=2) for device 841957472 created (dx9ex shared is OFF)
00:00:20 :
[MediaRenderer A0+] STOP Mediaplayer (Nothing Special)
[MediaRenderer A0+] Mediaplayer not stopped yet (NOTHING SPECIAL), so we will wait a little bit before we try to load a new file
[MemoryToTextureRenderer A0+] Texture needs to be resized to 2x2
[MemoryToTextureRenderer B0-] Texture needs to be resized to 2x2
CreateTexture(Slice 0, Device 841957472)
[MemoryToTextureRenderer A0+] [CreateDoubleTexture] Created new DoubleTexture (2x2 pitch/4=2) for device 841957472 created (dx9ex shared is OFF)
[MemoryToTextureRenderer B0-] [CreateDoubleTexture] Created new DoubleTexture (2x2 pitch/4=2) for device 841957472 created (dx9ex shared is OFF)
00:00:20 :
[MediaRenderer B0-] STOP Mediaplayer (Nothing Special)
[MediaRenderer B0-] Mediaplayer not stopped yet (NOTHING SPECIAL), so we will wait a little bit before we try to load a new file
[MediaRenderer A0+] Trying to load VIDEO 'C:\Development\R\.\video\Pillar - SQUARE - Activation 03.mov'
CreateTexture(Slice 0, Device 841957472)
[MemoryToTextureRenderer A0+] [CreateDoubleTexture] Created new DoubleTexture (2x2 pitch/4=2) for device 841957472 created (dx9ex shared is OFF)
[MemoryToTextureRenderer B0-] [CreateDoubleTexture] Created new DoubleTexture (2x2 pitch/4=2) for device 841957472 created (dx9ex shared is OFF)
[MediaRenderer A0+] streams 1 trackInfo size = 28
[MediaRenderer A0+] Detected tracks: VIDEO(1080x1920) for file C:\Development\R\.\video\Pillar - SQUARE - Activation 03.mov
[MemoryToTextureRenderer A0+] [FillTextureUsingLockRectangle WARNING] TEXTURE size wrong !
ERR [MemoryToTextureRenderer A0+] [UpdateTexture_ThreadProc] UpdateTexture FAILED, should we try again ?
[MemoryToTextureRenderer A0+] [FillTextureUsingLockRectangle WARNING] TEXTURE size wrong !
ERR [MemoryToTextureRenderer A0+] [UpdateTexture_ThreadProc] UpdateTexture FAILED, should we try again ?
[MemoryToTextureRenderer A0+] [FillTextureUsingLockRectangle WARNING] TEXTURE size wrong !
ERR [MemoryToTextureRenderer A0+] [UpdateTexture_ThreadProc] UpdateTexture FAILED, should we try again ?
[MemoryToTextureRenderer A0+] [FillTextureUsingLockRectangle WARNING] TEXTURE size wrong !
ERR [MemoryToTextureRenderer A0+] [UpdateTexture_ThreadProc] UpdateTexture FAILED, should we try again ?
[MemoryToTextureRenderer A0+] [FillTextureUsingLockRectangle WARNING] TEXTURE size wrong !
ERR [MemoryToTextureRenderer A0+] [UpdateTexture_ThreadProc] UpdateTexture FAILED, should we try again ?
[MemoryToTextureRenderer A0+] [FillTextureUsingLockRectangle WARNING] TEXTURE size wrong !
ERR [MemoryToTextureRenderer A0+] [UpdateTexture_ThreadProc] UpdateTexture FAILED, should we try again ?
[MemoryToTextureRenderer A0+] [FillTextureUsingLockRectangle WARNING] TEXTURE size wrong !
ERR [MemoryToTextureRenderer A0+] [UpdateTexture_ThreadProc] UpdateTexture FAILED, should we try again ?
[MemoryToTextureRenderer A0+] [FillTextureUsingLockRectangle WARNING] TEXTURE size wrong !
ERR [MemoryToTextureRenderer A0+] [UpdateTexture_ThreadProc] UpdateTexture FAILED, should we try again ?
[MemoryToTextureRenderer A0+] [FillTextureUsingLockRectangle WARNING] TEXTURE size wrong !
ERR [MemoryToTextureRenderer A0+] [UpdateTexture_ThreadProc] UpdateTexture FAILED, should we try again ?
[MemoryToTextureRenderer A0+] [FillTextureUsingLockRectangle WARNING] TEXTURE size wrong !
ERR [MemoryToTextureRenderer A0+] [UpdateTexture_ThreadProc] UpdateTexture FAILED, should we try again ?
[MemoryToTextureRenderer A0+] [FillTextureUsingLockRectangle WARNING] TEXTURE size wrong !
ERR [MemoryToTextureRenderer A0+] [UpdateTexture_ThreadProc] UpdateTexture FAILED, should we try again ?
[MemoryToTextureRenderer A0+] [FillTextureUsingLockRectangle WARNING] TEXTURE size wrong !
ERR [MemoryToTextureRenderer A0+] [UpdateTexture_ThreadProc] UpdateTexture FAILED, should we try again ?
[MemoryToTextureRenderer A0+] [FillTextureUsingLockRectangle WARNING] TEXTURE size wrong !
ERR [MemoryToTextureRenderer A0+] [UpdateTexture_ThreadProc] UpdateTexture FAILED, should we try again ?
I’ve tried this with different videos, same issue.
I’ve got the latest Beta + VLC installed (3.0.8), all 64-bit.
Thanks much for any help you can provide on this!