I am searching for how to create mpeg stream in C# and forward it to HTML5. I am receiving (live) continous bitmaps from an IpCamera. I have to give these bitmaps as source to the mpeg stream creator and then forward to the HTML5 client (live display).
I could not found any stream creator for the live images. And how can I send stream to HTML5? do I need any server in between HTML5 and C#? PS: My client has already connected to C# with websockets.
Please give me some suggestions. Thanks you.