Recherche avancée

Médias (1)

Mot : - Tags -/pirate bay

Autres articles (100)

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

  • Contribute to translation

    13 avril 2011

    You can help us to improve the language used in the software interface to make MediaSPIP more accessible and user-friendly. You can also translate the interface into any language that allows it to spread to new linguistic communities.
    To do this, we use the translation interface of SPIP where the all the language modules of MediaSPIP are available. Just subscribe to the mailing list and request further informantion on translation.
    MediaSPIP is currently available in French and English (...)

Sur d’autres sites (4511)

  • FFmpeg - Interrupted System Call

    26 juin 2022, par Bruno Gallego

    I am trying to use FFMPEG HLS Streaming. The code works fine in console application in Linux and Windows. I also load this code (inside a library) dinamically using "dlopen" in Linux and it also works.
The problem raises when I load dinamically from Dart FFI code.
It seems like Dart runs in another thread with another Thread Context without permissions or something like this.

    


    The FFMPEG log output is :

    


    [tcp @ 0x7f00a4084f80] Starting connection attempt to 179.184.214.178 port 80
[tcp @ 0x7f00a4084f80] Connection to tcp://qthttp.apple.com.edgesuite.net:80 failed: Interrupted system call
cannot open input: -4
Interrupted system call


    


    The Code is below :

    


     AVDictionary* options = NULL;
 int err = avformat_open_input(&stream->streamContext, url, nullptr, &options);

 if (err < 0) 
 {
     std::cerr << "cannot open input: " << err << std::endl;

     char errorDescription[1024];
     av_strerror(err, errorDescription, 1024);
     std::cerr << errorDescription << std::endl;

     avformat_free_context(stream->streamContext);
 }


    


  • Remove obsolete progress apply call. Closes #3416

    25 août 2015, par blueimp
    Remove obsolete progress apply call. Closes #3416
  • Revision a614f2288c : Remove an unneeded function call set_tile_limits() is called in vp9_change_conf

    14 octobre 2014, par Yunqing Wang

    Changed Paths :
     Modify /vp9/encoder/vp9_encoder.c



    Remove an unneeded function call

    set_tile_limits() is called in vp9_change_config() already.

    Change-Id : I91c3a0df2c1c7fd7e71546d8f51fd5b65838a7da