Recherche avancée

Médias (91)

Autres articles (66)

  • Gestion des droits de création et d’édition des objets

    8 février 2011, par

    Par défaut, beaucoup de fonctionnalités sont limitées aux administrateurs mais restent configurables indépendamment pour modifier leur statut minimal d’utilisation notamment : la rédaction de contenus sur le site modifiables dans la gestion des templates de formulaires ; l’ajout de notes aux articles ; l’ajout de légendes et d’annotations sur les images ;

  • Dépôt de média et thèmes par FTP

    31 mai 2013, par

    L’outil MédiaSPIP traite aussi les média transférés par la voie FTP. Si vous préférez déposer par cette voie, récupérez les identifiants d’accès vers votre site MédiaSPIP et utilisez votre client FTP favori.
    Vous trouverez dès le départ les dossiers suivants dans votre espace FTP : config/ : dossier de configuration du site IMG/ : dossier des média déjà traités et en ligne sur le site local/ : répertoire cache du site web themes/ : les thèmes ou les feuilles de style personnalisées tmp/ : dossier de travail (...)

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

Sur d’autres sites (8770)

  • ffmpeg generated media segments dont work for http-live-streaming

    13 mars 2015, par Macmee

    I’m using this command :

    ffmpeg -i temp/B8B147C1-509A-4DB1-BDE3-0DD659A62D16.mp4 -acodec aac -strict experimental -vcodec libx264 -f mpegts pipe:1

    and my playlist looks something like :

    #EXT-X-VERSION:3
    #EXTM3U
    #EXT-X-TARGETDURATION:10
    #EXT-X-MEDIA-SEQUENCE:1

    #EXTINF:4.5,
    http://localhost:3008/stream/B8B147C1-509A-4DB1-BDE3-0DD659A62D16.ts
    #EXT-X-ENDLIST

    This works perfectly fine in VLC but not in itunes or iOS Safari. The video refuses to play. I need to be able to generate the .ts files from ffmpeg - cam I using the wrong encoding anywhere ?

  • How to fix Media Source Extension error : Initialization segment misses expected aac track

    10 janvier 2019, par neoflash

    I have captured my Tello drone camera footage using the following :

    ffmpeg -i udp://0.0.0.0:11111 -c:a copy -c:v copy -probesize 32 -reset_timestamps 1 -movflags frag_keyframe+empty_moov+default_base_moof output.mp4

    I am using the MediaSource and SourceBuffer API to play the video in a element in the browser. I have done this successfully with a webm format video, so I know that my transport pipeline is fine.

    When looking at the media-internals log in the Chrome browser, I noticed the following error :

    Initialization segment misses expected aac track.

    How can I fix this and get the video to play ?

  • segment : Report the current media sequence

    29 avril 2014, par Luca Barbato
    segment : Report the current media sequence
    

    Useful for debugging mostly.

    • [DBH] libavformat/segment.c