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 (7168)

  • Added "Seven Or Eight Days" (360 demo) from http://adrianglynn.com/

    24 juin 2012, par Scott Schiller

    m index.html Added "Seven Or Eight Days" (360 demo) from http://adrianglynn.com/

  • A simple linux on-the-fly video transcoding service via http?

    27 novembre 2019, par Goat Karma

    I’m looking for a simple-to-implement Linux plugin/package/software that can take a large source video from a particular URL, transcode it to a set size and present it to user over http.

    The use case is, we store large(4GB) original MP4 videos in a source system. We want to make these available through universal viewer to end users. The source mp4 files are accessible via URLs (i.e http://example.com/get/video/4747737). Instead of pointing the universal viewer at the 4GB video, we want to point it at an intermediary service (http://example/transcode/4747737?size=720 or whatever) which would transcode the 4GB video into something with a bit more web-friendly size/resolution/bitrate.

    We have ffmpeg already installed, and saw ffserver which is no longer supported. There are various web service wrappers for ffmpeg and I believe ffmpeg has an http service built in,but I can’t decipher whether that is what we need !

    We have PHP available on the web server if there’s a nice easy wrapper to implement(I guess i could call shell_exec for ffmpeg and push the output ?), but I’d probably prefer something pre-packaged to some extent (i.e a debian package, or java jar/war that can run on a port and be proxied).

    Any suggestions ?

  • avformat/http: cookie path attribute should be optional not compulsory

    3 mars 2023, par Michael J. Walsh
    avformat/http: cookie path attribute should be optional not compulsory
    

    The path attribute in the Set-Cookie header is optional but treated by ffmpeg as being compulsory.

    Signed-off-by : Michael J. Walsh <mjfwalsh@gmail.com>
    Signed-off-by : Marton Balint <cus@passwd.hu>

    • [DH] libavformat/http.c