Recherche avancée

Médias (0)

Mot : - Tags -/signalement

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

Autres articles (111)

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

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

  • ANNEXE : Les plugins utilisés spécifiquement pour la ferme

    5 mars 2010, par

    Le site central/maître de la ferme a besoin d’utiliser plusieurs plugins supplémentaires vis à vis des canaux pour son bon fonctionnement. le plugin Gestion de la mutualisation ; le plugin inscription3 pour gérer les inscriptions et les demandes de création d’instance de mutualisation dès l’inscription des utilisateurs ; le plugin verifier qui fournit une API de vérification des champs (utilisé par inscription3) ; le plugin champs extras v2 nécessité par inscription3 (...)

Sur d’autres sites (14023)

  • How to use Java or Python to implement a RTSP streaming server ?

    4 avril 2016, par mirage1993

    I want to implement a RTSP streaming server like DSS(Darwin Streaming Server).

    My idea is :

    1. I can use ffmpeg to send rtsp stream to my server.

    2. My server can hold this stream and waiting for VLC connecting.

    3. When VLC connects to my server, stream can be sent from my server to VLC.

    It’s only a fancy of mine, but I have no idea how to implement this server.

    Could you provide some advice or some documents.

    Thanks.

  • playing MPEG-dash streaming with FFMPEG

    24 mars 2016, par Thanh Nguyen

    I’m having a problem when playing MPEG-dash streaming with ffmpeg. I know there are a lot of tools can play MPEG-dash like OSMO4, DASH.js.. However, I am wondering if I can play MPEG-dash with FFMPEG ?
    And one more question, How can I determine startup time when playing MPEG-dash streaming ? It means, the duration time when I request a MPD file from a server until I get the first picture of video display on a screen ?
    Thanks !

  • Rtp -http streaming method

    2 avril 2014, par user3410545

    I am working on a project that requires a live feed of the mic from the pi ,
    so we started of with this aoss ffmpeg -f oss -i /dev/dsp -acodec mp2 -ab 32k -ar 10000 -r 800 -ac 1 -re -f rtp rtp ://234.5.5.5:2345
    which worked with streaming locally over vlc
    but how can one forward this port to the www, ps, my router has forwarding, and we tried directly passing it , but it didnt work.
    or is there any other or better method/protocol that can be used for www access to this Pi's feed
    hopefully without ssh(cause it is on limited platforms) and without ffserver(delay, duh !)
    any help will be appreciated..
    thanks :D