Recherche avancée

Médias (1)

Mot : - Tags -/copyleft

Autres articles (106)

  • Encoding and processing into web-friendly formats

    13 avril 2011, par

    MediaSPIP automatically converts uploaded files to internet-compatible formats.
    Video files are encoded in MP4, Ogv and WebM (supported by HTML5) and MP4 (supported by Flash).
    Audio files are encoded in MP3 and Ogg (supported by HTML5) and MP3 (supported by Flash).
    Where possible, text is analyzed in order to retrieve the data needed for search engine detection, and then exported as a series of image files.
    All uploaded files are stored online in their original format, so you can (...)

  • Ecrire une actualité

    21 juin 2013, par

    Présentez les changements dans votre MédiaSPIP ou les actualités de vos projets sur votre MédiaSPIP grâce à la rubrique actualités.
    Dans le thème par défaut spipeo de MédiaSPIP, les actualités sont affichées en bas de la page principale sous les éditoriaux.
    Vous pouvez personnaliser le formulaire de création d’une actualité.
    Formulaire de création d’une actualité Dans le cas d’un document de type actualité, les champs proposés par défaut sont : Date de publication ( personnaliser la date de publication ) (...)

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

Sur d’autres sites (10241)

  • ffmpeg ffplay udp streaming quality and error [closed]

    1er janvier 2023, par SangEun Shin

    I am receiving udp streaming through ffmpeg ffplay, but there is a problem that the video is broken.
I'm using a Gopro Hero 11 camera, but I can't receive more than three camera streams because the streaming is fixed with the udp 8554 port.

    


    So using Raspberry pie 4 and nginx reverse proxy for each camera, multi camera streaming succesfully received on another raspberry pie.

    


    In conclusion, gopro camera udp streaming -> raspberrypi received. use nginx reverse proxy -> another raspberry pi received.

    


    However, there is an issue that streaming video quality is broken.
    
I used ffplay :
ffplay udp://@:23002

    


    and the following error also appears :

    


    [h264 @ 0x91cb4ed0] reference picture missing during reorderf=0/0   
[h264 @ 0x91cb4ed0] Missing reference picture, default is 65559
[h264 @ 0x91d234d0] reference picture missing during reorder
[h264 @ 0x91d234d0] Missing reference picture, default is 65559
[h264 @ 0x93028ba0] reference picture missing during reorderf=0/0   
[h264 @ 0x93028ba0] Missing reference picture, default is 65560
[h264 @ 0x9302d6d0] mmco: unref short failure 0KB sq=    0B f=0/0   
[h264 @ 0x9302d6d0] number of reference frames (0+3) exceeds max (2; probably corrupt input), discarding one
[mpegts @ 0x93000630] Packet corrupt (stream = 0, dts = 73156083)
[mpegts @ 0x93000630] Packet corrupt (stream = 0, dts = 73159086)
[mpegts @ 0x93000630] Packet corrupt (stream = 0, dts = 73165092)
[h264 @ 0x9302d6d0] reference picture missing during reorderf=0/0   
[h264 @ 0x9302d6d0] Missing reference picture, default is 65540
[h264 @ 0x930e08e0] reference picture missing during reorderf=0/0   
[h264 @ 0x930e08e0] Missing reference picture, default is 65541


    


    so i use ffplay option -fflag +discardcorrupt. and
use -vf "setpts=N/60/TB".

    


    conclusion : ffplay udp://@:23002 -fflag +discardcorrupt -vf "setpts=N/60/TB"

    


    img

    


    It's better than before, but is still breaks when the change in streaming video is large.

    


    and The packet corrupt still remains, I don't know how to set the pts value that fits the streaming video.

    


    Or is there an issue that I didn't find ?

    


    I'm looking for a way to match the pts.

    


    But I wonder if this is the right way.

    


    I'd appreciate your help to the lost.

    


  • Anomalie #3233 : Le bug #2848 (traduction de rubrique) est réapparu

    19 juillet 2014, par marcimat ☺☮☯♫

    Merci pour les accès.

    Pour le point 1) donc, voici ma conclusion ponctuelle :
    - le sélecteur de rubrique est celui qui permet une recherche et sélection en mode « finder » (sélecteur générique), et non une simple liste déroulante donc.
    - ce sélecteur dispose d’un input hidden name=’id_parent’ value=XX. XX étant la rubrique parente en cours au moment de l’ouverture du formulaire donc.
    - en local, lorsqu’on sélectionne une autre rubrique parente, et qu’on clique ’changer’, l’input hidden est actualisé.
    - sur taizé, l’input hidden ne s’actualise pas.

    MM.

  • FFmpeg youtube livestreaming [closed]

    23 janvier 2024, par T1WT

    I'm developing a project for streaming on YouTube. I use Python + ffpeg in the code. I haven’t been able to fix the problem for a month now - after a while (from 6 to 20 hours) buffering begins. In the command I use -c copy. But after this time, I came to the conclusion that most likely the buffering (namely, the stream gradually drops from speed x1 to speed x0.9 and below) is due to the disk. My server has SATA. Moreover, the problem is that the disk reaches 100% active time. And around this time the flow speed begins to drop. Moreover, the total read/write speed is only 20MB/sec. How to fix it ? Thanks for your help, I really can't stand it anymore.

    


    I’ll say right away that the potential of the project is great, now there are only 50 streams on YouTube, but then there may be more than 10,000.

    


    I tried a lot but settled on the SATA drive and