Recherche avancée

Médias (1)

Mot : - Tags -/stallman

Autres articles (28)

  • Emballe Médias : Mettre en ligne simplement des documents

    29 octobre 2010, par

    Le plugin emballe médias a été développé principalement pour la distribution mediaSPIP mais est également utilisé dans d’autres projets proches comme géodiversité par exemple. Plugins nécessaires et compatibles
    Pour fonctionner ce plugin nécessite que d’autres plugins soient installés : CFG Saisies SPIP Bonux Diogène swfupload jqueryui
    D’autres plugins peuvent être utilisés en complément afin d’améliorer ses capacités : Ancres douces Légendes photo_infos spipmotion (...)

  • Le plugin : Podcasts.

    14 juillet 2010, par

    Le problème du podcasting est à nouveau un problème révélateur de la normalisation des transports de données sur Internet.
    Deux formats intéressants existent : Celui développé par Apple, très axé sur l’utilisation d’iTunes dont la SPEC est ici ; Le format "Media RSS Module" qui est plus "libre" notamment soutenu par Yahoo et le logiciel Miro ;
    Types de fichiers supportés dans les flux
    Le format d’Apple n’autorise que les formats suivants dans ses flux : .mp3 audio/mpeg .m4a audio/x-m4a .mp4 (...)

  • Support de tous types de médias

    10 avril 2011

    Contrairement à beaucoup de logiciels et autres plate-formes modernes de partage de documents, MediaSPIP a l’ambition de gérer un maximum de formats de documents différents qu’ils soient de type : images (png, gif, jpg, bmp et autres...) ; audio (MP3, Ogg, Wav et autres...) ; vidéo (Avi, MP4, Ogv, mpg, mov, wmv et autres...) ; contenu textuel, code ou autres (open office, microsoft office (tableur, présentation), web (html, css), LaTeX, Google Earth) (...)

Sur d’autres sites (5247)

  • How to record watching statistics in hls streaming

    5 juillet 2023, par qmksbp

    I implemented a vod streaming system that converts videos to hls with ffmpeg.

    


    And I made a Django program that gives playlists and ts files to the player so that the video can be played.

    


    But I don't know how to record the watching statistics.

    


    I used vediojs and I know that I can send the watching time from the client to the server and record it.

    


    But We are sure that this method is not accurate and the user can change the statistics.

    


    On the other hand, I have seen vod platforms that do not take the statistics from the player (client) at all, as if the statistics are calculated by the server.

    


    One option is to log the statistics for each ts file that is requested,
but the video buffering by the player means that these statistics are always wrong,
the player may buffer 10 minutes but the user still watches 1 minute.

    


    Any suggestion or experience

    


    I used vediojs and I know that I can send the watching time from the client to the server and record it.

    


    But We are sure that this method is not accurate and the user can change the statistics.

    


  • ios play HLS - only lowest bitrate available

    15 janvier 2016, par user2928842

    i’m trying to play HLS streamed by IIS in different bitrates on ipad (ios 6), encoded with ffmpeg.
    i can see that only the lowest bitrate (600k) is being played by the native player : to play it i’m just opening the main index file (.m3u8) on Safari.

    is there a way to get some logs from the player to understand why this happens ?
    tried with the Safari Developer tools but didn’t get to much info from it

    thanks

  • playing http video url using ffmpeg

    17 mai 2012, par Ranjith

    I am using libavcodec of ffmpeg to play a http video stream in my application.
    I have implemented my own video player for this.This player is working fine.

    Now, I want to show buffering status of video (what percentage of video is downloaded by ffmpeg). But I could not find any api or event for this.