<div dir="ltr"><span style="font-size:12.8px">Hello</span><br style="font-size:12.8px"><br style="font-size:12.8px"><span style="font-size:12.8px">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 B</span><a href="http://www.live555.com/liveMedia/doxygen/html/BitVector_8hh_source.html" target="_blank" style="color:rgb(70,101,162);font-weight:bold;font-family:monospace;font-size:14px;line-height:22px">itVector.hh</a><span style="font-size:12.8px">. Can you please guide me what is the purpose of this class and can it be used to convert an RTSP to vectorial form so that I can render the stream in vectorial form in WebGl?</span><br style="font-size:12.8px"><br style="font-size:12.8px"><span style="font-size:12.8px">Regards<br></span><br>Taimoor</div>