Recherche avancée

Médias (91)

Autres articles (73)

  • Demande de création d’un canal

    12 mars 2010, par

    En fonction de la configuration de la plateforme, l’utilisateur peu avoir à sa disposition deux méthodes différentes de demande de création de canal. La première est au moment de son inscription, la seconde, après son inscription en remplissant un formulaire de demande.
    Les deux manières demandent les mêmes choses fonctionnent à peu près de la même manière, le futur utilisateur doit remplir une série de champ de formulaire permettant tout d’abord aux administrateurs d’avoir des informations quant à (...)

  • Keeping control of your media in your hands

    13 avril 2011, par

    The vocabulary used on this site and around MediaSPIP in general, aims to avoid reference to Web 2.0 and the companies that profit from media-sharing.
    While using MediaSPIP, you are invited to avoid using words like "Brand", "Cloud" and "Market".
    MediaSPIP is designed to facilitate the sharing of creative media online, while allowing authors to retain complete control of their work.
    MediaSPIP aims to be accessible to as many people as possible and development is based on expanding the (...)

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

  • ffserver - ffmpeg live streaming [closed]

    13 octobre 2012, par caplit

    I have read the ffmpeg & ffserver documentation and I understand how to start the ffserver from documentation and some examples I have read. I also understand how can I change the quality of a video using ffmpeg. The problem is how can I change the quality of a video (change bitrate etc) that is streaming into the client side on the fly.

    I mean is there a way to interact ffmpeg and ffserver to change live the quality of a video that is playing on the client ? so the server stop sending the streams that is currently sending and start sending the new streams that created from the change of the quality of the video ?

  • How can I speed up live stream of screen capture with ffmpeg ?

    15 octobre 2012, par PICyourBrain

    I am attempting to stream the desktop of one computer to another computer on an internal network. I am trying to use ffmpeg on the sending side and VLC on the receiving side. I am using screen-capture-recorder as the video input device. I have been trying the command : ffmpeg -f dshow -i video="screen-capture-recorder" -f mpegts udp://host:port With this command there is a 2-5 second delay on the receiving machine. I need to get the delay down to less than a second.

    Does anyone have any suggestions on how to reduce the delay ?

  • How to change frame rate of live stream using FFmpeg

    4 décembre 2012, par chiv

    I have created a streaming application, which takes video data from live source. Is there any transcoding tool which will receive stream from my streaming application and changes frame rate by transcoding the stream and re stream on another location ?

    currently I'm Struggling with FFmpeg code to use in Visual Studio 2010. And I wanted to integrate FFmpeg code in my application.

    Using FFmpeg.exe I'm able to transcode static files.I wont get any proper example how to transcode/change frame rate of live stream using FFmpeg. I tried,following command to re-stream on another IP.

         ffmpeg -re -i "rtp://my_ip:1234" -r 60 -f rtp "trp://my_ip:4321"