Recherche avancée

Médias (39)

Mot : - Tags -/audio

Autres articles (96)

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

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

Sur d’autres sites (10485)

  • How to embed pic_timing SEI wallclock timecodes in RTMP streaming ?

    13 novembre 2023, par MorenoGentili

    I need to stream my desktop to the AWS MediaLive service and, as a requirement, I must include wallclock timecodes in the stream. The AWS support kindly informed me that for h.264 encoded streams, I need to provide timecodes as "pic_timing SEI messages".

    



    I'm streaming with FFmpeg via the RTMP protocol on Windows 10 so, I tried adding the use_wallclock_as_timestamps and copyts flags to my command.

    



    ffmpeg -f gdigrab -framerate 30 -offset_x 0 -offset_y 0 -video_size 1920x1080 -show_region 1 -use_wallclock_as_timestamps 1 -i desktop -vf scale=320:240 -c:v libx264 -c:a aac -profile:v main -level 3.1 -pix_fmt yuv420p -copyts -f flv rtmp://<ip>:1935/<app>/<stream>&#xA;</stream></app></ip>

    &#xA;&#xA;

    However, the timecodes are not picked up by AWS MediaLive.

    &#xA;&#xA;

    My questions are :

    &#xA;&#xA;

      &#xA;
    • Does the use_wallclock_as_timestamps flag actually create timecodes as "pic_timing SEI messages" as required ?
    • &#xA;

    • If not, how do I add wallclock timecodes as "pic_timing SEI messages" ? It doesn't have to be every frame. Every 2 or 3 seconds would suffice.
    • &#xA;

    &#xA;&#xA;

    I'm stumped. I couldn't find the answer in the FFmpeg documentation.

    &#xA;&#xA;

    Thanks for your help.

    &#xA;

  • Streaming video using raw sockets

    6 novembre 2020, par Joel Barsotti

    I'm trying to generate a live video stream and surface it via a UPnP framework.

    &#xA;

    I'm using the UPnP framework that was originally developed by intel available here. It seems to have rolled it's own lightweight webserver. I'm using FFMPEG to generate my video stream from images, I can set it up to feed it frames on a timer. But how I manage the data that's generated ? How do I use send an HTTP response that could be a stream of unlimited length ?

    &#xA;

    Is there a well worn technology to do this that I'm not aware of ?

    &#xA;

    Any input would be great.

    &#xA;

  • Library for capturing and streaming desktop ?

    20 juin 2012, par zukes

    Does any one know a library apart from (VLC & FFmpeg) which is capable of capturing desktop as well as streaming it over UDP or Http and it should consume less cpu.
    Because my experience with ffmpeg is good as far as i am doing offline processing but it becomes very bad when i start streaming & and in every case FFmpeg takes entire cpu for processing thats the only reason i hate it ....