Recherche avancée

Médias (2)

Mot : - Tags -/doc2img

Autres articles (112)

  • Personnaliser en ajoutant son logo, sa bannière ou son image de fond

    5 septembre 2013, par

    Certains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;

  • Script d’installation automatique de MediaSPIP

    25 avril 2011, par

    Afin de palier aux difficultés d’installation dues principalement aux dépendances logicielles coté serveur, un script d’installation "tout en un" en bash a été créé afin de faciliter cette étape sur un serveur doté d’une distribution Linux compatible.
    Vous devez bénéficier d’un accès SSH à votre serveur et d’un compte "root" afin de l’utiliser, ce qui permettra d’installer les dépendances. Contactez votre hébergeur si vous ne disposez pas de cela.
    La documentation de l’utilisation du script d’installation (...)

  • Ajouter des informations spécifiques aux utilisateurs et autres modifications de comportement liées aux auteurs

    12 avril 2011, par

    La manière la plus simple d’ajouter des informations aux auteurs est d’installer le plugin Inscription3. Il permet également de modifier certains comportements liés aux utilisateurs (référez-vous à sa documentation pour plus d’informations).
    Il est également possible d’ajouter des champs aux auteurs en installant les plugins champs extras 2 et Interface pour champs extras.

Sur d’autres sites (9980)

  • Evolution #3969 (Nouveau) : _PROXY_HTTPS_VIA_CONNECT par défaut ?

    29 juin 2017, par guytarr °

    https://core.spip.net/projects/spip/repository/revisions/21363
    Par soucis de compatibilité il ne sera pris en charge qu’en cas de
    ```define(’_PROXY_HTTPS_VIA_CONNECT’,true) ;```
    dans le fichier mes_options.php. A voir si il faut rendre cette fonctionnalité activable par l’interface et/ou si elle doit être celle active par défaut.

    cf. le mail de Willy Destrez | Académie d’Amiens sur spip-zone

    Bonjour,
    

    après analyse du serveur récalcitrant, il manquait une déclaration dans le fichier mes_options.php

    define(’_PROXY_HTTPS_VIA_CONNECT’,true) ;
    Le serveur autonome est désormais capable d’ajouter un dépôt, de trouver les révisions dans Couteau Suisse et de faire fonctionner le spip_loader.

  • Temporarily turn off uv4l stream to access video device from other application

    25 décembre 2020, par vicmortelmans

    I've set up uv4l on my raspberry pi 4 with HQ camera. The http streaming works fine. I'd like to run it 24/7, but I also need occasional livestreaming to Youtube using ffmpeg.

    


    I start uv4l with the option -n videouv4l, so it creates a device /dev/videouv4l that I can use as input for ffmpeg.

    


    But it only works while no one is viewing the stream. If the stream is active, ffmpeg returns with an error that it cannot access the device.

    


    I need a way to disable the stream temporarily, so I can be sure that the device is accessible for ffmpeg. I couldn't find any obvious methods in the documentation, either using a (A) stream disable command over the REST API or by killing the process and (B) launching uv4l again with the stream disabled.

    


    How can I do this ?

    


    As for option (B), I tried launching uv4l with the option --server-option '--enable-webrtc=no', but it still enables the http stream.

    


    Regards,
Vic

    


  • hls : Return all packets from a previous variant before moving on to the next one

    28 juillet 2013, par Martin Storsjö
    hls : Return all packets from a previous variant before moving on to the next one
    

    This serves as a safeguard ; normally we want to use the dts
    comparison to interleave packets from all active variants. If that
    dts comparison for some reason doesn’t work as intended, make sure
    that all packets in all variants for a certain sequence number have
    been returned before moving on to the next one.

    Signed-off-by : Martin Storsjö <martin@martin.st>

    • [DBH] libavformat/hls.c