Recherche avancée

Médias (9)

Mot : - Tags -/soundtrack

Autres articles (61)

  • Changer son thème graphique

    22 février 2011, par

    Le thème graphique ne touche pas à la disposition à proprement dite des éléments dans la page. Il ne fait que modifier l’apparence des éléments.
    Le placement peut être modifié effectivement, mais cette modification n’est que visuelle et non pas au niveau de la représentation sémantique de la page.
    Modifier le thème graphique utilisé
    Pour modifier le thème graphique utilisé, il est nécessaire que le plugin zen-garden soit activé sur le site.
    Il suffit ensuite de se rendre dans l’espace de configuration du (...)

  • Problèmes fréquents

    10 mars 2010, par

    PHP et safe_mode activé
    Une des principales sources de problèmes relève de la configuration de PHP et notamment de l’activation du safe_mode
    La solution consiterait à soit désactiver le safe_mode soit placer le script dans un répertoire accessible par apache pour le site

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

  • Is there any Vlc Library(.dll) video streaming capacity ?

    11 mai 2017, par Salih Karagöz

    I am using Vlc Media Player Library for making C# Windows Form application. Also, I have wrapper classes for using that library. I am getting streaming videos with RTSP protocol.

    My question, what I am wondering or what I am researching is there any network capacity for using Vlc media Library ? Namely for example, if I use this library for 30 different network streaming(cameras), Can I get errors or freezing videos ? I am trying to make a program which will use with lots of cameras. Shall I use different libraries(FFMPEG) ?

    Could you share your experience for video streaming capacity or Vlc Media Player library capacity ? Generally, what is the reason of freezing in the video streaming ?

    Thanks in advance...

  • Is there any Vlc Library(.dll) video streaming capacity ?

    19 octobre 2018, par Salih Karagoz

    I am using Vlc Media Player Library for making C# Windows Form application. Also, I have wrapper classes for using that library. I am getting streaming videos with RTSP protocol.

    My question, what I am wondering or what I am researching is there any network capacity for using Vlc media Library ? Namely for example, if I use this library for 30 different network streaming(cameras), Can I get errors or freezing videos ? I am trying to make a program which will use with lots of cameras. Shall I use different libraries(FFMPEG) ?

    Could you share your experience for video streaming capacity or Vlc Media Player library capacity ? Generally, what is the reason of freezing in the video streaming ?

    Thanks in advance...

  • How to manually reset the offset of an mp4 video created from m4s files ?

    12 août 2020, par natdev

    I'm building a service that combine .m4s files (from a dash stream) to a mp4 video.
    
I have some sample m4s files from a random point in time of a stream,
    
using ffmpeg on those file + the init file does the job.

    


    cat init.mp4 032.m4s 033.m4s 034.m4s > output.mp4


    


    I have tried concating the m4s files to the mp4 init file and I manage to play the video,
    
but there is an offset from the encoded video segments.

    


    I guess ffmpeg does reset that somehow, and I was wondering how can I reset that offset as well ?
    
Having a little bit of experience with dash, I know that there is a field name presentationTimeOffset that is responsible to set the offset.