Recherche avancée

Médias (1)

Mot : - Tags -/MediaSPIP

Autres articles (83)

  • MediaSPIP v0.2

    21 juin 2013, par

    MediaSPIP 0.2 est la première version de MediaSPIP stable.
    Sa date de sortie officielle est le 21 juin 2013 et est annoncée ici.
    Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
    Comme pour la version précédente, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
    Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...)

  • MediaSPIP version 0.1 Beta

    16 avril 2011, par

    MediaSPIP 0.1 beta est la première version de MediaSPIP décrétée comme "utilisable".
    Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
    Pour avoir une installation fonctionnelle, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
    Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...)

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

  • make live streaming into any device from RED5 server

    2 mars 2017, par user7647539

    I use RED5 server for my live streaming. I use flash player in my wordpress website to watch the movie in my desktop. I’ve also ffmpeg installed in my server.
    what can I do to watch this stream in mobile phone. I try many tutorials but nothing I don’t where is the problem.

    thanks your help

  • avcodec/movtextdec : Fix immediately adjacent styles

    17 octobre 2020, par Andreas Rheinhardt
    avcodec/movtextdec : Fix immediately adjacent styles
    

    The checks for whether a style should be opened/closed at the current
    character position are as follows : A variable entry contained the index
    of the currently active or potentially next active style. If the current
    character position coincided with the start of style[entry], the style
    was activated ; this was followed by a check whether the current
    character position coincided with the end of style[entry] ; if so, the
    style was deactivated and entry incremented. Afterwards the char was
    processed.

    The order of the checks leads to problems in case the endChar of style A
    coincides with the startChar of the next style (say B) : Style B was never
    opened. When we are at said common position, the currently active style
    is A and so the start pos check does not succeed ; but the end pos check
    does and it closes the currently active style A and increments entry.
    At the next iteration of the loop, the current character position is
    bigger than the start position of style B (which is style[entry]) and
    therefore the style is not activated.

    The solution is of course to first check for whether a style needs to be
    closed (and increment entry if it does) before checking whether the next
    style needs to be opened.

    Reviewed-by : Philip Langdale <philipl@overt.org>
    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@gmail.com>

    • [DH] libavcodec/movtextdec.c
  • Anomalie #2044 (Nouveau) : (Ergonomie) Renforcer les "indicateurs d’emplacement" pour les pages de...

    2 mai 2011, par A Shaszin

    En naviguant dans l’interface privée, il y a un effet "Mais où suis-je ?" Plusieurs pistes (non exclusives) pour y remédier :

    Généraliser le squelette des pages du menu "Configuration" (avec bloc en haut à gauche reprenant toutes les sous-entrées du menu). Un renfort visuel sur la sous-entrée (...)