Recherche avancée

Médias (16)

Mot : - Tags -/mp3

Autres articles (75)

  • Personnaliser en ajoutant son logo, sa bannière ou son image de fond

    5 septembre 2013, par

    Certains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;

  • Ecrire une actualité

    21 juin 2013, par

    Présentez les changements dans votre MédiaSPIP ou les actualités de vos projets sur votre MédiaSPIP grâce à la rubrique actualités.
    Dans le thème par défaut spipeo de MédiaSPIP, les actualités sont affichées en bas de la page principale sous les éditoriaux.
    Vous pouvez personnaliser le formulaire de création d’une actualité.
    Formulaire de création d’une actualité Dans le cas d’un document de type actualité, les champs proposés par défaut sont : Date de publication ( personnaliser la date de publication ) (...)

  • Le profil des utilisateurs

    12 avril 2011, par

    Chaque utilisateur dispose d’une page de profil lui permettant de modifier ses informations personnelle. Dans le menu de haut de page par défaut, un élément de menu est automatiquement créé à l’initialisation de MediaSPIP, visible uniquement si le visiteur est identifié sur le site.
    L’utilisateur a accès à la modification de profil depuis sa page auteur, un lien dans la navigation "Modifier votre profil" est (...)

Sur d’autres sites (9845)

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