Hello Everyone,
My task is to get the video data from the network, decode and rendering.
For this i have created an ATL activex, and i am doing all these in the activex. And i am using this Activex in the browser (Till now i used IE only), by using JScript. Everything is working fine in IE.
So, now i am planning to use the HTML5's renderer functionality in my application(I am feel free to use any browser,ie, firefox, chrom, or opera).
What i mean was, i just want to do network data reading and decoding in the activex. And i want to render this decoded data(Pixel image data) in HTML5(using Canvas and JScript functionality.).
So, Is it possible to do it(using HTML5 and JScript)??
So, how can i pass this data to HTML5/Canvas?
Please let me know.
Thanks in advance.
Davuluri.