Recherche avancée

Médias (0)

Mot : - Tags -/page unique

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

Autres articles (30)

  • Menus personnalisés

    14 novembre 2010, par

    MediaSPIP utilise le plugin Menus pour gérer plusieurs menus configurables pour la navigation.
    Cela permet de laisser aux administrateurs de canaux la possibilité de configurer finement ces menus.
    Menus créés à l’initialisation du site
    Par défaut trois menus sont créés automatiquement à l’initialisation du site : Le menu principal ; Identifiant : barrenav ; Ce menu s’insère en général en haut de la page après le bloc d’entête, son identifiant le rend compatible avec les squelettes basés sur Zpip ; (...)

  • Use, discuss, criticize

    13 avril 2011, par

    Talk to people directly involved in MediaSPIP’s development, or to people around you who could use MediaSPIP to share, enhance or develop their creative projects.
    The bigger the community, the more MediaSPIP’s potential will be explored and the faster the software will evolve.
    A discussion list is available for all exchanges between users.

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

Sur d’autres sites (4470)

  • Compile ffmpeg for android statically [duplicate]

    1er novembre 2013, par Gonzalo Solera

    This question already has an answer here :

    I have been using an old version of ffmpeg compiled statically that I downloaded from Internet. I need to compile my own STATIC ffmpeg with the h264 encoder for android, but I´m a bit noob in this and I´m not sure in how to do that. I have read some tutorials but they weren´t so useful... I would be very grateful if somebody could explain me step by step how to do that. Thanks !!

  • Adaptive stream HTML5 player on android

    1er novembre 2016, par Hassan Ali Salem

    Iam using adobe media server as streaming server
    also Iam using adobe flash encoder to send the rtmp stream to the server

    my goal is to run the stream on the HTML5 player on desktop and devices browser.
    so I used the application : livepkgr m3u8

    it succeed to play on IOS, and desktop browsers but not on android.
    I tried everything.
    also I tried to use ffmpeg to encode the rtmp to mp4 or rtp

    but no luck with html5 player.

    on the other hand JWPlayer is working fine on android and ios and browsers.
    so I wonder how they did it ( if anyone has an idea !!)
    and what formats android html5 player supports for streaming !!

    thank you.

  • FFMPEG RTMP Streaming to Android Exec

    4 octobre 2012, par user1653922

    I have done in Android using FFMPEG RTMP streaming

    As a practical matter, an error is output when the RTMP streaming with Android.

    "rtmp :/ / ~ / oflaDemo / test live = 1": No such file or directory

    Command execution in Android is as follows.

    String [] command = new String [] {"/ directory / ffmpeg", "-vn", "-re", "-i", "\" rtmp :/ / ~ / oflaDemo / test live = 1 \ "" , "-loglevel", "debug", "pipe: 1"};
    Process process = Runtime.getRuntime () exec (command, null);

    Successfully decoded the above command on a FFMPEG on Windows.

    I would like you to tell me if it is good How can Android Can I run the above command.