Recherche avancée

Médias (1)

Mot : - Tags -/école

Autres articles (52)

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

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

  • Soumettre améliorations et plugins supplémentaires

    10 avril 2011

    Si vous avez développé une nouvelle extension permettant d’ajouter une ou plusieurs fonctionnalités utiles à MediaSPIP, faites le nous savoir et son intégration dans la distribution officielle sera envisagée.
    Vous pouvez utiliser la liste de discussion de développement afin de le faire savoir ou demander de l’aide quant à la réalisation de ce plugin. MediaSPIP étant basé sur SPIP, il est également possible d’utiliser le liste de discussion SPIP-zone de SPIP pour (...)

Sur d’autres sites (8980)

  • FFMPEG Output Stream via UDP with big Lags

    28 septembre 2020, par hammeroflight

    I have a problem in solving a stable yet delayed video output stream. I have the following code to receive video from a camera operating over UDP whose address is mentioned in the code.

    


    import cv2
import threading
import queue
import time

q = queue.Queue()


def recieve():
    cap = cv2.VideoCapture('udp://@0.0.0.0:11111?buffer_size=65535&pkt_size=188')
    ret, frame = cap.read()
    q.put(frame)
    while ret:
        ret, frame = cap.read()
        q.put(frame)


def display():
    while True:
        if q.empty() != True:
            frame = q.get()            
            cv2.imshow('Video', frame)

        k = cv2.waitKey(30) & 0xff
        if k == 27:  
            break

p1 = threading.Thread(target=recieve).start()
p2 = threading.Thread(target=display).start()


    


    This code outputs a very stable video output with no packet losses, however, once the function is executed, the streaming lags by about 6 seconds. If I wave to the camera, I can see the output 6 seconds later.

    


    What I have tried :

    


    python app.py -fflags nobuffer -probesize 32 -analyzeduration 100
python app.py -fflags nobuffer -probesize 32 -analyzeduration 1M
python app.py ffplay -nobuffer -flags low_delay -framedrop -i udp://0.0.0.0:11111


    


    How can I reduce this lag/delay to upto anything less than 1sec from 6secs ?

    


  • Evolution #4100 : Liste des documents : ajustement de l’affichage en grand

    1er avril 2018, par b b

    Je pense qu’il est toujours sage d’attendre les retours avant de reporter dans la branche stable, d’autant plus que dans le cas présent on change la structure HTML d’éléments sur lesquels d’autres plugins peuvent tenter de se brancher.

  • Evolution #2896 : SPIP3 (et spip_loader) necessitent PHP 5 : tester avant l’instalaltion

    9 décembre 2013, par b b

    Le bug semble bien être dans spip_loader vu que l’erreur se déclenche sur une url du type :

    /spip_loader.php ?etape=fichier&chemin=spip/stable/spip-3.0.zip&dest=&start=4457