Simultaneous playback of multiple streams
integerk opened this issue · 3 comments
I tried to play two streams using GPUVideoPlayer, but 2nd stream didn't play (black texture).
And I also tried to play GPUVideoPlayer and VideoPlayer(unity standerd) simultaneously. GPUVideoPlayer play normaly and VideoPlayer didn't play(black texture).
I also confirmed VideoPlayer can play multiple streams simultaneously.
Dose GPUVideoPlayer support multiple streams?
Why dose GPUVideoPlayer block VideoPlayer playback?
Do you have a sample scene you can provide? also have you tried other video players like AVPro?
I put sample scene on GPUVideoTextureTest branch. (https://github.com/integerk/GPUVideoPlayer.git)
Please check it.
GPUVideoTexturex2 scene is the problem scene.
I have one mistake. GPUVideoPlayer and VideoPlayer can play simultaneously. I'm sorry.
About AVPro, the asset is too expensive for me, so I couldn't try it. sorry again.