Recherche avancée

Médias (91)

Autres articles (50)

  • Les autorisations surchargées par les plugins

    27 avril 2010, par

    Mediaspip core
    autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs

  • Encoding and processing into web-friendly formats

    13 avril 2011, par

    MediaSPIP automatically converts uploaded files to internet-compatible formats.
    Video files are encoded in MP4, Ogv and WebM (supported by HTML5) and MP4 (supported by Flash).
    Audio files are encoded in MP3 and Ogg (supported by HTML5) and MP3 (supported by Flash).
    Where possible, text is analyzed in order to retrieve the data needed for search engine detection, and then exported as a series of image files.
    All uploaded files are stored online in their original format, so you can (...)

  • Supporting all media types

    13 avril 2011, par

    Unlike most software and media-sharing platforms, MediaSPIP aims to manage as many different media types as possible. The following are just a few examples from an ever-expanding list of supported formats : images : png, gif, jpg, bmp and more audio : MP3, Ogg, Wav and more video : AVI, MP4, OGV, mpg, mov, wmv and more text, code and other data : OpenOffice, Microsoft Office (Word, PowerPoint, Excel), web (html, CSS), LaTeX, Google Earth and (...)

Sur d’autres sites (10192)

  • FFMPEG : Cannot record audio when using android_camera on Android mobile device or emulator

    12 octobre 2023, par JackE99

    I am attempting to livestream video and audio to my local network from a mobile android device as a use case for the company i work for.

    


    After searching around, I was able to create a video stream using the following command :

    


    ffmpeg -f android_camera -i 0 -c:v libx264 -f flv rtmp://$url

    


    The only issue with this command is in the title, I cannot figure out how to get audio input from the microphone built into the device. I have tried different iterations such as :

    


    Using android_audio

    


    ffmpeg -f android_camera -i 0 -f android_audio -i 0 -c:v libx264 -c:a aac -f flv rtmp://$url

    


    Using mapping

    


    ffmpeg -f android_camera -i 0 -f android_audio -i 0 -map 0:v -map 1:v -c:v libx264 -c:a aac -f flv rtmp://$url

    


    I feel as though I have hit a wall and am unable to progress. And before it is said, yes I do need to use FFMPEG as the command medium and cannot use a prebuilt project/package as the devices have a program already installed to take FFMPEG commands. Any help on this topic is greatly appreciated.

    


    P.S. If you can also help me figure out how to find the name of an Android device's internal microphone, that would be lovely.

    


  • Secure and track every change to your Matomo installation with the Activity Log plugin

    14 novembre 2017, par InnoCraft — Plugins

    Are you wondering how your colleagues are using Matomo (Piwik) ? Would you like to know if an unauthorized user got an access to your installation ? Would you like to remember the last actions you performed in Matomo some weeks ago ? At InnoCraft, we developed a plugin called “Activity Log”. With this feature you can easily track and check all major changes to your Matomo websites, for example : user permissions, goals, and funnels. In this article we will show you the different ways you can use it and explain why it is an invaluable plugin.

    Activity log for better security

    The activity log feature has been designed for security. Also referred to as “audit logging” or “audit trail”, with this plugin you will be able to :

    1. detect any suspicious actions
    2. detect hacker attacks
    3. help identify performance problems
    4. see clearly who did what, and when
    5. find out how people are using Matomo (Piwik) within your company

    1 – detect any suspicious actions

    With audit trail you can easily identify if a former employee still has access to your Matomo (Piwik) installation. You will then be able to know when he accessed it for the last time, and what changes she or he performed. If you got hacked, you will be able to find out if the user created, changed, or deleted any website, goals, or did anything else suspicious.

    2 – detect hacker attacks

    When an unregistered user is trying to access your Matomo (Piwik), each failed login attempt is registered within the Activity Log report.

    3 – help identify performance problems

    Activity Log can help you identify performance problems by registering the sequence of each major action a user performed. For example, if a user updated or installed a third party plugin, and suddenly Matomo (Piwik) is getting performance problems, then it is likely that the plugin update caused it.

    4 – see clearly who did what, and when

    It is always challenging in an organization to know who did what and when. With Activity Log, you will know who were the employee(s) that accessed Matomo (Piwik), created, updated, or deleted a goal, a funnel, a scheduled report, and much more.

    5- find out how people are using Matomo within your company

    By having a look at how people are using Matomo (Piwik) you will have an overview of how your colleagues use Matomo. For example, you can see who is creating Custom segments to analyse the audience in more details, who is creating funnels to learn where your users drop off. You will then be able to identify who has the knowledge and who needs training.

    Did you know ?

    You can help the Matomo (Piwik) core team make Matomo even better by sharing anonymously how you use Matomo on a day to day basis. You just need to install the following plugin : http://plugins.matomo.org/AnonymousPiwikUsageMeasurement

    What’s in it ?

    Once downloaded and installed from the marketplace, you will be able to access the activity log from the admin panel within the diagnostic section :

    Activity log admin panel

    If you are logged as a super user administrator, you will get an overview and a detailed report about who accessed Matomo (Piwik) and which actions they performed.

    Those reports are critical as they allow the super user to :

    • ensure users are following all documented procedures within your organization such as naming conventions for reports, using the right settings when adding measurables…
    • identify suspicious behavior. As those reports are gathering all major Matomo (Piwik) users activities it is easy to identify non conventional behavior.
    • replay the sequence some users went through in order to fix any potential issues.

    Activity log view report you can access through the admin panel

    So you will see in a second if an unusual user got access to Matomo (Piwik) and the different actions the user performed.
    It is also a good way to see the features that your users are using and identify potential misuse.

    As a regular user or admin, activity log is providing only the historical actions that this user performed :

    Activity log report for non super user

    Actions listed in the log include any changes (add, edit, delete) to the following features (this is a non exhaustive list) :

    • Annotation
    • Custom Alert
    • Custom Dimension
    • Goal
    • Privacy settings
    • Scheduled report
    • Segment
    • User
    • Website

    This is a ideal to remember the actions they previously performed some weeks/months ago.

    Where can I start from here ?

    Activity log is a premium feature you can acquire through the Matomo (Piwik) marketplace. If you want to experience it before purchasing it, you can try it for free on our cloud infrastructure.

    Activity log is just one out of the many great premium features developed by InnoCraft, the company founded by the creators of Matomo. Discover all their special plugins through the premium marketplace.

     

  • Decode and display an h264 stream in browser from websocket

    23 octobre 2020, par Jorge Garcia Dominguez

    I am trying to display the stream from a live rtp camera in a browser but I am having problems with that.
The signal have to be lossless so that's why I am using a ffmpeg pipe (H264 which can be lossless), streamed to a node script which serve the signal via websocket to the javascript client.
This is the pipe :

    


    ffmpeg -i rtsp://ipofthertsp -f rawvideo -b 800k -r 30 -framerate 10 -c:v libx264 -preset ultrafast -crf 0 http://127.0.0.1:8081/supersecret/


    


    The flow is as follows :

    


    rtp -> ffmpeg -> (http://127.0.0.1:8081) http-To-ws (ws ://127.0.0.1:8082) <- (ws) JavascriptClient

    &#xA;

    The bytes gets to the client but I don´t know how to handle it.

    &#xA;

        function opened() { &#xA;   &#xA;        // set up the websocket&#xA;        var url = &#x27;ws://127.0.0.1:8082&#x27;;&#xA;        ws = new WebSocket(url);&#xA;        ws.binaryType = "arraybuffer";&#xA;        ws.onmessage = function (event) {&#xA;&#xA;        var view   = new Uint8Array(event.data);&#xA;        console.log(&#x27;data \r\n&#x27;, event.data);&#xA;&#xA;            /* what to do from here to paint it*/&#xA;        };&#xA;    }&#xA;

    &#xA;

    And then, I'd like to paint it either in canvas, video... whatever.

    &#xA;

    Any clue ???

    &#xA;