
Recherche avancée
Médias (1)
-
Revolution of Open-source and film making towards open film making
6 octobre 2011, par
Mis à jour : Juillet 2013
Langue : English
Type : Texte
Autres articles (30)
-
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 (...) -
Multilang : améliorer l’interface pour les blocs multilingues
18 février 2011, parMultilang est un plugin supplémentaire qui n’est pas activé par défaut lors de l’initialisation de MediaSPIP.
Après son activation, une préconfiguration est mise en place automatiquement par MediaSPIP init permettant à la nouvelle fonctionnalité d’être automatiquement opérationnelle. Il n’est donc pas obligatoire de passer par une étape de configuration pour cela. -
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 (4694)
-
Revision 2e0588bc46 : vp9_decoder_remove : destroy common after thread shutdown in a failure case the
9 juillet 2014, par James ZernChanged Paths :
Modify /vp9/decoder/vp9_decoder.c
vp9_decoder_remove : destroy common after thread shutdownin a failure case the threads may still be running and share a reference
to VP9_COMMONChange-Id : I867034b4b55f133663b8cbf6ca06e72acf952849
-
Kill FFmpeg RTMP/RTSP
8 janvier 2018, par Akim BenchihaI’m using ffmpeg to combine to inputs stream. One is RTMP and the other one is rtmp.
What I want is weather RTMP or RTSP input is broken, send to an API the end of steaming and kill the process.
RTSP stream is a loop video.Do you have any idea to share please ?
-
How to pass real time video to youtube rtmp server for live streaming ?
31 octobre 2022, par AMRITESH GUPTAI am trying to build a project in which a user can post his screen-shared video to youtube live, but I don't know how to pass on that captured stream to youtube using youtube API. Also, I don't want to use any streaming software for this.
I anyone has any idea how to do it, please share it.


P.S. - I am using Nodejs and FFmpeg for video encoding.