Por favor, describe paso a paso lo que sucedió hasta el momento cuando encontraste el problema. Añade, asimismo, la información siguiente:
Versión de Google Chrome: 12.0.742.124
Sistema Operativo: Ubutnu: Ubuntu 10.04.3 LTS
Mensaje de error: No error message
Extensiones instaladas : xmarks
Well, I tried to render a texture coming from a video source
https://developer.mozilla.org/en/webgl/animating_textures_in_webgl Its working well in firefox but I cant see anything in chrome, no log, no webgl errors, anything...
Here is a working example in ff:
https://developer.mozilla.org/samples/webgl/sample8/index.html I have removed, in a local test, the video events included in that example and its not working.2011-07-28
He intentado renderizar una textura desde un video en html5 tal y como se explica en este link, algo muy sencillo:
https://developer.mozilla.org/en/webgl/animating_textures_in_webgl En Firefox funciona a la perfección pero en chrone no renderiza nada. No estoy seguro si es que chrome no puede extraer un bitmap al vuelo del frame actual del video o hay algo que se me escapa.
Con este ejemplo se ve claro, en FF funciona y en chrome no:
https://developer.mozilla.org/samples/webgl/sample8/index.html No hay ningún tipo de log en chorome cuando intento renderizarlo.