Recherche avancée

Médias (0)

Mot : - Tags -/publication

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (100)

  • MediaSPIP 0.1 Beta version

    25 avril 2011, par

    MediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
    The zip file provided here only contains the sources of MediaSPIP in its standalone version.
    To get a working installation, you must manually install all-software dependencies on the server.
    If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...)

  • Multilang : améliorer l’interface pour les blocs multilingues

    18 février 2011, par

    Multilang est un plugin supplémentaire qui n’est pas activé par défaut lors de l’initialisation de MediaSPIP.
    Après son activation, une préconfiguration est mise en place automatiquement par MediaSPIP init permettant à la nouvelle fonctionnalité d’être automatiquement opérationnelle. Il n’est donc pas obligatoire de passer par une étape de configuration pour cela.

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

  • Any updated http segmenter for IPad / iPhone video streaming with latest ffmpeg ?

    5 février 2012, par ipegasus

    I would like to know if there are any http file segmenters with support for the latest ffmpeg libraries ?

    So far I have found some projects, although I haven't been able to compile them using ffmpeg 0.9

    1. http://svn.assembla.com/svn/legend/segmenter/
    2. http://www.ioncannon.net/programming/452/iphone-http-streaming-with-ffmpeg-and-an-open-source-segmenter/

    Thanks !

  • ffprobe on windows no output beyond " { " (ffmpeg-6.0-essentials_build) [closed]

    6 avril 2023, par Stahkub

    I'm attempting to use ffprobe on an rtsp stream using the following command :

    


    ffprobe -loglevel quiet -rtsp_transport tcp -select_streams v:0 -show_entries stream=width,height -of json rtsp://stream


    


    however the only thing showing in the console after this command is "" on windows, but works on wsl

    


    Windows console

    


    WSL console

    


    the windows command will never return and must be killed. Any ideas ?

    


    Reinstalled ffmpeg, different versions, rebooted pc, tried absolute path to ffprobe, tried running ffprobe using python. Tried piping output to a file, same result. I've searched around and haven't found a similar issue.

    


  • Electron App & FFMpeg - Library not loaded

    12 mars 2016, par George Huber

    I’ve recently upgraded Electron to v0.37, and upon trying to start my app, I’m getting an error of the following.

    dyld: Library not loaded: /usr/local/lib/libffmpeg.dylib
    Referenced from: /usr/local/lib/node_modules/electron-prebuilt/dist/Electron.app/Contents/Frameworks/Electron Framework.framework/Versions/A/Electron Framework
    Reason: image not found

    I have ffmpeg installed on my machine via homebrew, which I installed with brew install ffmpeg . I’ve tried uninstalling ffmpeg and reinstalling, but haven’t had any luck.

    I’ve noticed in more recent versions of Electron, since v0.36.8 they’ve ’Link with ffmpeg dynamically’ according to the changelog.

    I should note, I’m using ffmpeg in my electron app, and specifically, im utilizing the Fluent FFMpeg node library (https://www.npmjs.com/package/fluent-ffmpeg).

    Has anyone come across this same issue ? Any idea on a fix ?