Recherche avancée

Médias (1)

Mot : - Tags -/bug

Autres articles (80)

  • Organiser par catégorie

    17 mai 2013, par

    Dans MédiaSPIP, une rubrique a 2 noms : catégorie et rubrique.
    Les différents documents stockés dans MédiaSPIP peuvent être rangés dans différentes catégories. On peut créer une catégorie en cliquant sur "publier une catégorie" dans le menu publier en haut à droite ( après authentification ). Une catégorie peut être rangée dans une autre catégorie aussi ce qui fait qu’on peut construire une arborescence de catégories.
    Lors de la publication prochaine d’un document, la nouvelle catégorie créée sera proposée (...)

  • Récupération d’informations sur le site maître à l’installation d’une instance

    26 novembre 2010, par

    Utilité
    Sur le site principal, une instance de mutualisation est définie par plusieurs choses : Les données dans la table spip_mutus ; Son logo ; Son auteur principal (id_admin dans la table spip_mutus correspondant à un id_auteur de la table spip_auteurs)qui sera le seul à pouvoir créer définitivement l’instance de mutualisation ;
    Il peut donc être tout à fait judicieux de vouloir récupérer certaines de ces informations afin de compléter l’installation d’une instance pour, par exemple : récupérer le (...)

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

Sur d’autres sites (4452)

  • Revision c0e80959ce : Move ACMRandom to acm_random.h Change-Id : I1d99c56d1e1f521507978737fc661ca90af7

    20 juillet 2012, par Johann

    Changed Paths : Add /test/acm_random.h Modify /test/boolcoder_test.cc Modify /test/fdct4x4_test.cc Modify /test/sixtap_predict_test.cc Modify /test/test.mk Move ACMRandom to acm_random.h Change-Id : I1d99c56d1e1f521507978737fc661ca90af72507

  • PHP unable to move uploaded file

    11 mars 2015, par Markjose

    I have been trying to create an upload.php script however the condition doesn’t seem to work and PHP can not move the uploaded file to the folder upload.

    Apache2 log output below

    PHP Warning:  move_uploaded_file(): The second argument to copy() function cannot be a directory in /var/www/html/upload.php on line 18, referer: http://192.168.0.110/stream.php

    PHP Warning:  move_uploaded_file(): Unable to move '/tmp/phpC34Agu' to '/var/www/html/upload/' in /var/www/html/upload.php on line 18, referer: http://192.168.0.110/stream.php

    Upload.php code

      <?php
    $target_path = "/var/www/html/upload/";
    $target = $target_path . basename($_FILES['uploadedfile']['name'][0] );
       if(move_uploaded_file($_FILES['uploadedfile']['tmp_name'] [0], $target_path))
        {
       echo "The file ". basename( $_FILES['uploadefile']['name'] [0]). " has been uploaded";
      }
       else {
    echo "Sorry, there was a problem uploading your file.";
        }
      ?>

    I would also like php to execute this ffmpeg command directly afterwards, but i’m unsure where to insert it.

    FFMPEG command

    ffmpeg -re -i uploadedfile.name -vcodec copy -f mpegts udp://239.1.1.1:5000

    Thanks for all your help.

    Kind Regards,

    Mark Couto

  • Revision 08b1798ae7 : Move vp9_full_to_model_counts to encoder This function is not called from the d

    25 juin 2013, par John Koleszar

    Changed Paths :
     Modify /vp9/common/vp9_entropy.c


     Modify /vp9/common/vp9_entropy.h


     Modify /vp9/encoder/vp9_onyx_if.c



    Move vp9_full_to_model_counts to encoder

    This function is not called from the decoder, so it doesn't need to be
    in common/.

    Change-Id : I6977dd462a25b4ff39c9c7e1b0b5b16aa58ee733