Recherche avancée

Médias (33)

Mot : - Tags -/creative commons

Autres articles (107)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

  • Ajouter des informations spécifiques aux utilisateurs et autres modifications de comportement liées aux auteurs

    12 avril 2011, par

    La manière la plus simple d’ajouter des informations aux auteurs est d’installer le plugin Inscription3. Il permet également de modifier certains comportements liés aux utilisateurs (référez-vous à sa documentation pour plus d’informations).
    Il est également possible d’ajouter des champs aux auteurs en installant les plugins champs extras 2 et Interface pour champs extras.

  • Possibilité de déploiement en ferme

    12 avril 2011, par

    MediaSPIP peut être installé comme une ferme, avec un seul "noyau" hébergé sur un serveur dédié et utilisé par une multitude de sites différents.
    Cela permet, par exemple : de pouvoir partager les frais de mise en œuvre entre plusieurs projets / individus ; de pouvoir déployer rapidement une multitude de sites uniques ; d’éviter d’avoir à mettre l’ensemble des créations dans un fourre-tout numérique comme c’est le cas pour les grandes plate-formes tout public disséminées sur le (...)

Sur d’autres sites (10427)

  • FFMPEG - Stream to RTMP output and save to MP4 at same time - with reconnect

    13 janvier 2021, par Matt

    I'm trying to setup a pipeline where I can take an input and save to MP4 whilst at the same time streaming to an RTMP server.

    



    So far I've been able to use a tee filter to achieve this and also using the onfail=ignore to make sure the pipeline stays up in the event of the RTMP/Recording failing.

    



    Which is great !

    



    However, I don't want the RTMP to just give up if it were to drop or be disconnected, I'd like it to keep attempting to reconnect and resume the stream.

    



    I don't think FFMPEG has something like this, so I'd need to write it in a bash script or something that keeps restarting the process in the event of a drop.

    



    I just have no idea how to achieve this !

    



    Has anybody got any ideas or tackled this before ?

    



    Thanks,

    



    Matt

    


  • Record from camera, save to file, and acess last recorded frame

    18 février 2021, par 12.yakir

    I want to record video from a camera, save it to file, and at the same time have access to the last frame recorded.

    


    One idea would be to use ffmpeg's Multiple Outputs functionality where I split the stream into two, one gets saved to file, one spits out the last recorded frame (ideally, the frames won't need to be written to disk, but piped onwards for processing).

    


    What I don't know is how to get ffmpeg to spit "the last frame" from a stream.

    


    Any ideas ?

    


  • hls : Save and forward avio options

    23 juillet 2015, par Luca Barbato
    hls : Save and forward avio options
    

    Make possible to send the custom headers and override the user agent.

    Reported-by : BenWonder

    • [DBH] libavformat/hls.c