Recherche avancée

Médias (0)

Mot : - Tags -/latitude

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (63)

  • List of compatible distributions

    26 avril 2011, par

    The table below is the list of Linux distributions compatible with the automated installation script of MediaSPIP. Distribution nameVersion nameVersion number Debian Squeeze 6.x.x Debian Weezy 7.x.x Debian Jessie 8.x.x Ubuntu The Precise Pangolin 12.04 LTS Ubuntu The Trusty Tahr 14.04
    If you want to help us improve this list, you can provide us access to a machine whose distribution is not mentioned above or send the necessary fixes to add (...)

  • Le plugin : Podcasts.

    14 juillet 2010, par

    Le problème du podcasting est à nouveau un problème révélateur de la normalisation des transports de données sur Internet.
    Deux formats intéressants existent : Celui développé par Apple, très axé sur l’utilisation d’iTunes dont la SPEC est ici ; Le format "Media RSS Module" qui est plus "libre" notamment soutenu par Yahoo et le logiciel Miro ;
    Types de fichiers supportés dans les flux
    Le format d’Apple n’autorise que les formats suivants dans ses flux : .mp3 audio/mpeg .m4a audio/x-m4a .mp4 (...)

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

  • test/test_replaygain.sh : Minor cleanup.

    20 décembre 2014, par Erik de Castro Lopo
    test/test_replaygain.sh : Minor cleanup.
    

    * Pipe un-needed strerr output to /dev/null.
    * Pass —silent and —no-seektable to the flac executable.
    * When generating tones, use —output-name=....

    • [DH] test/test_replaygain.sh
  • Vulnerability in file processing [closed]

    3 août, par alex

    I have discovered a vulnerability in the file processing service. If I create an MPD file with a link inside it, then when processing with ffmpeg, an attacker can receive a request to their server, which can lead to serious security issues. Once they know the IP address, they can launch an attack. I'm not quite sure how to deal with this. Are there any libraries for analysing files for malicious content ? Yes, I thought about restricting the container's network interface or running file processing services in a sandbox, but I still know very little about combating malicious code in files, how to find it, how to secure my application ? Because I am sure that you can add a link to any file, and do something even worse. But I don't know how to deal with it.

    


  • How to use ffmpeg library for live streaming in ios [on hold]

    10 mai 2016, par Sunil Sharma

    I build FFMPEG library in my project with the help of this link but I don’t have any idea how to use FFMPEG how to send video to server ?
    I have to live stream from iphone so video frames need to send to rtmp server.How to do this using librtmp library ?
    Any tutorial or library link will be help for me.