Recherche avancée

Médias (0)

Mot : - Tags -/formulaire

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

Autres articles (37)

  • 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

  • MediaSPIP Player : problèmes potentiels

    22 février 2011, par

    Le lecteur ne fonctionne pas sur Internet Explorer
    Sur Internet Explorer (8 et 7 au moins), le plugin utilise le lecteur Flash flowplayer pour lire vidéos et son. Si le lecteur ne semble pas fonctionner, cela peut venir de la configuration du mod_deflate d’Apache.
    Si dans la configuration de ce module Apache vous avez une ligne qui ressemble à la suivante, essayez de la supprimer ou de la commenter pour voir si le lecteur fonctionne correctement : /** * GeSHi (C) 2004 - 2007 Nigel McNie, (...)

  • Keeping control of your media in your hands

    13 avril 2011, par

    The vocabulary used on this site and around MediaSPIP in general, aims to avoid reference to Web 2.0 and the companies that profit from media-sharing.
    While using MediaSPIP, you are invited to avoid using words like "Brand", "Cloud" and "Market".
    MediaSPIP is designed to facilitate the sharing of creative media online, while allowing authors to retain complete control of their work.
    MediaSPIP aims to be accessible to as many people as possible and development is based on expanding the (...)

Sur d’autres sites (7257)

  • Evolution #3257 : Permettre de surcharger facilement le nombre d’items affiché dans les paginations

    12 février 2017

    Une petite option transmise à #PAGINATION en plus ?
    Mais oui à des endroits ça serait plus pratique de pouvoir gérer ce nombre ;
    Quoi que assez souvent on modifie en créant un nouveau modèle de pagination pour ça .

  • FFSERVER streaming to any network

    7 février 2012, par user1191644

    Is there some way to stream a media file using ffserver to any network from a local network as my ffserver is configured on subnet machine.

    Right now I have it working only machines on the LAN (connected to my network) can view the file using http://localhost:8090/stream.mjpg , but I want people from the outside or any network also to be able to access it if they provide my machine address. Can anybody provide me some ideas on this.

    Thanks !

  • network : prevent SIGPIPE on OSX

    28 mai 2015, par wm4
    network : prevent SIGPIPE on OSX
    

    OSX does not know MSG_NOSIGNAL. BSD (which OSX is based on) has got
    the socket option SO_NOSIGPIPE (even if modern BSDs also support
    MSG_NOSIGNAL).

    Signed-off-by : Martin Storsjö <martin@martin.st>

    • [DH] libavformat/network.c