Recherche avancée

Médias (0)

Mot : - Tags -/utilisateurs

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (95)

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

  • ANNEXE : Les plugins utilisés spécifiquement pour la ferme

    5 mars 2010, par

    Le site central/maître de la ferme a besoin d’utiliser plusieurs plugins supplémentaires vis à vis des canaux pour son bon fonctionnement. le plugin Gestion de la mutualisation ; le plugin inscription3 pour gérer les inscriptions et les demandes de création d’instance de mutualisation dès l’inscription des utilisateurs ; le plugin verifier qui fournit une API de vérification des champs (utilisé par inscription3) ; le plugin champs extras v2 nécessité par inscription3 (...)

  • Installation en mode standalone

    4 février 2011, par

    L’installation de la distribution MediaSPIP se fait en plusieurs étapes : la récupération des fichiers nécessaires. À ce moment là deux méthodes sont possibles : en installant l’archive ZIP contenant l’ensemble de la distribution ; via SVN en récupérant les sources de chaque modules séparément ; la préconfiguration ; l’installation définitive ;
    [mediaspip_zip]Installation de l’archive ZIP de MediaSPIP
    Ce mode d’installation est la méthode la plus simple afin d’installer l’ensemble de la distribution (...)

Sur d’autres sites (8091)

  • Live Streaming to AMS using Ffmpeg not playing in mobile browser

    6 mai 2016, par Gaurav Bora

    I have installed Ffmpeg and am streaming a video to my adobe media server (Rtmp url) usinf Ffmpeg. The stream is playing in desktop browsers but not on mobile browsers. When I use OBS to stream to the same Rtmp url, it plays in both laptop and mobile browsers. The command that I use to stream using Ffmpeg and which is working in desktop browsers is

    ffmpeg -re -i samplefile.mp4 -c:v copy -c:a copy -f flv "rtmp url of my adobe media server/streamkey"

    TIA

  • how to run ffmpeg commands from browser

    3 mai 2016, par Gaurav Bora

    I have been able to stream live camera feed from my laptop camera to an adobe media server. I am running the commands in command prompt in my laptop. I wanted to know how to connect this to a browser where I can run these commands from a web browser. I mean access the camera from the browser and run the ffmpeg commands to stream the camera feed to the rtmp server.

  • x264 Decoding time increases with zerolatency

    13 avril 2016, par Ajay Ponna Venkatesh

    Reference - Why sliced thread affect so much on realtime encoding using ffmpeg x264 ?

    With Zerolatency / sliced-threads enabled, I am observing that the decoding time shoots up ! I am encoding on my Windows 10 laptop and streaming to Samsung S4 phone where it is decoded and rendered. If usually, decoding takes 2-3 ms, it shoots up to around 25 ms if I use sliced-threads. It is a real time streaming application so I need low latency and that’s why I enabled zerolatency. Can someone help please ?

    I am using the hardware decoder on the phone.