Recherche avancée

Médias (1)

Mot : - Tags -/net art

Autres articles (70)

  • 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

  • Le plugin : Podcasts.

    14 juillet 2010, par

    Le problème du podcasting est à nouveau un problème révélateur de la normalisation des transports de données sur Internet.
    Deux formats intéressants existent : Celui développé par Apple, très axé sur l’utilisation d’iTunes dont la SPEC est ici ; Le format "Media RSS Module" qui est plus "libre" notamment soutenu par Yahoo et le logiciel Miro ;
    Types de fichiers supportés dans les flux
    Le format d’Apple n’autorise que les formats suivants dans ses flux : .mp3 audio/mpeg .m4a audio/x-m4a .mp4 (...)

  • Submit bugs and patches

    13 avril 2011

    Unfortunately a software is never perfect.
    If you think you have found a bug, report it using our ticket system. Please to help us to fix it by providing the following information : the browser you are using, including the exact version as precise an explanation as possible of the problem if possible, the steps taken resulting in the problem a link to the site / page in question
    If you think you have solved the bug, fill in a ticket and attach to it a corrective patch.
    You may also (...)

Sur d’autres sites (9442)

  • Revision 62463 : On va éviter de casser la table des types de documents à l’upgrade, de ...

    13 juin 2012, par kent1@… — Log

    On va éviter de casser la table des types de documents à l’upgrade, de toute manière le plugin medias gère ces documents maintenant
    On utilise la popin comme pour la modification des infos de doc pour éditer les id3 des fichiers sons
    Améliorations du formulaire

  • analyse : Fix lambda table values

    31 octobre 2016, par Anton Mitrofanov
    analyse : Fix lambda table values
    
    • [DH] encoder/analyse.c
  • mpegts : Update the PSI/SI table only if the version change

    28 avril 2015, par John Högberg
    mpegts : Update the PSI/SI table only if the version change
    

    If a PAT is finished while a PMT section filter is opened but
    not yet finished, the PMT section filter is closed and all
    the received data is discarded.

    This is usually not an issue but some multiplexers (With very
    quick PAT/PMT repetition settings) consistently emit a PMT
    section start, then a PAT, and then the rest of the PMT,
    causing the aforementioned behavior to result in no PMT being
    finished.

    In the most pathologic situation the stream information are lost
    and the probe fallback miscategorizes subtitles as mp3 audio.

    Avoid the issue through eliminating redundant PSI/SI table
    updates by checking their version field, which is required by
    the standard to be incremented on every change no matter how
    minor.

    CC : libav-stable@libav.org

    Signed-off-by : Luca Barbato <lu_zero@gentoo.org>

    • [DH] libavformat/mpegts.c