Recherche avancée

Médias (91)

Autres articles (44)

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

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

Sur d’autres sites (3993)

  • Download the output file of ffmpeg while creating it using php [on hold]

    23 septembre 2016, par Ammar

    I have a php script that downloads an MP3 file after converting it from webM file using ffmpeg.

    The problem is that I have to wait the converting process to finish completely before starting the downloading process, which is very annoying if the file being converted is very big !

    What I want is download the MP3 file directly while it’s being created by ffmpeg.

    I spent a lot of time googling my problem but I couldn’t find any solution !

  • Youtube-DL file download live progress

    7 février 2015, par roshkattu

    I am using the YoutubeDL library in a project. My environment is based on WINDOWS with XAMPP as the webserver boundle (apache,php,mysql,etc). I am using the youtube-dl.exe file to download the video and then use ffmpeg.exe to convert the video to an MP3 audio file.

    At the moment, I have an issue related to programming : I want to show live a progressbar while the video is downloaded with the youtube-dl.exe file. This exe creates a log file, that is updated while the video is downloaded. So my approach on this was to create a PHP file, that opens, parses the log file and get’s the progress percent, and sends it as a json encoded value to an AJAX function that is called every 100MS. Indeed, if the video is too large, there will be a very high ammount of data while polling the PHP file to get the progress state. And sometimes, the browser either crashes or freezes because of this ajax polling.

    My question is : is there any better approach to do this with PHP/AJAX ? Rathar than poll the file every 100MS, or 50MS ?

  • Error on Using ffmpeg to download and decrypt aes-128 HLS video stream

    18 décembre 2016, par user1284567

    im trying to download and decrypt some video file
    i have the keyfile and the manifest file but ffmpeg shows up an error

    Error when loading first segment 'http://212......m3u8: Invalid data found when processing input

    here are the 2 files (key and manifest.m3u8)

    http://www.mediafire.com/file/q1t2bwijys9kzt3/manifest.m3u8
    http://www.mediafire.com/file/bsn9am2s89cqm4v/file.key

    thank you for any help !