Recherche avancée

Médias (1)

Mot : - Tags -/university

Autres articles (60)

  • Changer son thème graphique

    22 février 2011, par

    Le thème graphique ne touche pas à la disposition à proprement dite des éléments dans la page. Il ne fait que modifier l’apparence des éléments.
    Le placement peut être modifié effectivement, mais cette modification n’est que visuelle et non pas au niveau de la représentation sémantique de la page.
    Modifier le thème graphique utilisé
    Pour modifier le thème graphique utilisé, il est nécessaire que le plugin zen-garden soit activé sur le site.
    Il suffit ensuite de se rendre dans l’espace de configuration du (...)

  • Problèmes fréquents

    10 mars 2010, par

    PHP et safe_mode activé
    Une des principales sources de problèmes relève de la configuration de PHP et notamment de l’activation du safe_mode
    La solution consiterait à soit désactiver le safe_mode soit placer le script dans un répertoire accessible par apache pour le site

  • HTML5 audio and video support

    13 avril 2011, par

    MediaSPIP uses HTML5 video and audio tags to play multimedia files, taking advantage of the latest W3C innovations supported by modern browsers.
    The MediaSPIP player used has been created specifically for MediaSPIP and can be easily adapted to fit in with a specific theme.
    For older browsers the Flowplayer flash fallback is used.
    MediaSPIP allows for media playback on major mobile platforms with the above (...)

Sur d’autres sites (8981)

  • Stream image sensor data as video in a Non-Live stream

    15 juillet 2020, par TheRuedi

    I have image sensor data (in my case in a ROS bag file), that means many single images that I have to stream to a webinterface. The goal is to simply have a video in the browser where I can select the time on the seek bar, that means I don't want a live stream.

    


    Live encoding and streaming with FFmpeg works.

    


    What is the best approach ? The total Content-Length is unkown, since it is on-the-fly encoding, so I don't know how to implement 206 Partial Content where I send a Content-Range. Even if this was working, I need to encode valid partial content with FFmpeg.

    


  • Problem with understanding libvpx coder on ffmpeg - - Windows 10 [on hold]

    3 mars 2019, par Alex Deroza

    After reading some info I understood that vp9 not for single using, and it’s very slow in processing. it’s datacenter technologie. As for me I found best way to encode uhd content, hevc. for example, I trying to tell to you some kinds of this.. at first I encode my content by faster encoder which called as hevc, then upload to more powerfull hosting as Youtube, which reencoding my avc content in vpx, wich looks more economic when data transfer starting. that’s all. /SOLVED/

    P.S. I tried to recompile ffmpeg with vpx because thought that it faster encoder than hevc(265)

  • Anomalie #4820 (Nouveau) : Double chargement des css

    10 juin 2021, par JLuc -

    Sur plusieurs sites SPIP, l’inspecteur de Firefox (de même que des outils d’analyse de la cascade des chargements http) révèle que la css compilée compactée est chargée 2 fois. Le fichier har joint présente la cascade de spip.net où ça se produit aussi.

    Serait ce pas dû à compresseur_ecrire_balise_css_dist() qui insère

    1. <span class="CodeRay">    <span class="local-variable">$comments</span> .= <span class="string"><span class="delimiter">"</span><span class="content">span><span class="delimiter">"</span></span> . (<span class="local-variable">$media</span> ? <span class="string"><span class="delimiter">"</span><span class="content"> media='</span><span class="local-variable">$media</span><span class="content">'</span><span class="delimiter">"</span></span> : <span class="string"><span class="delimiter">"</span><span class="delimiter">"</span></span>) . <span class="string"><span class="delimiter">"</span><span class="content"> href='</span><span class="local-variable">$src</span><span class="content">' type='text/css' /></span><span class="delimiter">"</span></span>;
    2.     <span class="comment">// Envoyer aussi un entete http pour demarer le chargement de la CSS plus tot</span>
    3.     <span class="comment">// Link: /href.here/to/resource.html>;rel="stylesheet prefetch" </span>
    4.     <span class="local-variable">$comments</span> .= <span class="string"><span class="delimiter">"</span><span class="content">&lt;</span><span class="delimiter">"</span></span> . <span class="string"><span class="delimiter">"</span><span class="content">?php header('Link: &lt;' . url_de_base() . (_DIR_RACINE ? _DIR_RESTREINT_ABS : '') . '</span><span class="local-variable">$src</span><span class="content">>;rel=</span><span class="char">\"</span><span class="content">stylesheet prefetch</span><span class="char">\"</span><span class="content">'); ?></span><span class="delimiter">"</span></span>;
    5. </span></span>

    Télécharger