
Recherche avancée
Autres articles (68)
-
MediaSPIP version 0.1 Beta
16 avril 2011, parMediaSPIP 0.1 beta est la première version de MediaSPIP décrétée comme "utilisable".
Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
Pour avoir une installation fonctionnelle, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...) -
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 (...)
Sur d’autres sites (12538)
-
Single click solution to publish webcam live feed to wowza
22 mai 2015, par user2002522I have been trying to find out how to publish live webcam feed to a remote wowza server. I am trying to make a web application where in a user will be able to broadcast its live feed with a single click of a button.
How can this be done ?
-
Solution to convert FLV to MP4 from streaming server [on hold]
10 avril 2015, par user3799647I am looking for solution to convert FLV video file from streaming server like Vidzer, to HTML5 friendly format like mp4. I have small website with movies and I want to watch movies on my phone which support MP4.
Is there any way to do that ? I have dedicated server, I don’t want to save files on server and convert, but convert on the fly using cURL, PHP and ffmpeg.
-
Choose good solution for streaming video in android [closed]
28 novembre 2013, par Alex TranI always find solution for fixing this bug
"Invalid streaming" or "Can not play video"
on many devices.
I researched and found many people get this bug.
There are two solutions :
-
At Server side : Convert to appropriate "h264 avc baseline + web optimized *.mp4" format for Android device can stream & play video.
-
At Android side : Use third-party library to fix :
-
VitamioBundle : I tested on many devices,
some devices (Android version 4.0.3 or above, and have StageFright
framework) stream & play video very good, but the others (before
Android version 4.0) is not . I think the framework on the device causes it. (related to OpenCore/StageFright framework) -
Ffmpeg : I researched about Android NDK. And know how to build to file *.so.
-
Actually, I can not edit at server side.
Can I use ffmpeg in second solution ?
But I don't really know it is the good way or not ?
p/s : Actually, I want to stream and play video from the server on all devices have version from Froyo 2.2.
Please tell me,
Regards,
-