
Recherche avancée
Autres articles (70)
-
Des sites réalisés avec MediaSPIP
2 mai 2011, parCette page présente quelques-uns des sites fonctionnant sous MediaSPIP.
Vous pouvez bien entendu ajouter le votre grâce au formulaire en bas de page. -
List of compatible distributions
26 avril 2011, parThe 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 (...) -
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 (5388)
-
FFMPEG decode render using GPU ?
8 janvier 2019, par TTGroupMy app is using FFMPEG and SDL to decode an render Videos run on WINDOWS. Decoding is using CPU
The next version, I want to Decode and Render using GPU (Hardware accelerated), and I want to using FFMPEG with Direct3D 11 for compatible all Graphics Card.
I have searched on internet during a week, but there is not any Code Sample for this.
Anyone can show me the code example ?
Many thanks !
-
Piwik 3 Development Update #3 – Marketplace for Piwik Analytics
13 septembre 2016, par Piwik Core Team — Community, DevelopmentThis is our latest Piwik 3 development update where we present all changes that will be shipped with Piwik 3. Learn more about the exciting projects under progress in our Piwik 3 dev update #1 and dev update #2.
The Piwik Marketplace is the place where you can discover & download plugins to enrich the functionality of your Piwik, and themes to change the look and feel of your Piwik user interface. In preparation for our Piwik 3 release we have made several improvements to the Marketplace :
- Users can now view more information for a given plugin, such as a link to an online demo, a video demo, how to obtain support from the Plugin’s developer(s), and more.
- Users can now view which plugins are compatible with the most recent Piwik version, for example view which plugins are already compatible with Piwik 3.
- Plugin developers can now 1) promote their plugin better, 2) easily define requirement(s) for their plugins using composer.json version constraints (a best practise most developers already use) and 3) developers can define which files and directories should be excluded from the publicly available plugin zip packages.
These improvements will make it easier for you to discover new Piwik Analytics plugins to achieve your goals.
Marketplace now supports different Piwik versions
You can now filter plugins by Piwik version to see only plugins that are compatible with your Piwik.
When you browse the Marketplace in the Piwik app itself, you will automatically only see plugins and updates that are compatible with your Piwik.Better plugin preview
Plugin developers are able to display screenshots for their plugins, and now plugin developers can also specify a demo URL and a video in the “plugin.json” file. Adding a video to your plugin allows users to get a much better understanding of what your plugin does and how a theme looks.
Unified support page
In the past a developer had to define the text that was displayed on the support page. This often resulted in blank support pages or developers only showed an email address. With this new update, links and other support information are displayed in a standardised way as specified in the “support” section of the “plugin.json” file. A developer can now define links to an issue tracker, a wiki, the plugin’s source code and more.
License files
The license name on your plugin’s page is now clickable and can show the license text for your plugin. To define a license text for your plugin, create a file named
LICENSE
,LICENSE.md
orLICENSE.txt
.FAQ and Documentation
In the past a “FAQ” tab was displayed if such a section was present in the plugin’s readme file. This was hard to understand and sometimes ended up in long readme files. Now we pick up the FAQ content from a
docs/faq.md
file.For plugins developers who wish to provide a user guide(s), it is now possible to show a “documentation” tab to the plugin page by specifying a
docs/index.md
file.Changelog
When you define a file named
CHANGELOG
,CHANGELOG.md
orCHANGELOG.txt
in your plugin, we will show the content of this file in a tab “Changelog” on your plugin’s page. Before it was needed to specify the content of the changelog in the readme file.Exclude files from the plugin
If your plugin source code contains files that are not supposed to be present on a Piwik installation you can now choose to exclude files and directories from your plugin zip archive. When a user installs your plugin the excluded files won’t be there.
Migrating your plugin for Piwik 3
We recommend to all plugin developers to specify in the
plugin.json
file whether their plugin is compatible with Piwik 3 or not. If your plugin defines a “Changelog”, “Support” or “FAQ” section in theREADME.md
file we recommend to migrate this to the new structure. Read more about this in the migration guide.Until our next Piwik 3 dev update, Happy analysis !
-
How to create a RTSP Server for iOS
5 septembre 2020, par user2264876I wanted to create a RTSP server for iOS which reads audio and video stream from mobile camera.I have searched over internet for a RTSP server sample code that is compatible with iOS, but did not find any good solution.Can anyone suggest is there any good open source RTSP server available for iOS.