Recherche avancée

Médias (0)

Mot : - Tags -/protocoles

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

Autres articles (86)

  • List of compatible distributions

    26 avril 2011, par

    The table below is the list of Linux distributions compatible with the automated installation script of MediaSPIP. Distribution nameVersion nameVersion number Debian Squeeze 6.x.x Debian Weezy 7.x.x Debian Jessie 8.x.x Ubuntu The Precise Pangolin 12.04 LTS Ubuntu The Trusty Tahr 14.04
    If you want to help us improve this list, you can provide us access to a machine whose distribution is not mentioned above or send the necessary fixes to add (...)

  • Selection of projects using MediaSPIP

    2 mai 2011, par

    The examples below are representative elements of MediaSPIP specific uses for specific projects.
    MediaSPIP farm @ Infini
    The non profit organizationInfini develops hospitality activities, internet access point, training, realizing innovative projects in the field of information and communication technologies and Communication, and hosting of websites. It plays a unique and prominent role in the Brest (France) area, at the national level, among the half-dozen such association. Its members (...)

  • Submit enhancements and plugins

    13 avril 2011

    If you have developed a new extension to add one or more useful features to MediaSPIP, let us know and its integration into the core MedisSPIP functionality will be considered.
    You can use the development discussion list to request for help with creating a plugin. As MediaSPIP is based on SPIP - or you can use the SPIP discussion list SPIP-Zone.

Sur d’autres sites (6322)

  • Android FFmpeg wrapper that can run https protocol

    19 février 2019, par Henderson

    I’m trying to deploy ffmpeg command on my android app.

    the command I’m gonna run is like

    ffmpeg -headers "X-Token:SOMETOKEN" -i https://streamthatiwannaget.com/player.m3u8 -acodec copy outputfile.m4a

    I tried libraries from bravobit’s and writingminds’s but the problem was both of them DO NOT support https protocol.

    Seems like openssl is required when compiling ffmpeg.

    But it’s really frustrating to building, writing Android.mk and JNI... so on.

    Is there any ffmpeg-android library that can deal with https protocol ?
    Or any idea helpful for this ? Thank you in advance.

  • Android - merge (join) two or more WAV files into one (mix it) simultaneously

    23 mai 2016, par Pepa Zapletal

    I want merge more WAV files in my app into one WAV file. But I don’t want combine them consecutively (like File1-File2-File3...) but all files should start at the same time (concurrently/simultaneously).

    Is this possible in Android without using some natives libraries (like FFmpeg) ? I looked at the AudioTrack and SoundPool but I think it’s not a solution for this problem.

    Also I found this post Android : How to mix 2 audio files and reproduce them with soundPool but how can I combine bytes from more WAV files ?

  • javaCV ffmpeg Android N Linker error

    8 février 2017, par B. Noble

    I’m hoping I can get some help on an issue I cannot seem to solve. I am trying to use javaCV FFmpegFrameGrabber to capture an RTSP stream. I have followed the instructions on configuring javaCV manually. I have ffmpeg.jar, javacv.jar, and javacpp.jar in the libs folder and the .so files in jniLibs/armeabi-v7a. I am using javaCV version 1.3.1.

    When I Run the application on a device running Android 5.0.1, it runs fine, but I’ve tried it on several devices running Android 7+ and I consistently get the error :

    E/linker : library "/system/lib/libdl.so" ("/system/lib/libdl.so")
    needed or dlopened by "/system/lib/libnativeloader.so" is not
    accessible for the namespace :

    Any suggestions on how to get this working on Android 7+ ?