Recherche avancée

Médias (1)

Mot : - Tags -/publier

Autres articles (105)

  • Encoding and processing into web-friendly formats

    13 avril 2011, par

    MediaSPIP automatically converts uploaded files to internet-compatible formats.
    Video files are encoded in MP4, Ogv and WebM (supported by HTML5) and MP4 (supported by Flash).
    Audio files are encoded in MP3 and Ogg (supported by HTML5) and MP3 (supported by Flash).
    Where possible, text is analyzed in order to retrieve the data needed for search engine detection, and then exported as a series of image files.
    All uploaded files are stored online in their original format, so you can (...)

  • Formulaire personnalisable

    21 juin 2013, par

    Cette page présente les champs disponibles dans le formulaire de publication d’un média et il indique les différents champs qu’on peut ajouter. Formulaire de création d’un Media
    Dans le cas d’un document de type média, les champs proposés par défaut sont : Texte Activer/Désactiver le forum ( on peut désactiver l’invite au commentaire pour chaque article ) Licence Ajout/suppression d’auteurs Tags
    On peut modifier ce formulaire dans la partie :
    Administration > Configuration des masques de formulaire. (...)

  • Qu’est ce qu’un masque de formulaire

    13 juin 2013, par

    Un masque de formulaire consiste en la personnalisation du formulaire de mise en ligne des médias, rubriques, actualités, éditoriaux et liens vers des sites.
    Chaque formulaire de publication d’objet peut donc être personnalisé.
    Pour accéder à la personnalisation des champs de formulaires, il est nécessaire d’aller dans l’administration de votre MediaSPIP puis de sélectionner "Configuration des masques de formulaires".
    Sélectionnez ensuite le formulaire à modifier en cliquant sur sont type d’objet. (...)

Sur d’autres sites (9993)

  • Proxy a rtmp stream

    22 février 2015, par lsborg

    How could I proxy a rtmp stream ?

    I have two raspberry pi streaming live video from raspicams on my LAN. Each raspberry pi sends the video to ffmpeg which wraps in flv and sends to crtmpserver.

    A third server using nginx, has a static html page with two instances of jwplayer, each pointing to one raspberry pi.

    The setup is just like this one.

    The web server uses authentication and I’d like streams not to be public too.

    I’m thinking of trying nginx-rtmp-module, but I am not sure if it would help me. Also, it seems dormant and has many open issues.

    I’m open to suggestions, thanks in advance !

  • Video Codec with custom information

    19 janvier 2015, par user3468055

    I must include around one video frame(i must have 1 frame = 1 played frame in client) some text data.
    Example : frame encode time with miliseconds, HH:MM:SS:MS.
    But i don’t know any video codec with i can include custom data to frame.

    I will save from rasppery pi camera module video with this information.

    Any video codec support add custom info for each play frame ?

  • CommonJS/Browserify support fix

    4 janvier 2015, par luis-almeida
    CommonJS/Browserify support fix
    

    "jquery.fileupload.js" was still missing the cJS module definition.
    It was added to "jquery.ui.widget" as well since it is a direct dependency.