Recherche avancée

Médias (1)

Mot : - Tags -/ogg

Autres articles (15)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

  • Creating farms of unique websites

    13 avril 2011, par

    MediaSPIP platforms can be installed as a farm, with a single "core" hosted on a dedicated server and used by multiple websites.
    This allows (among other things) : implementation costs to be shared between several different projects / individuals rapid deployment of multiple unique sites creation of groups of like-minded sites, making it possible to browse media in a more controlled and selective environment than the major "open" (...)

  • Other interesting software

    13 avril 2011, par

    We don’t claim to be the only ones doing what we do ... and especially not to assert claims to be the best either ... What we do, we just try to do it well and getting better ...
    The following list represents softwares that tend to be more or less as MediaSPIP or that MediaSPIP tries more or less to do the same, whatever ...
    We don’t know them, we didn’t try them, but you can take a peek.
    Videopress
    Website : http://videopress.com/
    License : GNU/GPL v2
    Source code : (...)

Sur d’autres sites (2759)

  • Anomalie #3624 : Caractères Ҫ dans l’URL réécrite

    27 février 2016, par b b

    Ha je crois avoir trouvé la source du problème. Le caractère utilisé dans HÉLÈNE ET LES FAҪADES n’est pas un Ç c cédille majuscule "LATIN CAPITAL LETTER C WITH CEDILLA" U+00C7, mais un Ҫ "CYRILLIC CAPITAL LETTER ES WITH DESCENDER" U+04AA cf :

    http://www.unicodemap.org/search.asp?search=FA%D2%AAADES%C3%87

    Du coup, strtolower ne fait pas le job suivant la conf de localisation cf http://php.net/manual/fr/function.strtolower.php

    Avec mb_strtolower ça renvoie bien helene-et-les-faҫades. Sinon, un des commentaires de la doc php propose "for cyrillic and UTF 8 use mb_convert_case".

    Du coup, le fix serait de remplacer strtolower par mb_strtolower dans urls/arbo et urls/propres.

  • avformat/mxf : Establish register of local tags

    27 janvier 2021, par Tomas Härdin
    avformat/mxf : Establish register of local tags
    

    Tags can be marked "not used" upfront, saving some space in the primer.
    av_asserts0() is used to enforce that only tags that are in the primer can actually be written.
    Sharing of MasteringDisplay ULs is now done via macros.

    • [DH] libavformat/mxf.c
    • [DH] libavformat/mxf.h
    • [DH] libavformat/mxfdec.c
    • [DH] libavformat/mxfenc.c
  • javacv FFmpegFrameGrabber.start() blocked,not run next line

    23 août 2017, par L.U

    when i run grabber.start it blocked,not run next line.

    FFmpegFrameGrabber grabber = new  FFmpegFrameGrabber("rtsp://admin:123456@192.168.3.2:10554/tcp/av0_0");
    grabber.start();
    final AtomicBoolean interruptFlag = new AtomicBoolean(false);

    get console message :

    • [rtsp @ 00000000004ec600] CSeq 6 expected, 0
      received.
    • [rtsp @ 00000000004ec600] CSeq 6 expected, 0
      received.
    • [rtsp @ 00000000004ec600] CSeq 6 expected, 0
      received.
    • [rtsp @ 00000000004ec600] CSeq 6 expected, 0
      received.

    how to resole it ?thanks