Recherche avancée

Médias (91)

Autres articles (54)

  • 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

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

  • Emballe médias : à quoi cela sert ?

    4 février 2011, par

    Ce plugin vise à gérer des sites de mise en ligne de documents de tous types.
    Il crée des "médias", à savoir : un "média" est un article au sens SPIP créé automatiquement lors du téléversement d’un document qu’il soit audio, vidéo, image ou textuel ; un seul document ne peut être lié à un article dit "média" ;

Sur d’autres sites (8933)

  • FFMPEG Encryption

    1er août 2023, par rickyma924

    I am doing a project with encrypting
video and I have a few questions for the procedure.

    



    I used a command to transcode mp4 to HLS with a ts segment duration of 10 seconds.

    



    First, I need to encrypt those videos with a key from database. However,
I have no idea for the encryption whether working with ffmpeg or not.

    



    Second, if the encryption can work without ffmpeg, so what should I do ? I have searched in google which includes something like openssl / aes but
there is no a detailed step for me to follow, even the ffmpeg link :
http://www.ffmpeg.org/ffmpeg-all.html#srtp

    



    Could anyone give me a hand, teaching me how to encrypt a video ? Thanks to you.

    


  • FFMPEG Encryption

    23 septembre 2015, par rickyma924

    I am doing a project with encrypting
    video and I have a few questions for the procedure.

    I used a command to transcode mp4 to HLS with a ts segment duration of 10 seconds.

    First, I need to encrypt those videos with a key from database. However,
    I have no idea for the encryption whether working with ffmpeg or not.

    Second, if the encryption can work without ffmpeg, so what should I do ? I have searched in google which includes something like openssl / aes but
    there is no a detailed step for me to follow, even the ffmpeg link :
    http://www.ffmpeg.org/ffmpeg-all.html#srtp

    Could anyone give me a hand, teaching me how to encrypt a video ? Thanks to you.

  • C# - Streaming video from IP Camera with overlay to Facebook Live

    6 avril 2018, par Justin Li

    I am currently working on a project where I am trying to have a C# application connect to multiple IP Cameras where I will add an overlay and continue to forward that stream to an RTMP server like Facebook Live. I am currently using the Ozeki Camera SDK to work with my IP Cameras but I have looked into using AForge as well.

    I have everything set up to stream and overlay but I am having some trouble understanding how I can convert video and audio to be stream-able to the Facebook RTMP server. It seems I have to have an encoder for the video but after Googling, I am coming up short with methods of how to achieve this. I am hoping that someone has some experience in this field can give me a hand.

    Thanks in advance.