Recherche avancée

Médias (91)

Autres articles (72)

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

  • Emballe médias : à quoi cela sert ?

    4 février 2011, par

    Ce plugin vise à gérer des sites de mise en ligne de documents de tous types.
    Il crée des "médias", à savoir : un "média" est un article au sens SPIP créé automatiquement lors du téléversement d’un document qu’il soit audio, vidéo, image ou textuel ; un seul document ne peut être lié à un article dit "média" ;

  • Le plugin : Gestion de la mutualisation

    2 mars 2010, par

    Le plugin de Gestion de mutualisation permet de gérer les différents canaux de mediaspip depuis un site maître. Il a pour but de fournir une solution pure SPIP afin de remplacer cette ancienne solution.
    Installation basique
    On installe les fichiers de SPIP sur le serveur.
    On ajoute ensuite le plugin "mutualisation" à la racine du site comme décrit ici.
    On customise le fichier mes_options.php central comme on le souhaite. Voilà pour l’exemple celui de la plateforme mediaspip.net :
    < ?php (...)

Sur d’autres sites (7757)

  • FFMPEG streaming raw H264

    29 avril 2020, par lbasek

    Im currently working on streaming a mp4 file encoded with h264 over TCP and decoding at the mobile side (Android).I successfully manage up connection and streaming h264 raw data but that image quality is too bad (half screen is green or purple and everything is pixelized).I started streaming with :

    &#xA;&#xA;

    ffmpeg -re \                                                       &#xA;-i test.mp4 \&#xA;-vcodec libx264 \&#xA;-vf scale=1920:1080 \&#xA;-vprofile high \&#xA;-preset ultrafast \&#xA;-b:v 1M -maxrate 2M -bufsize 2M -pass 1 \&#xA;-strict experimental \&#xA;-pix_fmt yuv420p \&#xA;-tune zerolatency \&#xA;-movflags use_metadata_flag \&#xA;-movflags empty_moov&#x2B;default_base_moof&#x2B;faststart \&#xA;-f h264 tcp://10.230.253.241:9090&#xA;

    &#xA;&#xA;

    Result :&#xA;Image

    &#xA;&#xA;

    Am I on right road and its that possible with raw h264 ? Any advice would welcome ! Thanks

    &#xA;

  • Installing Apple HTTP Live Streaming

    14 avril 2016, par user2871193

    I need to know how to install the Apple’s HTTP Live Streaming tools on my webserver. Since the tools provided by Apple is in dmg format. I have tested the tools on my local MAC machine. Also I encoded the live streams and VOD’s using FFMpeg Library on MAC.

    Since streaming videos require webserver for distributing content, how we install both these tools on webserver both FFMpeg and Live Streaming Tools by Apple ?

    I guess it might be very silly question, but couldn’t get a workaround on this. Any help will be appreciated.

    Thanks.

  • how to implement streaming feautre on our website

    14 février 2023, par Mohamed Taha

    we are building a website -for education purpose -and want to add streaming function on it

    &#xA;

    our website like a social media platform so someone want to strat streaming (the media will be either from camera or screen sharing )

    &#xA;

    from where i can start

    &#xA;

    i have searched about this topic and i arrived at knowing the theortical steps to stream video&#xA;_ capture ,encoding , mixin ,send to server&#xA;but though i don't know where to start too

    &#xA;

    i found tool called FFmpeg can do this but on windows platform and i think won't help.

    &#xA;