Recherche avancée

Médias (1)

Mot : - Tags -/graphisme

Autres articles (47)

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

  • De l’upload à la vidéo finale [version standalone]

    31 janvier 2010, par

    Le chemin d’un document audio ou vidéo dans SPIPMotion est divisé en trois étapes distinctes.
    Upload et récupération d’informations de la vidéo source
    Dans un premier temps, il est nécessaire de créer un article SPIP et de lui joindre le document vidéo "source".
    Au moment où ce document est joint à l’article, deux actions supplémentaires au comportement normal sont exécutées : La récupération des informations techniques des flux audio et video du fichier ; La génération d’une vignette : extraction d’une (...)

  • Librairies et binaires spécifiques au traitement vidéo et sonore

    31 janvier 2010, par

    Les logiciels et librairies suivantes sont utilisées par SPIPmotion d’une manière ou d’une autre.
    Binaires obligatoires FFMpeg : encodeur principal, permet de transcoder presque tous les types de fichiers vidéo et sonores dans les formats lisibles sur Internet. CF ce tutoriel pour son installation ; Oggz-tools : outils d’inspection de fichiers ogg ; Mediainfo : récupération d’informations depuis la plupart des formats vidéos et sonores ;
    Binaires complémentaires et facultatifs flvtool2 : (...)

Sur d’autres sites (8108)

  • Anomalie #4812 (En cours) : Faire des pull requests

    6 juin 2021, par George Kandalaft

    Hello

    Il y a moyen de faire des pull requests dans spip core ?
    Il y a pas mal d’ajustements de l’interface en RTL et c’est long de toujours créer des issues.

    Merci

  • Set custom cookie to ffmpeg http request

    18 février 2016, par Dima

    I use ijkplayer at my project to show a video stream (it based on ffmpeg lib), but I had change request and now I have to send some data in cookie for each request to the server. So I figured out that there’s http.c file which works with each request and added test cookie to cookie field

    char data[] = {'t','e','s','t','=','r','2','d','2',';','p','a','t','h','=','/',';'};
    s->cookies = data;

    I looked into wireshark, and I saw that my requests was sent with this cookie, but after first sending I receive this signal :

    libc: Fatal signal 11 (SIGSEGV), code 1, fault addr 0xa0c013e8 in tid 27629 (ff_read)

    Maybe somebody had same problem and can help me

  • is that possible to use ffmpeg convert .mp4 to .ts when get a http request

    6 mars 2019, par koner

    I search some article that tell me should convert the mp4 first,then wait the request and send the ts and m3u8.

    But i looking for a way , that is when the request comes , then i will start to convert the video , and send the m3u8 immediately when the Conversion is not finish.

    If the request come , but the ts file not ready ,then wait still the file ready and send it immediately .

    Is that possible to do something like this ? or can use another way to have the same effect ?