
Recherche avancée
Autres articles (58)
-
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 -
Utilisation et configuration du script
19 janvier 2011, parInformations spécifiques à la distribution Debian
Si vous utilisez cette distribution, vous devrez activer les dépôts "debian-multimedia" comme expliqué ici :
Depuis la version 0.3.1 du script, le dépôt peut être automatiquement activé à la suite d’une question.
Récupération du script
Le script d’installation peut être récupéré de deux manières différentes.
Via svn en utilisant la commande pour récupérer le code source à jour :
svn co (...) -
Menus personnalisés
14 novembre 2010, parMediaSPIP utilise le plugin Menus pour gérer plusieurs menus configurables pour la navigation.
Cela permet de laisser aux administrateurs de canaux la possibilité de configurer finement ces menus.
Menus créés à l’initialisation du site
Par défaut trois menus sont créés automatiquement à l’initialisation du site : Le menu principal ; Identifiant : barrenav ; Ce menu s’insère en général en haut de la page après le bloc d’entête, son identifiant le rend compatible avec les squelettes basés sur Zpip ; (...)
Sur d’autres sites (10948)
-
playing video while encoding with ffmpeg
28 novembre 2013, par user1857519in my Webapplication the user should be able to upload his own videos (either format).
I am using ffmpeg to encode the video to .mp4 and .flv using the command :ffmpeg -i uservid.whatever output.mp4 output.flv
while ffmpeg encodes the video, it's loaded in the flowplayer on the users-page. But flowplayer always says "file not found" cause ffmpeg is not yet finish with encoding.
Is there a possibility to load the video in a certain player even if it is not yet completly encoded ? maybe there is a ffmpeg option ?
Thanks
-
Fragmented mp4 cannot be played on pure html5 video
23 novembre 2017, par Kevin Youngho SeoI need to use a video tag to serve over 3GB of video on the web.
When the page is loaded, it takes a long time for the media element to receive the ’loadedmetadata event’.I’ve found that the size of the moov box is too large (33MB).
So when I re-encoded it with the ’empty_moov + frag_keyframe’ option of ’ffmpeg’, but it also took longer to fetch all fragmented information from the ’Inspector - Network’ tab in Chrome.Is there a way to speed up loading when playing ’fragmented mp4’ with html5 video tag ?
-
on FF 3.6 with no flash, onLoad event is not triggered
8 octobre 2013, par jgabioson FF 3.6 with no flash, onLoad event is not triggered
code to reproduce the error :
soundManager.createSound(
id : 'mysound',
url : '/sounds/mysound.ogg',
autoLoad : true,
autoPlay : true,
onload : function()
alert('loaded') ;
) ;
adding s._a.load() ; on line 2937, triggers the onload event.