Recherche avancée

Médias (0)

Mot : - Tags -/xmlrpc

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

Autres articles (55)

  • 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

  • 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 : (...)

  • Support audio et vidéo HTML5

    10 avril 2011

    MediaSPIP utilise les balises HTML5 video et audio pour la lecture de documents multimedia en profitant des dernières innovations du W3C supportées par les navigateurs modernes.
    Pour les navigateurs plus anciens, le lecteur flash Flowplayer est utilisé.
    Le lecteur HTML5 utilisé a été spécifiquement créé pour MediaSPIP : il est complètement modifiable graphiquement pour correspondre à un thème choisi.
    Ces technologies permettent de distribuer vidéo et son à la fois sur des ordinateurs conventionnels (...)

Sur d’autres sites (7022)

  • RTSP Invalid data found when processing input

    2 décembre 2020, par Даша Оніщенко

    I'm trying to connect to the IP camera

    


    stream = new Stream({
    name: 'name',
    streamUrl: 'rtsp://91.245.79.15:8556/Streaming/Channels/0',
    wsPort: 9999,
    ffmpegOptions: { // options ffmpeg flags
        '-stats': '', // an option with no neccessary value uses a blank string
        '-r': 30 // options with required values specify the value after the key
    }
})



    


    But I receive the following error on the terminal :

    


    rtsp://91.245.79.15:8556/Streaming/Channels/0: Invalid data found when processing input.


    


    What am I doing wrong ?

    


  • No Working C Compiler Found

    1er décembre 2014, par Rajendran Ambika

    I just downloaded it from here to try it :

    http://www.videolan.org/developers/x264.html

    I ran ./configure. It complained that I didn’t have an assembler and suggested I ran ./configure —disable-asm. Then all seemed to compile OK.

    How did you install gcc ? From the repositories ?

    After i check the GCC version by using (gcc —version) command in terminal. The log is

    i686-apple-darwin11-llvm-gcc-4.2
    (GCC) 4.2.1 (Based on Apple Inc. build 5658)
    (LLVM build 2336.11.00)

    how can i solve this issue ..? I want to make compile and install.

  • How to restart the Ip Camera through ffmpeg or gstreamer ?

    11 avril 2022, par HARSH BHATNAGAR

    I am dealing with 550 IP camera , in which camera randomly power off due to power supply issue .
I need to restart the camera when the camera is online .

    


    I have tried the IP ping concept , ffmpeg grabbing frame concept but the issue when we are integrating 550 camera IP ping concept it gives the False Positive and not able to restart the all camera whereas ffmpeg grabbing frame concept sometimes ffmpeg stuck in the terminal .
    
All testing code written in python language .
[ Note : i can't used the opencv for 550 camera ]
Please give me the suggestion how to deal with the problem .