
Recherche avancée
Médias (1)
-
Bug de détection d’ogg
22 mars 2013, par
Mis à jour : Avril 2013
Langue : français
Type : Video
Autres articles (28)
-
La file d’attente de SPIPmotion
28 novembre 2010, parUne file d’attente stockée dans la base de donnée
Lors de son installation, SPIPmotion crée une nouvelle table dans la base de donnée intitulée spip_spipmotion_attentes.
Cette nouvelle table est constituée des champs suivants : id_spipmotion_attente, l’identifiant numérique unique de la tâche à traiter ; id_document, l’identifiant numérique du document original à encoder ; id_objet l’identifiant unique de l’objet auquel le document encodé devra être attaché automatiquement ; objet, le type d’objet auquel (...) -
Submit bugs and patches
13 avril 2011Unfortunately a software is never perfect.
If you think you have found a bug, report it using our ticket system. Please to help us to fix it by providing the following information : the browser you are using, including the exact version as precise an explanation as possible of the problem if possible, the steps taken resulting in the problem a link to the site / page in question
If you think you have solved the bug, fill in a ticket and attach to it a corrective patch.
You may also (...) -
Publier sur MédiaSpip
13 juin 2013Puis-je poster des contenus à partir d’une tablette Ipad ?
Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir
Sur d’autres sites (3809)
-
Anomalie #2216 (Fermé) : extensions "en test"
13 août 2011, par jluc -L’install de spip3 révèle une liste d’extensions dont un certain nombre sont "en test" et d’autres "en développement" : Brèves 1.2.0 - en test Developpement 0.2.0 - en développement Dist 3.0 - en développement Forum 1.4.0 - en test Grenier 0.2.0 - en test MediaBox 0.8.0 - en test Medias 2.2.0 - en (...)
-
Anomalie #2039 (Nouveau) : Mise à jour d’extensions sur une install neuve
1er mai 2011, par Suske -A l’install propre sur site vide, le message ok de mise à jour est affiché pour chaque extension. exemple : Installation du plugin Forum MAJ 0.0.1 . MAJ 1.2.0 . OK Installation du plugin Medias MAJ 0.0.1 . . MAJ 0.14.0 . OK C’est évidemment pas bloquant mais c’est (...)
-
JavaCV on Android : UnsatisfiedLinkError from libjniavdevice.so / dlopen failed cannot locate symbol "av_input_audio_device_next"
8 septembre 2014, par liorgI am trying to work with JavaCV’s FFmpegFrameGrabber on Android 4.4.2 / 4.3.1 .
Inside the onCreate(...) method I am calling :
FFmpegFrameGrabber grabber = new FFmpegFrameGrabber(path)
This causes the following runtime error :
dlopen("/data/app-lib/com.example.testjavacv-1/libjniavdevice.so")
failed: dlopen failed: cannot locate symbol "av_input_audio_device_next"
referenced by "libjniavdevice.so"Other (possible) relevant information :
1) I have included all the JavaCV .so libraries inside the libs/armeabi and libs/x86 folders.
2) I have given the application permissions to read/write to external storage and access the camera and microphone.
3) I am NOT statically loading any of the JavaCV native libraries before instantiating FFmpegFrameGrabber. This is because,
- Some of the libraries cause runtime exceptions when I attempt to load them statically by myself.
- I get the impression that JavaCV handles it’s own native library loading - for example the error I get ocurrs even though I have not requested to load the
jniavdevice.so
library and happens only if the... new FFmpegFrameGrabber(...) ...
code is present.
4) I have taken a look at : https://groups.google.com/forum/# !topic/javacv/bgB5rCv_fVM which seems to address a similar issue, but the suggested solutions don’t seem to work.
Any help on this issue would be much appreciated,
Cheers !