Recherche avancée

Médias (91)

Autres articles (101)

  • Publier sur MédiaSpip

    13 juin 2013

    Puis-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

  • Use, discuss, criticize

    13 avril 2011, par

    Talk to people directly involved in MediaSPIP’s development, or to people around you who could use MediaSPIP to share, enhance or develop their creative projects.
    The bigger the community, the more MediaSPIP’s potential will be explored and the faster the software will evolve.
    A discussion list is available for all exchanges between users.

  • Les tâches Cron régulières de la ferme

    1er décembre 2010, par

    La 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 (...)

Sur d’autres sites (9595)

  • Fastest way to capture from webcams linux

    31 octobre 2016, par Buddhishan Manamperi

    I am capturing images from UVC web cam /dev/video0 and convert them to jpeg and send them to my OCR server using Linux (Intel Edison - Yocto linux to be exact)

    Currently I am using

    ffmpeg

    as my capturing software. This is the command I use to capture the image.

    ./ffmpeg -s 640x640 -f video4linux2 -i /dev/video0 -vframes 1 image.jpeg;

    This command takes around 2 seconds to complete which is bad for me to implement realtime OCR.

    Is there a fast method to capture from my UVC webcam ? Is there a way to keep the video device open always and grab a frame faster. Uncompressed images may not be an option because Im sending the photo using WIFI

    I have tried different image capturing softwares like fswebcam and MPlayer ( Found here ) but the time is not improved.

  • Revision 104961 : déclencher un événement quand le js qui gère afficher_si est chargé. Cela ...

    24 juin 2017, par bystrano@… — Log

    déclencher un événement quand le js qui gère afficher_si est chargé.
    Cela permet p.ex. de se brancher dessus pour n’afficher le formulaire qu’une
    fois le js chargé et d’éviter ainsi un flash des saisies masquées quand le
    chargement de la page prend un peu de temps.

  • Options for replacing RTMP for live streaming

    22 décembre 2016, par molokoV

    I have a backend streaming video to web browsers using RTMP. On the browsers we use jwplayer.
    As everybody know flash player is going to be deprecated soon.
    Im looking for options to modify the backend using another streaming solution.

    We have made some test using DASH but it has too much delay for live streamining compared to RTMP.

    What are the options for anyone using RTMP ?