Recherche avancée

Médias (3)

Mot : - Tags -/collection

Autres articles (92)

  • Selection of projects using MediaSPIP

    2 mai 2011, par

    The examples below are representative elements of MediaSPIP specific uses for specific projects.
    MediaSPIP farm @ Infini
    The non profit organizationInfini develops hospitality activities, internet access point, training, realizing innovative projects in the field of information and communication technologies and Communication, and hosting of websites. It plays a unique and prominent role in the Brest (France) area, at the national level, among the half-dozen such association. Its members (...)

  • L’espace de configuration de MediaSPIP

    29 novembre 2010, par

    L’espace de configuration de MediaSPIP est réservé aux administrateurs. Un lien de menu "administrer" est généralement affiché en haut de la page [1].
    Il permet de configurer finement votre site.
    La navigation de cet espace de configuration est divisé en trois parties : la configuration générale du site qui permet notamment de modifier : les informations principales concernant le site (...)

  • Changer le statut par défaut des nouveaux inscrits

    26 décembre 2015, par

    Par défaut, lors de leur inscription, les nouveaux utilisateurs ont le statut de visiteur. Ils disposent de certains droits mais ne peuvent pas forcément publier leurs contenus eux-même etc...
    Il est possible de changer ce statut par défaut. en "rédacteur".
    Pour ce faire, un administrateur webmestre du site doit aller dans l’espace privé de SPIP en ajoutant ecrire/ à l’url de son site.
    Une fois dans l’espace privé, il lui faut suivre les menus configuration > Interactivité et activer (...)

Sur d’autres sites (13173)

  • Record and save a live video streaming in iOS

    25 décembre 2015, par Khushboo

    I am using dfurtsp player which is wrapper around ffmpeg player. I am able to play the live streaming successfully. Now I want to record the video as well. Please suggest me how to get started with the recording functionality.

    I have also searched other players which supports recording but didn’t find any. If anybody knows any other player which supports this please let me know.

  • avcodec/snow : Hardcode table to save space

    2 décembre 2020, par Andreas Rheinhardt
    avcodec/snow : Hardcode table to save space
    

    The size of ff_qexp is only 32 bytes, but the code to generate it at
    runtime takes 47 bytes (GCC 9.3, x64, -O3 in an av_cold function) ; so
    just hardcode it.

    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@gmail.com>

    • [DH] libavcodec/snow.c
    • [DH] libavcodec/snow.h
    • [DH] libavcodec/snowdata.h
  • dshow : add capture device save and load

    22 avril 2015, par Mate Sebok
    dshow : add capture device save and load
    

    Signed-off-by : Mate Sebok <smfinc.org@gmail.com>
    Reviewed-by : Roger Pack <rogerdpack2@gmail.com>
    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] configure
    • [DH] doc/indevs.texi
    • [DH] libavdevice/dshow.c
    • [DH] libavdevice/dshow_capture.h