Recherche avancée

Médias (91)

Autres articles (68)

  • MediaSPIP version 0.1 Beta

    16 avril 2011, par

    MediaSPIP 0.1 beta est la première version de MediaSPIP décrétée comme "utilisable".
    Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
    Pour avoir une installation fonctionnelle, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
    Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...)

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

  • Amélioration de la version de base

    13 septembre 2013

    Jolie sélection multiple
    Le plugin Chosen permet d’améliorer l’ergonomie des champs de sélection multiple. Voir les deux images suivantes pour comparer.
    Il suffit pour cela d’activer le plugin Chosen (Configuration générale du site > Gestion des plugins), puis de configurer le plugin (Les squelettes > Chosen) en activant l’utilisation de Chosen dans le site public et en spécifiant les éléments de formulaires à améliorer, par exemple select[multiple] pour les listes à sélection multiple (...)

Sur d’autres sites (8966)

  • How to use python-ffmpeg to stream to platforms like youtube, twtich ? [closed]

    16 mars 2023, par wraient

    I have been using ffmpeg from terminal to stream to twitch for a project. But I have to move it to python I found this python-ffmpeg module but could not find any good documentation. How do I convert this terminal ffmpeg command into python-ffmpeg command ?

    


    "ffmpeg -re -i ./anime/aots8e1.mkv  -c:v libx264 -preset veryfast -b:v 6000k -maxrate 6000k -bufsize 6000k -pix_fmt yuv420p -g 50 -c:a aac -b:a 160k -ac 2 -ar 44100 -f flv rtmp://live-ber.twitch.tv/app/"+streamkey


    


    If there are other better alternative to use ffmpeg and python together, please recommend.

    


  • UDP Stream Receiver Container not receiving Sender's stream with ffmpeg in Docker

    10 octobre 2022, par James

    I have 2 containers bridged on the same network in Docker : One is acting as an UDP video streamer (sender) and the other one is acting as a the stream Receiver. The Stream is a m3u8.

    


    I manage to start the Sender to stream the m3u8 with ffmpeg, but when I run the ffmpeg command in the Receiver's terminal, it just starts the ffmpeg and it gets stuck. It won't receive the .ts file.

    


    Receiver's terminal Screenshot

    


    Any help would be appreciated.

    


  • UPD Stream Receiver Container not receiving Sender's stream with ffmpeg in Docker

    9 octobre 2022, par James

    I have 2 containers bridged on the same network in Docker : One is acting as an UPD video streamer (sender) and the other one is acting as a the stream Receiver. The Stream is a m3u8.

    


    I manage to start the Sender to stream the m3u8 with ffmpeg, but when I run the ffmpeg command in the Receiver's terminal, it just starts the ffmpeg and it gets stuck. It won't receive the .ts file.

    


    Receiver's terminal Screenshot

    


    Any help would be appreciated.