
Recherche avancée
Médias (2)
-
Granite de l’Aber Ildut
9 septembre 2011, par
Mis à jour : Septembre 2011
Langue : français
Type : Texte
-
Géodiversité
9 septembre 2011, par ,
Mis à jour : Août 2018
Langue : français
Type : Texte
Autres articles (10)
-
Creating farms of unique websites
13 avril 2011, parMediaSPIP platforms can be installed as a farm, with a single "core" hosted on a dedicated server and used by multiple websites.
This allows (among other things) : implementation costs to be shared between several different projects / individuals rapid deployment of multiple unique sites creation of groups of like-minded sites, making it possible to browse media in a more controlled and selective environment than the major "open" (...) -
Submit enhancements and plugins
13 avril 2011If you have developed a new extension to add one or more useful features to MediaSPIP, let us know and its integration into the core MedisSPIP functionality will be considered.
You can use the development discussion list to request for help with creating a plugin. As MediaSPIP is based on SPIP - or you can use the SPIP discussion list SPIP-Zone. -
Gestion générale des documents
13 mai 2011, parMédiaSPIP ne modifie jamais le document original mis en ligne.
Pour chaque document mis en ligne il effectue deux opérations successives : la création d’une version supplémentaire qui peut être facilement consultée en ligne tout en laissant l’original téléchargeable dans le cas où le document original ne peut être lu dans un navigateur Internet ; la récupération des métadonnées du document original pour illustrer textuellement le fichier ;
Les tableaux ci-dessous expliquent ce que peut faire MédiaSPIP (...)
Sur d’autres sites (3379)
-
The ultimate solution to knowing how your business is performing overall
8 janvier 2018, par InnoCraftWould you like to know how your business is performing overall at a glance ? Guess what, you can now do this easily with Roll-Up Reporting.
What is Roll-Up Reporting about ?
Roll-Up Reporting is a premium feature which you can acquire through the Matomo (Piwik) Marketplace. Developed by InnoCraft, the professional company behind Matomo, this plugin will :
- Save you heaps of time and gives you completely new insights
- Make this process easy as pie
- Reflect the structure of your business or organization
1 – Roll-Up Reporting does the maths for you
Yes, you read it right. Compared to having to sum reports of multiple websites manually, you can get aggregated results for your business or departments instantly with a single click directly in Matomo (Piwik). Not only does this save you heaps of time compared to doing this complicated work in a spreadsheet, you also avoid human errors. With this feature, you get a clear overview over all your websites, apps, and shops performances.
For example, if you want to know which referrers bring you the most value across all websites, then you will get the answer in a report. Same results for e-commerce reports, actions, and other metrics.
2 – Easy as pie, no tracking code involved
The best part of this feature is that you do not need to push data through additional tracking code. The setup is simple and made through the UI of the plugin.
3 – Roll-Up Reporting meets even the hardest requirements
You can also create “nested roll-ups”. This feature allows you to create a roll-up consisting of several other roll-ups. With a nested roll-up, you can create a roll-up for each department in your company (and assign all the websites of a department to that roll-up), then group several departments easily into a new roll-up simply by assigning several department roll-ups to this new roll-up.
For example, a company with multiple brands can assign multiple websites to each brand, and then get aggregated results for each brand and for the business overall. As a roll-up is basically the same as a website, you can give users access to a roll-up without having to give them access to each site, and the other way around.
How does it work ?
As with all premium features, this plugin is straightforward to use. Once activated in your Matomo (Piwik) administrator panel, you will notice that when you add a website, you have the choice between two possibilities :
When you select the “Roll-Up” option, a new window will appear asking you which websites and mobile apps you would like to aggregate into a roll-up :
The created roll-up will then be shown just like any other website that you have in Matomo (Piwik). You can create as many roll-up entities as you want.
Features, such as custom alerts, segments, and e-mail reports work for a roll-up just like for any website.
Real-Time reports
One of the most interesting features of Roll-Up Reporting is, that you can view all the Real-Time reports, such as the “Visitors in Real-Time” widget, the “Real-Time Map”, and the “Visitor Log” across several websites making it much easier to keep an eye on your business :
How to get the Roll-up reporting plugin ?
Developed by InnoCraft, the makers of Matomo (Piwik), Roll-Up Reporting is a premium feature which you can purchase on the Matomo Marketplace. You can also try it for free on the Matomo Cloud (formerly Piwik Cloud) for 30 days.
The post The ultimate solution to knowing how your business is performing overall appeared first on Analytics Platform - Matomo.
-
Evolution #3820 (Fermé) : modération des inscriptions de rédacteur
9 février 2021, par cedric -Hé vous savez quoi : c’est totalement le job d’un plugin. Il y a tout ce qu’il faut pour le faire (les mécanismes d’inscription sont surchargeables), ça permettra à ceux qui le veulent d’avoir la feature et ça alourdira rien dans le process.
Si tout le monde se l’arrache on intègrera. Bref on ferme ici, ça sera pas dans le core pour le moment
-
Convert Video to Fragments and Stream Them on the Fly
2 août 2020, par kisrobyI'm making an app and I want a feature that while somebody uploading a video (it isn't matter what format), it is being converted into fragments on the server(maybe with ffmpeg) and these fragments then being streamed to other clients in real time.


First, I've tried with converting to m3u8 to use with hls, but I needed to wait until it finishes the converting process. But again, this isn't too efficient for me, because I want to show the video while it's uploading.


I've read something about converting to mp4 fragments, but I don't know if this can be accomplished at all. So I'm asking you, can it be done ?