
Recherche avancée
Autres articles (47)
-
Mise à jour de la version 0.1 vers 0.2
24 juin 2013, parExplications des différents changements notables lors du passage de la version 0.1 de MediaSPIP à la version 0.3. Quelles sont les nouveautés
Au niveau des dépendances logicielles Utilisation des dernières versions de FFMpeg (>= v1.2.1) ; Installation des dépendances pour Smush ; Installation de MediaInfo et FFprobe pour la récupération des métadonnées ; On n’utilise plus ffmpeg2theora ; On n’installe plus flvtool2 au profit de flvtool++ ; On n’installe plus ffmpeg-php qui n’est plus maintenu au (...) -
Personnaliser en ajoutant son logo, sa bannière ou son image de fond
5 septembre 2013, parCertains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;
-
Publier sur MédiaSpip
13 juin 2013Puis-je poster des contenus à partir d’une tablette Ipad ?
Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir
Sur d’autres sites (3518)
-
avformat/dashdec : Free subtitle representations on exit
19 septembre 2020, par Andreas Rheinhardt -
avcodec/alacenc : Remove redundant code to free extradata
13 septembre 2020, par Andreas Rheinhardt -
Internet Explorer 11 HTML5 audio duration = infinity issue
27 février 2016, par unbirthToday I’ve met an unpleasant issue. There is a website with a custom HTML5 audio player. After the page loads, I try to echo
document.getElementById("myAudioId").duration
, it is needed in order to make navigation possible. In every other browser it works just fine, the duration is showed, but IE11 works differently - it shows that duration equalsInfinity
. But as I noticed, when the song is buffered to the end, the duration magically appers and the navigation works. In other browsers everything works from the start. The content-length headers are set up. What could it be ?UPD : Other sites with HTML5 audio let me see the duration from the very start. The duration, I guess, is part of metadata and could be loaded even without preloading the audio file using
preload="metadata"
, but it also doesn’t work.UPD2 : I’ve also tried playing around with jsfiddle and created the same audio tag there with same MP3 audio - there was the same situation. But then I’ve inserted link to another MP3 there, from another site - and it worked !. More than that, I’ve uploaded this second song to the first problematic website and after that the song that worked perfectly couldn’t also show me its duration and stuff. So now I think it’s something on server side. But don’t know what it is.
UPD3 : Finally, I’ve been told that files are converted using FFMPEG to MP3 128bit, then they stop being OK. Now I need to find how should I convert MP3s so they are OK.