Recherche avancée

Médias (91)

Autres articles (62)

  • Submit bugs and patches

    13 avril 2011

    Unfortunately a software is never perfect.
    If you think you have found a bug, report it using our ticket system. Please to help us to fix it by providing the following information : the browser you are using, including the exact version as precise an explanation as possible of the problem if possible, the steps taken resulting in the problem a link to the site / page in question
    If you think you have solved the bug, fill in a ticket and attach to it a corrective patch.
    You may also (...)

  • MediaSPIP 0.1 Beta version

    25 avril 2011, par

    MediaSPIP 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 (...)

  • Librairies et binaires spécifiques au traitement vidéo et sonore

    31 janvier 2010, par

    Les logiciels et librairies suivantes sont utilisées par SPIPmotion d’une manière ou d’une autre.
    Binaires obligatoires FFMpeg : encodeur principal, permet de transcoder presque tous les types de fichiers vidéo et sonores dans les formats lisibles sur Internet. CF ce tutoriel pour son installation ; Oggz-tools : outils d’inspection de fichiers ogg ; Mediainfo : récupération d’informations depuis la plupart des formats vidéos et sonores ;
    Binaires complémentaires et facultatifs flvtool2 : (...)

Sur d’autres sites (5548)

  • Anomalie #2950 : La sauvegarde sqlite plante chez l’hébergeur Free (quelques pistes)

    6 mars 2013, par Gilles VINCENT

    Je soupçonnais l’implémentation du driver pdo_sqlite mais après avoir creusé plus loin je crois que c’est plus simple Dans le cas de la sauvegarde, Pour Free, la vrai erreur se produit plus tard lorsque le driver pdo_sqlite tente de créer les tables - et n’y parvient pas. Voici la requête générée (...)

  • Raspberry Pi HDMI to Virtual Input Device using UV4L Raspidisp

    8 mai 2021, par Darshan Patel

    I'm trying to convert Raspberry pi hdmi as input device, and then I want to restream that using ffmpeg.
I have used below command to add input device.

    


    uv4l --driver raspidisp --display 0 --framerate 5 --resolution 0 --auto-video_nr


    


    It's showing below output when run.

    


    <notice> [core] Trying to loading driver &#x27;raspidisp&#x27; from built-in drivers...&#xA;<notice> [core] Loading driver &#x27;raspidisp&#x27; from external plug-in&#x27;s...&#xA;<notice> [driver] RaspiDisp Video4Linux2 Driver built Jan  6 2019&#xA;<notice> [core] Device detected!&#xA;<warning> [core] Cannot create /dev/video0 because file already exists&#xA;<warning> [core] Cannot create /dev/video1 because file already exists&#xA;<warning> [core] Cannot create /dev/video2 because file already exists&#xA;<notice> [core] Registering device node /dev/video3&#xA;</notice></warning></warning></warning></notice></notice></notice></notice>

    &#xA;

    It is added as /dev/Video3.&#xA;Then I am trying to restream it using ffmpeg as below command.

    &#xA;

    sudo ffmpeg -r 25 -s 1280x720 -f video4linux2 -i /dev/video3 -f mpegts udp://192.168.1.109:1234&#xA;

    &#xA;

    It gives below error.

    &#xA;

    [video4linux2,v4l2 @ 0xe64200] The driver does not permit changing the time per frame&#xA;[video4linux2,v4l2 @ 0xe64200] Time per frame unknown&#xA;[video4linux2,v4l2 @ 0xe64200] mmap: No such device&#xA;/dev/video3: No such device&#xA;

    &#xA;

    Any help or suggestions greatly appreciated.

    &#xA;

  • Demos : Add new demo, contributed by Marcus Kästner

    9 juillet 2015, par jzaefferer
    Demos : Add new demo, contributed by Marcus Kästner
    

    Combines a custom method, jQuery UI UI theme and custom error
    positioning in one demo for booking retro cinema tickets.

    Also cleans up the demo index a bit.