
Recherche avancée
Autres articles (108)
-
MediaSPIP 0.1 Beta version
25 avril 2011, parMediaSPIP 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 (...) -
Amélioration de la version de base
13 septembre 2013Jolie sélection multiple
Le plugin Chosen permet d’améliorer l’ergonomie des champs de sélection multiple. Voir les deux images suivantes pour comparer.
Il suffit pour cela d’activer le plugin Chosen (Configuration générale du site > Gestion des plugins), puis de configurer le plugin (Les squelettes > Chosen) en activant l’utilisation de Chosen dans le site public et en spécifiant les éléments de formulaires à améliorer, par exemple select[multiple] pour les listes à sélection multiple (...) -
Websites made with MediaSPIP
2 mai 2011, parThis page lists some websites based on MediaSPIP.
Sur d’autres sites (14112)
-
How can i build x264 and fdk-aac for android with ndk ?
4 avril 2020, par Pradeep SimbaHow can i build x264 and fdk-aac for android with ndk ?



I build x264 and fdk-aac with ndk. But, it not done.



I modified this build file and I build x264 and fdk-aac.But,it not done.



How can I solve this ?


-
Android ffmpeg : Path with spaces
13 avril 2015, par Javier ManzanoI have almost the same problem that this question : Android : ffmpeg with filenames containing spaces
The problem is I’m using this library : https://github.com/hiteshsondhi88/ffmpeg-android-java
In the stack overflow question that I’ve post the only way to achieve is passing the cmd command as String[] (which cannot be done with this library)
-
Can Android natively play udp / RTP /RTSP Streams ?
23 février 2015, par user1767754I am a bit confused, is it possible to receive UDP / RTSP Streams with the Android SDK ? I’ve searched for some solution, but obviously they are just forwarding the request to the android native player or vlc. I would like to playback a video-feed in a surface-view for example.
Is it possible to receive streams without using third-party api’s like ffmpeg ?