Has anyone successfully sent a video file using the SDK. Mp4 of Mov in a c# project.
I'm struggling to find the easiest lowest cost method to do this.
I've got it working converting each frame to a bitmap then sending but this is very low performance.
I could call out to ffmpeg to play, but the file changes regularly and this is a bit nasty.
I have it working in a WPF window but the performance of this is AWFUL and it doesn't support alpha.
Is there an easy way of doing this using the SDK that I have missed?
I'm struggling to find the easiest lowest cost method to do this.
I've got it working converting each frame to a bitmap then sending but this is very low performance.
I could call out to ffmpeg to play, but the file changes regularly and this is a bit nasty.
I have it working in a WPF window but the performance of this is AWFUL and it doesn't support alpha.
Is there an easy way of doing this using the SDK that I have missed?