Hey guys!
I need to add a UID to my headers for getting Texture (video or images).
Is there any way to do this in PIXI?
For example:
PIXI.Texture.from(testVideo, {header: {
'UID': 'XXX'
}});
I also tryed PIXI.Texture.fromUrl but had the same result.