Recherche avancée

Médias (0)

Mot : - Tags -/protocoles

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (77)

  • Demande de création d’un canal

    12 mars 2010, par

    En fonction de la configuration de la plateforme, l’utilisateur peu avoir à sa disposition deux méthodes différentes de demande de création de canal. La première est au moment de son inscription, la seconde, après son inscription en remplissant un formulaire de demande.
    Les deux manières demandent les mêmes choses fonctionnent à peu près de la même manière, le futur utilisateur doit remplir une série de champ de formulaire permettant tout d’abord aux administrateurs d’avoir des informations quant à (...)

  • Personnaliser en ajoutant son logo, sa bannière ou son image de fond

    5 septembre 2013, par

    Certains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;

  • Gestion de la ferme

    2 mars 2010, par

    La ferme est gérée dans son ensemble par des "super admins".
    Certains réglages peuvent être fais afin de réguler les besoins des différents canaux.
    Dans un premier temps il utilise le plugin "Gestion de mutualisation"

Sur d’autres sites (10198)

  • New Matomo Mobile 2.4.0 released

    12 janvier 2018, par Matomo Core Team

    New Matomo Mobile 2.4.0 update is now available for Android 6+ and iOS10.3+ devices. This is the first mobile release that shows signs of the new Matomo branding instead of Piwik. Don’t be surprised if the app still shows the Piwik app icon. This is on purpose as the name of the app changed to Matomo Mobile and some users would otherwise not find the app anymore if they haven’t heard of the renaming from Piwik to Matomo before.

    What’s new in Matomo Mobile ?

    This new version brings some bug fixes and improvements to our Android and iOS apps :

    • Piwik is now Matomo which includes some name changes in the app as well as showing the new logo
    • Fixed broken “Get-involved” link
    • Links to Matomo or other websites now open in the browser app and no longer in the app itself
    • Improved visitor log to support more actions (see #12284)
    • We have updated the underlying framework bringing some performance and compatibility improvements

    Download the Apps

    Update now or install either the iOS version or the Android version. Android users can also download the latest version from our website : download Matomo Mobile 2.4.0 from our website.

    If you experience any issues with this version please let us know.

    Sponsor

    The new Matomo Mobile release has been sponsored by InnoCraft, the creators of Matomo.

    Happy analytics on the go,

    The post New Matomo Mobile 2.4.0 released appeared first on Analytics Platform - Matomo.

  • Core : core.js, methods.js, Fix for #1567 - jquery-validation ignores data obj when validating, incorrectly returning previous status

    11 septembre 2015, par christopherbauer
    Core : core.js, methods.js, Fix for #1567 - jquery-validation ignores data obj when validating, incorrectly returning previous status
    

    This change determines if either the validated element’s value OR one of the data properties has changed before aborting the remote request. If your remote validation is skipped due to being dependent on the value of another field, this fixes that issue.

  • How to detect transfer rate of a stream group in ffmpeg ?

    17 décembre 2014, par frankish

    I am streaming only 1 single audio content of a stream group. I write it as "stream group", because sometimes the streaming url may be a url of a television broadcast which is composed of 1 video and 1 or more audio streams.

    Currently I loop and select one of the audio streams and play it. I also track the data transfer rate so I show a data-traffic monitoring screen like a quota management system. When I discard video and play only audio, data transfer calculation is no longer correct.

    Basically, I want to track how many kbytes ffmpeg downloads per second (directly related to bitrate or not). Where should I look ?