Recherche avancée

Médias (1)

Mot : - Tags -/artwork

Autres articles (101)

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

  • Restream multiple live videos

    8 juin 2020, par re0603

    I have a java application which captures links to streaming videos at different times of the day.

    



    I need to create my own live stream that is always on, and I need to be able to “push” the captured stream links to the channel as and when they become live.

    



    I already have the logic to detect when the streams come on and offline - but what is the best method of creating my own live stream, and programmatically push new streams to the existing channel without having to reconnect to my stream ?

    


  • Latency in ffmpeg while live streaming

    22 janvier 2014, par mustafa.yavuz

    I am working on a project which has real time jobs. I should process a live stream with almost no latency. As you know when we play a live stream with ffplay there is some latency since it buffers some frames before playing it. Is there same problem with ffmpeg, that is when I connect a live stream and do some process like resampling and other calculations, does it have latency as ffplay has. How can I be sure there is no latency ?

  • Record on live stream material

    6 juillet 2015, par Sami H

    I have a multiple live feeds from TV card in (udp) and I want a 6h timeshift buffer.

    I have searched and found the -segment_time in FFMPEG.
    But thing is i want the "record" to stream out (rtmp publish) continuously as if it was live material as well only with a 6h difference.