robert-belleman / 360Composer

3 stars 0 forks source link

Load videos on demand rather than all at once #24

Open markwijz opened 2 years ago

markwijz commented 2 years ago

In the current implementation for each video fragment a separate <video> element exists in the A-Frame assets list. This causes all videos to be loaded at the same time, which may cause an excessive memory usage especially for larger number of videos or longer/higher quality (i.e. 4K) videos. This may cause problems especially on weaker devices.

markwijz commented 2 years ago

Not a bug in the strictest sense of the word, but not desired behaviour. Will be fixed as part of the adaptive bitrate streaming additions.