Recherche avancée

Médias (1)

Mot : - Tags -/net art

Autres articles (47)

  • Les autorisations surchargées par les plugins

    27 avril 2010, par

    Mediaspip core
    autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs

  • Publier sur MédiaSpip

    13 juin 2013

    Puis-je poster des contenus à partir d’une tablette Ipad ?
    Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir

  • Déploiements possibles

    31 janvier 2010, par

    Deux types de déploiements sont envisageable dépendant de deux aspects : La méthode d’installation envisagée (en standalone ou en ferme) ; Le nombre d’encodages journaliers et la fréquentation envisagés ;
    L’encodage de vidéos est un processus lourd consommant énormément de ressources système (CPU et RAM), il est nécessaire de prendre tout cela en considération. Ce système n’est donc possible que sur un ou plusieurs serveurs dédiés.
    Version mono serveur
    La version mono serveur consiste à n’utiliser qu’une (...)

Sur d’autres sites (8226)

  • How to generate MPEG-DASH stream with ClearKey DRM using FFmpeg

    15 juillet 2020, par QFSW

    I want to create an MPEG-DASH stream with ClearKey DRM using FFmpeg.

    


    The stream generation is already complete and working (using the C API)

    


    How could I (using either C or the CLI) add ClearKey DRM to the stream ?

    


    Happy to hear answers for both VOD and live as a pointer to get started

    


  • MSE Does not show duration when MPEG-DASH segments are created with FFmpeg

    15 mars 2023, par WaveLink

    I am trying to create a system that streams DASH segments to the browser, where it gets decoded by Media Source Extensions. When using MP4Box, the init segment loads the duration into the player, but the version generated by FFmpeg does not.

    


    I believe this is due to some sort of header missing from the init segment generated by FFmpeg, but I have not been able to figure it out. Here is the command I use to generate the files :

    


    ffmpeg -i .\source.opus -c:a libopus -c:v none -seg_duration 1 -dash_segment_type mp4 -preset ultrafast -use_timeline 1 -use_template 1 -streaming 1 -init_seg_name "segment_init.mp4" -media_seg_name "segment_$Number$.m4s" -fflags +genpts -f dash ./out.mpd
When using MP4Box, this is the config I use :

    


    MP4Box -dash 1000 -rap -profile live -segment-name "segment_$Number" .\out.mp4
In both cases, the audio does play, and both of them contain similar headers, but the FFmpeg version just does not contain the media duration in the init segment, or at least the MSE implementation cannot read it.

    


    I tested this in Chrome, Firefox, and Edge, and all of them behave the same.

    


    Thanks for any help.

    


  • doc/muxers : fix docs format for DASH muxer

    28 juin 2019, par Jun Zhao
    doc/muxers : fix docs format for DASH muxer
    

    fix docs format for DASH muxer

    Reviewed-by : Gyan Doshi <ffmpeg@gyani.pro>
    Signed-off-by : Jun Zhao <barryjzhao@tencent.com>

    • [DH] doc/muxers.texi