Recherche avancée

Médias (1)

Mot : - Tags -/belgique

Autres articles (89)

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

  • 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

Sur d’autres sites (6814)

  • Evolution #4816 (Nouveau) : Déplacer la lib de menu déroulant dans le core

    8 juin 2021, par RastaPopoulos ♥

    Avec la refonte de l’interface, on a ajouté une lib de menu déroulant spécifiquement dans ce plugin. Mais en fait après coup on a aussi petit à petit amorcé un chantier de remplacement de jquery ui par des mini lib unitaires pour chaque besoin.

    Il faudrait avant la release déplacer cette lib dans le core, plutôt que juste dans SVP, afin que tous les autres plugins puissent aussi en profiter. (Et même le noyau hinhin : https://core.spip.net/issues/4766 )

  • Error in FFMPEG/LIBAV audio_decode example for aac decoding

    23 mai 2017, par Prashant Ravi

    I am trying to do aac decoding using the examples provided by FFMPEG/LIBAV. I modified the example as follows :-

    int main(int argc, char **argv)
    {
       .......
       /* find the MPEG audio decoder */
       codec = avcodec_find_decoder(AV_CODEC_ID_AAC);
       if (!codec) {
           fprintf(stderr, "codec not found\n");
           exit(1);
       }
       .......
       return 0;
    }

    I changed the decoder type to "AV_CODEC_ID_AAC" and recompiled the examples.

    Once I ran the example for decode audio with an example aac audio file but I am getting the following

    prashantravi@mini:/media/sf_Shared/libav/doc/examples$ ./decode_audio ../../../example.aac ../../../out.wav
    Error submitting the packet to the decoder
    err code :-1052488119

    I tried looking up the error code but it dosent match with any of the existing error codes at all.

  • How I can run cloud apps in my mobile phone [closed]

    17 mai 2022, par Deepak

    I want to create an Android application on my own. I want to run a cloud running app on my mobile phone. Here is the thing :

    


    The super application will be deployed in the Play store. I know the super app concept but the does not apply here because we can not ask anyone to create the mini framework of their application.

    


      

    1. I have a server that is running Android OS
    2. 


    3. I want to run the application on my mobile phone which is actually running on my server. I want to stream that and play with that application without any installation.
    4. 


    


    Any suggestions on what I shall use :

    


      

    1. to play the app ?
    2. 


    3. To control the cloud app from my Android mobile ?
    4.