Recherche avancée

Médias (1)

Mot : - Tags -/MediaSPIP

Autres articles (53)

  • La file d’attente de SPIPmotion

    28 novembre 2010, par

    Une file d’attente stockée dans la base de donnée
    Lors de son installation, SPIPmotion crée une nouvelle table dans la base de donnée intitulée spip_spipmotion_attentes.
    Cette nouvelle table est constituée des champs suivants : id_spipmotion_attente, l’identifiant numérique unique de la tâche à traiter ; id_document, l’identifiant numérique du document original à encoder ; id_objet l’identifiant unique de l’objet auquel le document encodé devra être attaché automatiquement ; objet, le type d’objet auquel (...)

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

  • Contribute to documentation

    13 avril 2011

    Documentation is vital to the development of improved technical capabilities.
    MediaSPIP welcomes documentation by users as well as developers - including : critique of existing features and functions articles contributed by developers, administrators, content producers and editors screenshots to illustrate the above translations of existing documentation into other languages
    To contribute, register to the project users’ mailing (...)

Sur d’autres sites (3737)

  • HD video play in ffmpeg android player

    8 juillet 2017, par Melvin Wong

    I have developed android mediaplayer by using ffmpeg.
    It is working well with local and remote files both.

    But it has some issues when i try to play HD video files.
    The screen shows many rectangles and stopped after a few seconds.

    I think it is video rendering problem on low performance devices.
    In this case, I need to skip some frames and play.

    Please help me whether my thought is right or if you have already experienced this , please teach me.

  • flv won't play until ffmpeg exits

    23 avril 2023, par valuelan

    ffmpeg -framerate 15 -f gdigrab -i desktop -vcodec libx264  -s 1280x720 -r 30 -b 1m -f flv rtmp://127.0.0.1:1935/live/rfBd56ti2SMtYvSgD5xAV0YU99zampta7Z7S575KLkIZ9PYk publish stream

    


    ffplay http://127.0.0.1:7002/live/movie.m3u8 can play

    


    ffplay rtmp://127.0.0.1:1935/live/movie can play

    


    ffplay http://127.0.0.1:7001/live/movie.flv can't play

    


    ffmpeg write q press

    


    ffplay flv popup player

    


    I expecting ffplay http://127.0.0.1:7001/live/movie.flv don't pending
I tried OBS publish stream can play

    


  • FFMPEG play in HTML while converting

    26 novembre 2016, par OwenHoward

    Hello :)

    I need to be able to display any popular video format (MKV, FLV, MP4,...) inside a browser WHILE converting. To do this I’ve turned to FFMPEG to convert any video to .ovg and spent hours on Google, forums and in documentation but I can’t find a way to play the converted video real-time.

    Does anyone know how you can play a video in HTML while FFMPEG is still converting it ?