
Recherche avancée
Autres articles (111)
-
Les autorisations surchargées par les plugins
27 avril 2010, parMediaspip core
autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs -
Les tâches Cron régulières de la ferme
1er décembre 2010, parLa gestion de la ferme passe par l’exécution à intervalle régulier de plusieurs tâches répétitives dites Cron.
Le super Cron (gestion_mutu_super_cron)
Cette tâche, planifiée chaque minute, a pour simple effet d’appeler le Cron de l’ensemble des instances de la mutualisation régulièrement. Couplée avec un Cron système sur le site central de la mutualisation, cela permet de simplement générer des visites régulières sur les différents sites et éviter que les tâches des sites peu visités soient trop (...) -
HTML5 audio and video support
13 avril 2011, parMediaSPIP uses HTML5 video and audio tags to play multimedia files, taking advantage of the latest W3C innovations supported by modern browsers.
The MediaSPIP player used has been created specifically for MediaSPIP and can be easily adapted to fit in with a specific theme.
For older browsers the Flowplayer flash fallback is used.
MediaSPIP allows for media playback on major mobile platforms with the above (...)
Sur d’autres sites (10520)
-
how to play multiple videos at the same time using ffplay ?
13 juillet 2016, par Jong Hyeok ParkI install the ffmpeg source file and I can play one video file using ffplay.
However, I have to play multiple video files at the same time, using ffplay ?
How can I do ?++ what is the method of rewind/fast-forward in ffplay using command line option.
(I can’t find that contents in DOC file.)++ If I can play the multiple video files, I make a script file for play multiple video files automatically.
-
ios play HLS - only lowest bitrate available
15 janvier 2016, par user2928842i’m trying to play HLS streamed by IIS in different bitrates on ipad (ios 6), encoded with ffmpeg.
i can see that only the lowest bitrate (600k) is being played by the native player : to play it i’m just opening the main index file (.m3u8) on Safari.is there a way to get some logs from the player to understand why this happens ?
tried with the Safari Developer tools but didn’t get to much info from itthanks
-
how can I play ffmpeg codecs not supported by MedicaPlayer ? [closed]
1er septembre 2011, par JunCurrently, I'm using MediaPlayer to play mp4, 3gp videos and it works as it should do but now I need to play ffmpeg codecs too.
In this case, do I have to develop my video player or is there any players from 3rd parties ?
Thanks in advance.