SeZuo / SwissMuseum-Parcours

Web app to navigate inside the Swiss Museum's collection
0 stars 0 forks source link

ResourceWidget videos are not shown nor read properly #140

Closed SeZuo closed 11 years ago

SeZuo commented 11 years ago

The title says it all.

SeZuo commented 11 years ago

The following line is often null. (If the video has not been correctly loaded). var video = document.getElementById(id);

SeZuo commented 11 years ago

Found a workaround: wrap the video with a link to the video file! This is working, but the video isn't playing on Chrome Mobile!

SeZuo commented 11 years ago

Found the issue, it was in the database, not in the code! The file has to be encoded in h.264/flaac in order to work well on chrome, whereas it works on Firefox with ogg(vorbis/theora) as was the linked movie in the DB.

A workaround should be found for this to work on all browsers at once. For this time we'll postpone this issue.