Recherche avancée

Médias (91)

Autres articles (101)

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

  • Publier sur MédiaSpip

    13 juin 2013

    Puis-je poster des contenus à partir d’une tablette Ipad ?
    Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir

Sur d’autres sites (11466)

  • Revision 15fb5510a8 : Further one-pass vbr rate control changes Some parameter changes and fixes on o

    8 février 2014, par Deb Mukherjee

    Changed Paths :
     Modify /vp9/encoder/vp9_firstpass.c


     Modify /vp9/encoder/vp9_firstpass.h


     Modify /vp9/encoder/vp9_onyx_if.c


     Modify /vp9/encoder/vp9_onyx_int.h


     Modify /vp9/encoder/vp9_ratectrl.c



    Further one-pass vbr rate control changes

    Some parameter changes and fixes on one-pass rate control.
    derfraw300 is now only 10% below 2-pass speed 0 rate control.

    Change-Id : I1940eef8a5a035dc18e71b880d5e00cabd1f01b9

  • Revision 416529069b : Rename a vp9 only control with vp9e prefix Also updated comments and doc to mak

    13 mars 2015, par Yaowu Xu

    Changed Paths :
     Modify /vp9/vp9_cx_iface.c


     Modify /vpx/vp8cx.h


     Modify /vpxenc.c



    Rename a vp9 only control with vp9e prefix

    Also updated comments and doc to make it clear that the control is
    supported in VP9 only.

    Change-Id : I6f120b65135fc1185695e9e3dc29fbe0d430824b

  • FFMPEG Online Redistribution in IIS Server Streaming Onvif IP Camera

    23 avril 2015, par Benny Chen

    I’m very new with ffmpeg. Consider the following case :

    I have several onvif ip camera connected to the network with an IIS server inside it. I’d like to allow client to streaming to any of ip camera inside the network but it must through the IIS server.

    So basically each of ip camera will stream to IIS server in single stream and IIS server will re-distribute to many client who request it. My question is how to setup iis server to works with this scenario ? And an example of ffmpeg command line to read from rtsp ip camera and send it the iis server which will re-distribute it to client.