Recherche avancée

Médias (1)

Mot : - Tags -/artwork

Autres articles (53)

  • Gestion générale des documents

    13 mai 2011, par

    MédiaSPIP ne modifie jamais le document original mis en ligne.
    Pour chaque document mis en ligne il effectue deux opérations successives : la création d’une version supplémentaire qui peut être facilement consultée en ligne tout en laissant l’original téléchargeable dans le cas où le document original ne peut être lu dans un navigateur Internet ; la récupération des métadonnées du document original pour illustrer textuellement le fichier ;
    Les tableaux ci-dessous expliquent ce que peut faire MédiaSPIP (...)

  • 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

  • Des sites réalisés avec MediaSPIP

    2 mai 2011, par

    Cette page présente quelques-uns des sites fonctionnant sous MediaSPIP.
    Vous pouvez bien entendu ajouter le votre grâce au formulaire en bas de page.

Sur d’autres sites (7278)

  • Revision 855070e254 : Merged two similar functions to reduce duplication Function encode_rtc_frame_in

    10 février 2014, par Yaowu Xu

    Changed Paths :
     Modify /vp9/encoder/vp9_encodeframe.c


     Modify /vp9/encoder/vp9_onyx_if.c



    Merged two similar functions to reduce duplication

    Function encode_rtc_frame_internal() and encode_frame_internal() only
    differed by a couple of speed features, this commit relocation those
    difference into the setup of speed features and merged two functions
    into one to remove duplication.

    It also fixed a subtle bug super_fast_rtc was used before it was
    initialized.

    Change-Id : I234a5a1d11a4450930e5b4943dbab434208d5030

  • FFMPEG - Stream to RTMP output and save to MP4 at same time - with reconnect

    13 janvier 2021, par Matt

    I'm trying to setup a pipeline where I can take an input and save to MP4 whilst at the same time streaming to an RTMP server.

    



    So far I've been able to use a tee filter to achieve this and also using the onfail=ignore to make sure the pipeline stays up in the event of the RTMP/Recording failing.

    



    Which is great !

    



    However, I don't want the RTMP to just give up if it were to drop or be disconnected, I'd like it to keep attempting to reconnect and resume the stream.

    



    I don't think FFMPEG has something like this, so I'd need to write it in a bash script or something that keeps restarting the process in the event of a drop.

    



    I just have no idea how to achieve this !

    



    Has anybody got any ideas or tackled this before ?

    



    Thanks,

    



    Matt

    


  • audio player jwplayer wma files failes with error - Task Queue failed at step 5

    17 mars 2018, par Sabeena

    i have a jw player which plays mp3 files but wma files it gives the error "Task Queue failed at step 5 : Playlist could not be loaded : Playlist file did not contain a valid playlist"

    i thought of two reasons
    1. there is no support for wma but please confirm me this.
    2. somewhere i need to setup the type of file i am using in this player.

    if wma not supported in jwplayer how can play wma and mp3 files in my website ?

    is it ffmpeg needed to convert wma to mp3 while uploading ?