Recherche avancée

Médias (0)

Mot : - Tags -/gis

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

Autres articles (103)

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

  • Supporting all media types

    13 avril 2011, par

    Unlike most software and media-sharing platforms, MediaSPIP aims to manage as many different media types as possible. The following are just a few examples from an ever-expanding list of supported formats : images : png, gif, jpg, bmp and more audio : MP3, Ogg, Wav and more video : AVI, MP4, OGV, mpg, mov, wmv and more text, code and other data : OpenOffice, Microsoft Office (Word, PowerPoint, Excel), web (html, CSS), LaTeX, Google Earth and (...)

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

  • Missing Library Error in Mac Catalyst when distributed through Testflight

    25 avril 2023, par STerrier

    The iOS version of the app is functioning correctly on TestFlight, and there are no issues when building the Mac Catalyst version of the app from Xcode. However, when distributing the app to TestFlight for Mac Catalyst, the FFmpegkit library fails to load, resulting in a crash. The crash report indicates that the library is missing and cannot be located in the designated file path.

    


    Specifically, the crash report states that the library could not be loaded from "@rpath/ffmpegkit.framework/ffmpegkit". Despite extensive efforts, I have been unable to resolve this issue.

    


    This is error message in the crash report.

    


    Termination Reason : Namespace DYLD, Code 1 Library missing&#xA;Library not loaded : @rpath/ffmpegkit.framework/ffmpegkit&#xA;Referenced from : <9162F8B0-7112-310B-8EDA-59766087927F> /Applications/MyApp.app/Contents/MacOS/MyApp&#xA;Reason : tried : '/System/Library/Frameworks/ffmpegkit.framework/ffmpegkit' (no such file, not in dyld cache), (security policy does not allow @ path expansion)&#xA;(terminated at launch ; ignore backtrace)

    &#xA;

    Are there any alternative solutions to resolve this problem ?

    &#xA;

    UPDATE

    &#xA;

      &#xA;
    • I tried Eugene Dudnyk Solutions but I still received the same error
    • &#xA;

    • I checked the package content found in Testflight and the paths are correctly matching the following /System/Library/Frameworks/ffmpegkit.framework/ffmpegkit
    • &#xA;

    • I ran the app scheme as release within Xcode and it build and ran fine with no issues
    • &#xA;

    • I manually loaded the signing certificates for mac catalyst and still getting the error
    • &#xA;

    • Deleted all derived data
    • &#xA;

    • Deleted and reinstalled Xcode and also tried previous Xcode versions.
    • &#xA;

    • Deleted the project completely
    • &#xA;

    &#xA;

    I tried most of the solutions mentioned in this post with no avail.&#xA;iOS app with framework crashed on device, dyld : Library not loaded, Xcode 6 Beta

    &#xA;

  • Evolution #3000 (Nouveau) : box-sizing et mediabox

    13 mai 2013, par Valéry -

    Je signale un problème que j’ai rencontré à deux reprises. Certains intégrateurs ou frameworks css (knacss par ex.) choisissent dans le reset box-sizing:border-box ; or ceci casse l’affichage du plugin mediabox.

    On peut naturellement dans le css surcharger les styles de mediabox mais ne serais-ce pas plutôt aux plugins SPIP de préciser systématiquement le modèle de boîte qu’ils utilisent pour que les utilisateurs n’aient pas à rechercher la solution (sachant que seuls les utilisateurs avancés vont la trouver).

  • ffmpeg record audio from Xvfb on Centos

    25 mai 2017, par boygiandi

    I’m trying to record audio from Xvfb. And I have some problems :

    1. What’s the different between alsa and pulse. I get confuse
    2. Server Centos have no soud card :

    arecord -l

    arecord : device_list:268 : no soundcards found...

    1. I may have many Xvfb process, how to record video and audio from specific Xvfb process. I checked this https://trac.ffmpeg.org/wiki/Capture/ALSA#Recordaudiofromanapplication but still don’t understand how it works.

    ffmpeg -f alsa -ac 2 -i hw:0,0 -acodec pcm_s16le output.wav

    I seen many command like this, but I don’t know how to get hw:0,0 ( id of sound card ? )

    Please help. Thanks