Recherche avancée

Médias (1)

Mot : - Tags -/wave

Autres articles (111)

  • 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

  • Support audio et vidéo HTML5

    10 avril 2011

    MediaSPIP utilise les balises HTML5 video et audio pour la lecture de documents multimedia en profitant des dernières innovations du W3C supportées par les navigateurs modernes.
    Pour les navigateurs plus anciens, le lecteur flash Flowplayer est utilisé.
    Le lecteur HTML5 utilisé a été spécifiquement créé pour MediaSPIP : il est complètement modifiable graphiquement pour correspondre à un thème choisi.
    Ces technologies permettent de distribuer vidéo et son à la fois sur des ordinateurs conventionnels (...)

  • HTML5 audio and video support

    13 avril 2011, par

    MediaSPIP uses HTML5 video and audio tags to play multimedia files, taking advantage of the latest W3C innovations supported by modern browsers.
    The MediaSPIP player used has been created specifically for MediaSPIP and can be easily adapted to fit in with a specific theme.
    For older browsers the Flowplayer flash fallback is used.
    MediaSPIP allows for media playback on major mobile platforms with the above (...)

Sur d’autres sites (10337)

  • Evolution #4841 (Fermé) : Z-index de la modale

    2 juillet 2021, par cedric -

    Ce serait couteux en performance de faire ça à chaque ouverture de box, en particulier quand on est dans un diaporama et qu’on arrête pas d’ouvrir/fermer des box, et si on a un DOM très gros.

    Donc je pense pas que le core ait vocation à pénaliser tout le monde pour régler un problème très marginal, alors même que tous les points d’entrées nécessaires sont disponibles pour faire ça dans le plugin qui utilise la modale (inserer modele ici) via une callback.

    Donc wontfix dans mediabox

  • MSE video fragments [closed]

    21 juin 2024, par Bogdan Rusu

    I am trying to build a Javascript web streammer, which uses MediSource and a buffer.
I append to the buffer every new fragment that is comming, which allows me to stream a video.

    


    To be more in context, its done with MPEG DASH. I have the video init.mp4 file and the m4s fragments.

    


    However, I want to add some videos that are pure mp4 video, and I cannot append them to the buffer, since they are not fragments related to the first stream. I was thinking about converting them to m4s fragment, but I don't understand how to do it. As far as I've read, m4s fragments are mp4 videos without the initial metadata and some other atoms/boxes removed.

    


    Is there a way to convert a mp4 video to one big m4s segment of the same duration and to properly append it to the MediaSource buffer ? Is there a way to manually create a m4s segment from a mp4 video ?

    


    I tried multiple tools such as Bento4 and some ffmpeg commands that converts the mp4 video in a mp4 fragment. But every time I append it to the buffer, the video stops and cannot read further. Especially with chrome.

    


    With bento4, after I mp4fragment, chrome can't seem to play the second fragment and the player always stops.

    


  • Record and save a live video streaming in iOS

    25 décembre 2015, par Khushboo

    I am using dfurtsp player which is wrapper around ffmpeg player. I am able to play the live streaming successfully. Now I want to record the video as well. Please suggest me how to get started with the recording functionality.

    I have also searched other players which supports recording but didn’t find any. If anybody knows any other player which supports this please let me know.