Recherche avancée

Médias (10)

Mot : - Tags -/wav

Autres articles (62)

  • MediaSPIP v0.2

    21 juin 2013, par

    MediaSPIP 0.2 est la première version de MediaSPIP stable.
    Sa date de sortie officielle est le 21 juin 2013 et est annoncée ici.
    Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
    Comme pour la version précédente, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
    Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...)

  • Mise à disposition des fichiers

    14 avril 2011, par

    Par défaut, lors de son initialisation, MediaSPIP ne permet pas aux visiteurs de télécharger les fichiers qu’ils soient originaux ou le résultat de leur transformation ou encodage. Il permet uniquement de les visualiser.
    Cependant, il est possible et facile d’autoriser les visiteurs à avoir accès à ces documents et ce sous différentes formes.
    Tout cela se passe dans la page de configuration du squelette. Il vous faut aller dans l’espace d’administration du canal, et choisir dans la navigation (...)

  • MediaSPIP version 0.1 Beta

    16 avril 2011, par

    MediaSPIP 0.1 beta est la première version de MediaSPIP décrétée comme "utilisable".
    Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
    Pour avoir une installation fonctionnelle, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
    Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...)

Sur d’autres sites (6737)

  • Gstreamer queries NVR with wrong startTime having a pattern

    14 septembre 2022, par james.kolinto

    I'm a newbie in gstreamer and I am trying to query a NVR(Network Video Recorder) to get recorded videos of my rtsp camera. Here is my gst pipeline :

    


    


    gst-launch-1.0 rtspsrc location="rtsp ://-NVR ip- :-NVRport-/ ?uuid=-cameraIP-&startTime=20220823170000000&endTime=20220824080200000"
 ! rtph264depay ! h264parse ! avdec_h264 ! autovideosink

    


    


    startTime is in the format of : Year-Month-Day-Hour(2 digits)-Minute(2 digits)-Seconds(5 digits)

    


    Here, gstreamer queries the NVR with given startTime and endTime, since there is a timezone difference between my computer and NVR I expect to get the recorded video between startTime + 3 and endTime + 3.

    


    However I get the recorded video starting from startTime + 3 + startTime and ending in endTime + 3.

    


    I am pretty sure that there is no problem with my NVR because the same url given as location here works well with VLC and ffmpeg-ffplay.

    


    Any thoughts ?

    


  • UPDATED : Gstreamer queries NVR with wrong startTime

    12 septembre 2022, par james.kolinto

    I'm a newbie in gstreamer and I am trying to query a NVR(Network Video Recorder) to get recorded videos of my rtsp camera. Here is my gst pipeline :

    


    


    gst-launch-1.0 rtspsrc location="rtsp ://-NVR ip- :-NVRport-/ ?uuid=-cameraIP-&startTime=20220823170000000&endTime=20220824080200000"
 ! rtph264depay ! h264parse ! avdec_h264 ! autovideosink

    


    


    startTime is in the format of : Year-Month-Day-Hour(2 digits)-Minute(2 digits)-Seconds(5 digits)

    


    Here, gstreamer queries the NVR with given startTime and endTime, since there is a timezone difference between my computer and NVR I expect to get the recorded video between startTime + 3 and endTime + 3.

    


    However I get the recorded video starting from totally random startTimes !

    


    I am pretty sure that there is no problem with my NVR because the same url given as location here works well with VLC and ffmpeg-ffplay.

    


    Any thoughts ?

    


  • Gstreamer queries NVR with wrong startTime

    6 septembre 2022, par james.kolinto

    I'm a newbie in gstreamer and I am trying to query a NVR(Network Video Recorder) to get recorded videos of my rtsp camera. Here is my gst pipeline :

    


    


    gst-launch-1.0 rtspsrc location="rtsp ://-NVR ip- :-NVRport-/ ?uuid=-cameraIP-&startTime=20220823170000000&endTime=20220824080200000"
 ! rtph264depay ! h264parse ! avdec_h264 ! autovideosink

    


    


    startTime is in the format of : Year-Month-Day-Hour(2 digits)-Minute(2 digits)-Seconds(5 digits)

    


    Here, gstreamer queries the NVR with given startTime and endTime, since there is a timezone difference between my computer and NVR I expect to get the recorded video between startTime + 3 and endTime + 3.

    


    However I get the recorded video starting from startTime + 3 + startTime and ending in endTime + 3.

    


    I am pretty sure that there is no problem with my NVR because the same url given as location here works well with VLC and ffmpeg-ffplay.

    


    Any thoughts ?