Recherche avancée

Médias (1)

Mot : - Tags -/MediaSPIP 0.2

Autres articles (62)

  • Les tâches Cron régulières de la ferme

    1er décembre 2010, par

    La gestion de la ferme passe par l’exécution à intervalle régulier de plusieurs tâches répétitives dites Cron.
    Le super Cron (gestion_mutu_super_cron)
    Cette tâche, planifiée chaque minute, a pour simple effet d’appeler le Cron de l’ensemble des instances de la mutualisation régulièrement. Couplée avec un Cron système sur le site central de la mutualisation, cela permet de simplement générer des visites régulières sur les différents sites et éviter que les tâches des sites peu visités soient trop (...)

  • Problèmes fréquents

    10 mars 2010, par

    PHP et safe_mode activé
    Une des principales sources de problèmes relève de la configuration de PHP et notamment de l’activation du safe_mode
    La solution consiterait à soit désactiver le safe_mode soit placer le script dans un répertoire accessible par apache pour le site

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

Sur d’autres sites (5416)

  • x86inc : Clear __SECT__

    26 mai 2015, par Timothy Gu
    x86inc : Clear __SECT__
    

    Silences warning(s) like :

    libavcodec/x86/fft.asm:93 : warning : section flags ignored on
    section redeclaration

    The cause of this warning is that because `struc` and `endstruc`
    attempts to revert to the previous section state [1].

    The section state is stored in the macro __SECT__, defined by
    x86inc.asm to be `.note.GNU-stack ...`, through the `SECTION`
    directive [2].

    Thus, the `.note.GNU-stack` section is defined twice
    (once in x86inc.asm, once during `endstruc`), causing the warning.

    That is the first part of the commit : using the primitive `[section]` format
    for .note.GNU-stack etc., which does not update `__SECT__` [2].

    That fixes only half of the problem. Even without any `SECTION` directives,
    `__SECT__` is predefined as `.text`, which conflicting with the later
    `SECTION_TEXT` (which expands to `.text align=16`).

    [1] : http://www.nasm.us/doc/nasmdoc6.html#section-6.4
    [2] : http://www.nasm.us/doc/nasmdoc6.html#section-6.3

    Signed-off-by : Luca Barbato <lu_zero@gentoo.org>

    • [DBH] libavutil/x86/x86inc.asm
  • How to enable third party login providers in .NET with sessionState set to SQL Server ?

    12 novembre 2015, par Rod

    My requirements are to create a webapp allowing third party logins (facebook specifically) and allow users to upload and share video.

    My development environment is :

    • Visual Studio Express 2013 for Web
    • SQL Server 2012
    • ASP.NET MVC project using C# deployed to Azure

    I’ve found invaluable information on Stack Overflow for using oAuth2 with third party login providers, and for enabling SQL Server session state, but what I would like to know is how can I use both of them together ?

    I originally started using SQL Server session state because the site loses session when a video is saved on the server, converted using NReco videoconverter, then saved to blob storage. However this broke my third party logins which need sessionState set to OFF.

    I tried accounting for this by converting the video STREAM with FFMpeg, and then saving directly to blob storage, but I still lose session.

    Any help would be appreciated on the topics of : Why am I losing session with NReco.VideoConverter ? How to use third party logins with sessionState set to SQL Server ?

    [Get Uploaded Video][1] [convert media][2]

    [1] : http://i.stack.imgur.com/ubuAj.jpg [2] :
    http://i.stack.imgur.com/LxV1U.jpg

  • Failed to create secure directory pulse audio ffmpeg

    30 mai 2021, par john

    I'm trying to run rstp camera streaming with pulse audio and ffmpeg. I have a usergroup "adam" and I'm in "john".

    &#xA;

    I run sudo -u adam ffmpeg -f video4linux -i /dev/video2 -f pulse -i default -f rstp://localhost:1111/tmp/cam

    &#xA;

    I get error

    &#xA;

    Failed to created secure directory /home/adam/.config/pulse: no such file or directory&#xA;

    &#xA;

    How can I resolve this ?

    &#xA;