Recherche avancée

Médias (0)

Mot : - Tags -/serveur

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

Autres articles (107)

  • MediaSPIP 0.1 Beta version

    25 avril 2011, par

    MediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
    The zip file provided here only contains the sources of MediaSPIP in its standalone version.
    To get a working installation, you must manually install all-software dependencies on the server.
    If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...)

  • Multilang : améliorer l’interface pour les blocs multilingues

    18 février 2011, par

    Multilang est un plugin supplémentaire qui n’est pas activé par défaut lors de l’initialisation de MediaSPIP.
    Après son activation, une préconfiguration est mise en place automatiquement par MediaSPIP init permettant à la nouvelle fonctionnalité d’être automatiquement opérationnelle. Il n’est donc pas obligatoire de passer par une étape de configuration pour cela.

  • Supporting all media types

    13 avril 2011, par

    Unlike most software and media-sharing platforms, MediaSPIP aims to manage as many different media types as possible. The following are just a few examples from an ever-expanding list of supported formats : images : png, gif, jpg, bmp and more audio : MP3, Ogg, Wav and more video : AVI, MP4, OGV, mpg, mov, wmv and more text, code and other data : OpenOffice, Microsoft Office (Word, PowerPoint, Excel), web (html, CSS), LaTeX, Google Earth and (...)

Sur d’autres sites (17743)

  • Playing RDT (Real Data Transport) through FFmpeg without SDP file

    24 février 2021, par William Seemann

    I'm doing some research into how Roku delivers their private listening stream. I believe the RTSP stream is delivered via RDT and I'm able to view the packets in Wireshark. I can't play the stream using FFmpeg despite it supporting RDT/RTSP because a SDP file is required. Is it possible to generate this SDP file or play the stream without one ?

    


  • Process videos on Azure VM

    6 mars 2017, par sebastian.roibu

    I am building an application that will process uploaded video. Each uploaded video will be trimmed into multiple shorter parts and all the cuts will be concatenated to create a highlight of the original file. All the processing is done with ffmpeg.

    I am using Azure File Storage, to upload the videos and be able to access them via Samba layer.
    I also have an Azure VM where I mounted the shared folders.

    What is the best approach on the worker ?

    • Should I build a console app and run it as a windows server inside an azure VM ?

    • Is there another way of doing things ?

    I am looking for a way that can be scaled up in production.

    If there another way of doing everything I described above ?

  • openHEVC for audio decoding

    14 septembre 2017, par gsk

    I am using openHEVC decoder for one of my projects and am not really sure whether it supports decoding audio streams together with the video decoding. Initial testing with an AAC coded audio stream didn’t play inside the openHEVC. Can someone please help me to clarify this issue. If its not supporting what could be the way around given that I don’t want to give up openHEVC and use some other decoder.

    Thank you.