You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to html5...@googlegroups.com
Hello,
I recently built an html5 media player using javascript. The audio portion works great. However, when i attempt to play videos while using iOS browsers regardlesss of maker, it crashes the browser. I have it set up so a user can select a video file from local storage. Once selected they can load the video and play. It seems to work on smaller file sized videos. Longer videos seem like they buffer in the player to a certain point then just stop. I'd like to use the media player on an ipad mini. But the video part of the app keeps crashing the browser when a file is loaded or shortly after begginning play. It works in desktop browsers and android just fine. I can't figure out where the memory leak might be. Or if it has to do with the way videos are loaded on ios from another apps storage like Documet Reader by Readdle. The code is hosted at this github location