Re: [Live-devel] Getting RTSP stream in vector form for rendering in WebGl

2016-01-27 Thread Ross Finlayson
> I need to render an RTSP stream in browser using WebGl, I get binary raw data > with the ffmpeg in PNaCl in Google Chrome. Now I need to render the pixels in > WebGl, but it seems that WebGl is a rasterization API which is good at > rendering vectors and not pixels. I have found a class BitVec

[Live-devel] Getting RTSP stream in vector form for rendering in WebGl

2016-01-27 Thread Taimoor Alam
Hello I need to render an RTSP stream in browser using WebGl, I get binary raw data with the ffmpeg in PNaCl in Google Chrome. Now I need to render the pixels in WebGl, but it seems that WebGl is a rasterization API which is good at rendering vectors and not pixels. I have found a class BitVector.