RTMP on Texture - Suggestions

Hello,

I need some suggestions about how to show an RTMP stream in the texture. I try the VideoPlayer object but it doesn’t make a progress as doesn’t support RTMP streaming. I need the scene for UWP and especially for Hololens 1, so I need the video player (or just the plane) in the MRTK world.

How to proceed in this task?

Thanks in advance.

Did you ever figure this out?
cuz I would like dto do as well.

I am using the vlc player for unity free at gethub

My problem was the rendering onto a quad object or plane with MRTK (Hololens) environment. I solved that task with the FFmpeg tool. I build a DLL with basic functionality such as init and get_next_frame. I relied upon this StackOverflow’s topic. Take a look here.