Recherche avancée

Médias (0)

Mot : - Tags -/publication

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

Autres articles (106)

  • Publier sur MédiaSpip

    13 juin 2013

    Puis-je poster des contenus à partir d’une tablette Ipad ?
    Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir

  • HTML5 audio and video support

    13 avril 2011, par

    MediaSPIP uses HTML5 video and audio tags to play multimedia files, taking advantage of the latest W3C innovations supported by modern browsers.
    The MediaSPIP player used has been created specifically for MediaSPIP and can be easily adapted to fit in with a specific theme.
    For older browsers the Flowplayer flash fallback is used.
    MediaSPIP allows for media playback on major mobile platforms with the above (...)

  • De l’upload à la vidéo finale [version standalone]

    31 janvier 2010, par

    Le chemin d’un document audio ou vidéo dans SPIPMotion est divisé en trois étapes distinctes.
    Upload et récupération d’informations de la vidéo source
    Dans un premier temps, il est nécessaire de créer un article SPIP et de lui joindre le document vidéo "source".
    Au moment où ce document est joint à l’article, deux actions supplémentaires au comportement normal sont exécutées : La récupération des informations techniques des flux audio et video du fichier ; La génération d’une vignette : extraction d’une (...)

Sur d’autres sites (10827)

  • Reading from IP Camera (RTSP) using FFmpeg results in 5xx Server Error

    9 décembre 2015, par bcop

    I have a scenario where I am trying to read from IP camera using RTSP method.

    On my development PC everything is working fine, the rtsp url is something like :

    rtsp://admin:12345@192.168.1.60:554

    but when I try to test it over a friend’s place, he has different camera (Axis IP camera), and the url fails to open.
    The self generated log is something like :

    Error: avformat_open_input()
    error message: Server returned 5XX Server Error reply

    I tried opening it using HTTP tunneling, but this time I’m getting a different error :

    error message: Error number -5 occurred

    The latter error message even appears on my dev PC (just to mention that I tried this as well) ; so HTTP tunnel is no good.

    Any one knows how to fix 5XX Server Error ?

    Thanks,

  • 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 .

    


  • Facing [rtsp @ 000002aa9df0cb80] method SETUP failed : 500 Internal Server Error , while streaming rtsp camera in opencv

    17 avril 2022, par Mohamed Nihal

    Getting [rtsp @ 000002aa9df0cb80] method SETUP failed : 500 Internal Server Error when i try to stream rtsp camera in opencv python but after sometime it works fine for few minutes and does not works again,how do i overcome this issue ?