Recherche avancée

Médias (91)

Autres articles (66)

  • La sauvegarde automatique de canaux SPIP

    1er avril 2010, par

    Dans le cadre de la mise en place d’une plateforme ouverte, il est important pour les hébergeurs de pouvoir disposer de sauvegardes assez régulières pour parer à tout problème éventuel.
    Pour réaliser cette tâche on se base sur deux plugins SPIP : Saveauto qui permet une sauvegarde régulière de la base de donnée sous la forme d’un dump mysql (utilisable dans phpmyadmin) mes_fichiers_2 qui permet de réaliser une archive au format zip des données importantes du site (les documents, les éléments (...)

  • Script d’installation automatique de MediaSPIP

    25 avril 2011, par

    Afin de palier aux difficultés d’installation dues principalement aux dépendances logicielles coté serveur, un script d’installation "tout en un" en bash a été créé afin de faciliter cette étape sur un serveur doté d’une distribution Linux compatible.
    Vous devez bénéficier d’un accès SSH à votre serveur et d’un compte "root" afin de l’utiliser, ce qui permettra d’installer les dépendances. Contactez votre hébergeur si vous ne disposez pas de cela.
    La documentation de l’utilisation du script d’installation (...)

  • Automated installation script of MediaSPIP

    25 avril 2011, par

    To overcome the difficulties mainly due to the installation of server side software dependencies, an "all-in-one" installation script written in bash was created to facilitate this step on a server with a compatible Linux distribution.
    You must have access to your server via SSH and a root account to use it, which will install the dependencies. Contact your provider if you do not have that.
    The documentation of the use of this installation script is available here.
    The code of this (...)

Sur d’autres sites (8014)

  • Révision 18830 : Correction du Mail des nouveautes :

    19 décembre 2011, par cedric -

    le calcul de la date de dernier envoi reposait sur le mail.lock qui n’existe plus (cron). On le replace par la meta dernier_envoi_neuf

    la balise #DATE_NOUVEAUTE se cale sur cette meta egalement

    le calcul du squelette des nouveautes se fait via recuperer_fond, et on evacue le support du vieux (...)

  • I am trying to develop On demand and live streaming video analysis using java.?

    2 avril 2020, par PATEL UJASH

    After a lot of R&D I got something for video analysis.I am gonna use Kafka, spark and openCV. But i am suck in how to deliver streaming on demand and live streaming video. I got FFMPEG help to capture video from different devices or you can stream any Video File too. FFMPEG also help in Video encoding and decoding also. But after encode the video we need to send that data Into any streaming engine like wowza streaming engine, Red5 or AWS media elemental services. I watch some video they have used OBS software for stream.

    



    What if i want to stream it using FFMPEG and publish the video streaming on RTMP link. That link are generated by wowza streaming engine or aws media elemental service like rtsp://[wowza-ip-address]:1935/[application]/[stream-name] ?

    



    How to deliver different video frames resolution according to bandwidth ?.

    


  • Is it possible to open a shell window on Windows with QNX Development Platform already installed to configure and make Ffmpeg ?

    2 août 2017, par xiaokaoy

    I need to build FFmpeg (with some features disabled first to reduce the size of the target application file) for QNX/ARM. QNX Software Development Platform has been installed on my Windows. Is it possible to open a shell on my Windows to configure and make FFMPEG for QNX/ARM ?

    Or is it also possible to configure that in the IDE ?