
Recherche avancée
Médias (1)
-
La conservation du net art au musée. Les stratégies à l’œuvre
26 mai 2011
Mis à jour : Juillet 2013
Langue : français
Type : Texte
Autres articles (97)
-
Multilang : améliorer l’interface pour les blocs multilingues
18 février 2011, parMultilang 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. -
Gestion des droits de création et d’édition des objets
8 février 2011, parPar défaut, beaucoup de fonctionnalités sont limitées aux administrateurs mais restent configurables indépendamment pour modifier leur statut minimal d’utilisation notamment : la rédaction de contenus sur le site modifiables dans la gestion des templates de formulaires ; l’ajout de notes aux articles ; l’ajout de légendes et d’annotations sur les images ;
-
Dépôt de média et thèmes par FTP
31 mai 2013, parL’outil MédiaSPIP traite aussi les média transférés par la voie FTP. Si vous préférez déposer par cette voie, récupérez les identifiants d’accès vers votre site MédiaSPIP et utilisez votre client FTP favori.
Vous trouverez dès le départ les dossiers suivants dans votre espace FTP : config/ : dossier de configuration du site IMG/ : dossier des média déjà traités et en ligne sur le site local/ : répertoire cache du site web themes/ : les thèmes ou les feuilles de style personnalisées tmp/ : dossier de travail (...)
Sur d’autres sites (9406)
-
how to build AAR for Android with .SO included in it
23 août 2017, par 1234567how to build AAR for Android with .SO included in it
I am looking to use FFMpeg in my project from writingminds at github
the problem is there is an error in the code according to this
https://github.com/WritingMinds/ffmpeg-android-java/issues/107
and
https://github.com/WritingMinds/ffmpeg-android-java/issues/79
they have suggested to buid and AAR to use in the project how can we do that and include all the .So that are required in it.
-
Is it possible to run ffmpeg command in android for streaming ?
21 juillet 2016, par Arun RajiahI am trying to stream android screen through ffmpeg. Is there anyway to run the ffmpeg command directly in the android phone for streaming through udp ?
-
javaCV ffmpeg Android N Linker error
8 février 2017, par B. NobleI’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+ ?