Recherche avancée

Médias (33)

Mot : - Tags -/creative commons

Autres articles (62)

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

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

  • 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

Sur d’autres sites (7603)

  • SRT : No Room to Store Incoming Packets when we stream SRT streams through VLC

    10 février, par Shankar

    Hope all you are doing well.

    


    Actually i was trying to stream a media file using VLC by SRT protocol. For which, srt-live-transmit is used as converter in between SRT Listener and VLC UDP streams. srt-live-transmit used to convert udp to srt streams(mpegts). But when i tried to do that, after few seconds, i got error in srt-live-transmit terminal that :
No room to store incoming packet :

    


    What should be the reason for this error ? And if anyone know anything about this problem, please share info. It would be helpful.
Thank you.

    


  • How to insert dynamic metadata for every video frame ? [closed]

    16 juin 2021, par HoustonZHU

    I can calculate the HDR dynamic metadata for a single given HDR yuv video frame, such as maximum Y value, minimum Y value.(for simplification of this question,suppose the dynamic metadata for each video frame only consists of these 2 values).

    


    Now what is the best way to work on mp4 video file(e.g h265 stream) to insert the above dynamic metadata for each video frame in the stream ?
obviously we need to decode the stream first, and then at some point for each decoded video stream, I do the calculation to get the two values. then I need to use SEI related API to insert these two values to SEI payload of the encoded stream.
I hope this question is more clear now.

    


  • FFmpeg, Icecast and ice_name in Cyrillic

    6 juin 2021, par Alexandr Kuznetsov

    Sorry for my English, I hope you can understand me.

    


    To set stream names (-ice_name), I need to use Cyrillic characters. But on Icecast server I get hieroglyphs.

    


    If I use software other than ffmpeg, then everything is displayed fine. But I need to use ffmpeg exactly.

    


    Here's the source :

    


    "c:\ffmpegrec\ffmpeg.exe" -i rtmp://... -fflags nobuffer -vn -c:a libmp3lame -b:a 192K -content_type audio/mpeg -f mp3 -ice_name "Имя стрима" -ice_description "Описание стрима" -ice_public 0 -password ... icecast://...


    


    All this is run through a .bat file.