Recherche avancée

Médias (3)

Mot : - Tags -/image

Autres articles (70)

  • Publier sur MédiaSpip

    13 juin 2013

    Puis-je poster des contenus à partir d’une tablette Ipad ?
    Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir

  • MediaSPIP 0.1 Beta version

    25 avril 2011, par

    MediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
    The zip file provided here only contains the sources of MediaSPIP in its standalone version.
    To get a working installation, you must manually install all-software dependencies on the server.
    If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...)

  • Submit bugs and patches

    13 avril 2011

    Unfortunately a software is never perfect.
    If you think you have found a bug, report it using our ticket system. Please to help us to fix it by providing the following information : the browser you are using, including the exact version as precise an explanation as possible of the problem if possible, the steps taken resulting in the problem a link to the site / page in question
    If you think you have solved the bug, fill in a ticket and attach to it a corrective patch.
    You may also (...)

Sur d’autres sites (9466)

  • Android version of FFmpeg without OpenSSL

    21 juillet 2016, par Jose Gonzalez

    Is there a version of FFmpeg for Android without OpenSSL ? Google Play it’s not accepting my app because of a security issue with OpenSSL, I’m looking for a way to get rid of it.

  • compiling ffmpeg with fixed arguments ?

    9 mars 2020, par netlink netlink

    I would like to compile ffmpeg with fixed arguments, ie : ffmpeg -i rtsp ://localhost/live -vcodec copy -acodec copy -f flv rtmp ://remotehost/live

    I can’t for security reasons call it from an external script, this must be included in the ffmpeg binary. Prblem is that the source codes are very big , so do u know a simple way to do that ?

    Tx

  • iOS Playing Video from memorystream

    23 avril 2015, par user4822925

    My iOS app downloading encrypted mp4 file from server to my document folder.

    I’ll decrypt mp4 to my Memory and play video from memory.

    For security, my app should not make decrypted mp4 file to doc folder.

    How can I play Video from memorystream ?

    I’m trying with FFMpeg..or is there any other solutions ?

    Can I customize avio_open2() and avformat_open_input() ?

    Please help me....