Recherche avancée

Médias (0)

Mot : - Tags -/alertes

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

Autres articles (58)

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

  • 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

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

  • libx264 : Define X264_API_IMPORTS on MSVC/ICL

    19 juillet 2013, par Derek Buitenhuis
    libx264 : Define X264_API_IMPORTS on MSVC/ICL
    

    libx264 has a few data exports which require X264_API_IMPORTS
    to be defined if we link to libx264 dynamically on Windows.

    In a similar fashion to how we handle our compat snprintf
    implementation, if we define it all the time, the compiler
    will first try and link to __imp_x264_symbol_name, and failing
    that, as in the case of a static libx264, will attempt to link
    to the non-prefixed symbol, which has already been pulled in by
    other x264 functions’ object files.

    Signed-off-by : Derek Buitenhuis <derek.buitenhuis@gmail.com>

    • [DH] libavcodec/libx264.c
  • ffmpeg video segmentation for hls (m3u8) not displaying current time and duration

    27 janvier 2015, par Yuri A. Brito

    I’m following the tutorial on http://www.bogotobogo.com/VideoStreaming/ffmpeg_http_live_streaming_hls.php

    I can play the file on VLC. However, it doesn’t show the current time neither the total video duration.

    When I try to play it on safari using html5’s , it gives me an error (on embedded quicktime)

    How can I make it work on safari and show times ?

    I’m using ffpmeg 2.5.3 and the following command :

    ffmpeg -i source.mp4 -map 0
    -codec:v libx264 -codec:a libfaac
    -f ssegment -segment_list playlist.m3u8
    -segment_list_flags +live -segment_time 10
    out%03d.ts
  • Anomalie #4109 (Fermé) : Calcul des visites d’un referer la veille en partie faux ?

    5 mars 2018, par BoOz -

    Hello,

    En regardant le code du plugins stats je vois que la première fois qu’on tombe sur un referer nouveau dans un paquet de visites récentes, on enregistre le nombre de visites pour ce referer qu’on a reçu dans ce lot de visites, et donc aussi aujourd’hui, très bien, mais aussi HIER o_O ??

    https://zone.spip.org/trac/spip-zone/browser/_core_/plugins/statistiques/genie/visites.php#L230

    Pourquoi enregistrer des visites hier si c’est la première fois qu’on voit ce referer aujourd’hui ??

    On pourrait mettre 0 pour visites_veille si ça vous va.