Hi, I'm creating a web app that uses video drawn on a html5 canvas element (using CreateJS Bitmap object). While running on Windows (Firefox version 22) everything runs ok: the video is loaded and the playback starts automatically as expected. However when I move to Linux (Ubuntu, also on Firefox 22) the video never plays. I tried various file formats (MP4, WEBM, THEORA) with the same results. I checked my video files by adding them using the <video> tag on a html page and they all play well on Firefox/Linux: the problem seems to be related to using it on canvas, started by a javascript code. Is this a known problem?
I know that this behavior is very similar to the one found on mobile devices (Android/iOS) that won't play the video if no click event is associated. Does Firefox on Linux acts the same way? Thank you. _______________________________________________ dev-media mailing list [email protected] https://lists.mozilla.org/listinfo/dev-media

