Recherche avancée

Médias (91)

Autres articles (63)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

  • Creating farms of unique websites

    13 avril 2011, par

    MediaSPIP platforms can be installed as a farm, with a single "core" hosted on a dedicated server and used by multiple websites.
    This allows (among other things) : implementation costs to be shared between several different projects / individuals rapid deployment of multiple unique sites creation of groups of like-minded sites, making it possible to browse media in a more controlled and selective environment than the major "open" (...)

  • Les autorisations surchargées par les plugins

    27 avril 2010, par

    Mediaspip core
    autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs

Sur d’autres sites (11248)

  • Cron job using database results

    9 mars 2013, par Fibericon

    I need help in creating a cron job script. Basically, I want to grab the next scheduled item and run it through ffmpeg to stream. This would be the mysql query (I'm using PHP variables to indicate what should go there - I don't actually know how variables work in cron jobs) :

    SELECT show.file FROM show, schedule
    WHERE channel = 1 AND start_time <= $current_time;

    This would be the ffmpeg command :

    ffmpeg -re -i $file http://127.0.0.1:8090/feed.ffm

    How would I create a cron job to execute these commands ?

  • Multiple video streaming through ffmpeg

    15 août 2019, par Baka-Maru Lama

    I’m new to to ffmpeg although i’ve managed to do live streams but what i want to do is live feed from multiple cameras eg camera1 and camera 2... and so on show dash video(dashing part done.) but i want to show user or client feed from camera 1 or camera2 switchable case.scenario to switch cameras feed whenever camera 1/2 disconnect or lost connection.

  • Track progress with carrierwave-video

    23 novembre 2020, par jjplack

    after install carrierwave-video. i tried to show the process of video transcode !
as on github with progress : :progress but on the log show :

    


    


    NameError (undefined method progress' for class #Class:0x000055b0f66d5f68') :

    


    


    so is there a block to add ?