<html>
    <head>
      <base href="https://bugs.webkit.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - HLS WebGL video textures produces faulty colour rendering in IOS 10"
   href="https://bugs.webkit.org/show_bug.cgi?id=164540#c9">Comment # 9</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - HLS WebGL video textures produces faulty colour rendering in IOS 10"
   href="https://bugs.webkit.org/show_bug.cgi?id=164540">bug 164540</a>
              from <span class="vcard"><a class="email" href="mailto:electroteque&#64;gmail.com" title="Daniel Rossi &lt;electroteque&#64;gmail.com&gt;"> <span class="fn">Daniel Rossi</span></a>
</span></b>
        <pre>Confirming rotating the colour channel order , it gets inverted back on IOS 10. I had to add this colour format to display properly in the simulator for now. 

gl.texImage2D(gl.TEXTURE_2D, 0, gl.RGBA, gl.RGBA, gl.UNSIGNED_BYTE, video);</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>