Recherche avancée

Médias (1)

Mot : - Tags -/bug

Autres articles (53)

  • Les vidéos

    21 avril 2011, par

    Comme les documents de type "audio", Mediaspip affiche dans la mesure du possible les vidéos grâce à la balise html5 .
    Un des inconvénients de cette balise est qu’elle n’est pas reconnue correctement par certains navigateurs (Internet Explorer pour ne pas le nommer) et que chaque navigateur ne gère en natif que certains formats de vidéos.
    Son avantage principal quant à lui est de bénéficier de la prise en charge native de vidéos dans les navigateur et donc de se passer de l’utilisation de Flash et (...)

  • Des sites réalisés avec MediaSPIP

    2 mai 2011, par

    Cette page présente quelques-uns des sites fonctionnant sous MediaSPIP.
    Vous pouvez bien entendu ajouter le votre grâce au formulaire en bas de page.

  • 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

Sur d’autres sites (6624)

  • Latency in ffmpeg while live streaming

    22 janvier 2014, par mustafa.yavuz

    I am working on a project which has real time jobs. I should process a live stream with almost no latency. As you know when we play a live stream with ffplay there is some latency since it buffers some frames before playing it. Is there same problem with ffmpeg, that is when I connect a live stream and do some process like resampling and other calculations, does it have latency as ffplay has. How can I be sure there is no latency ?

  • Record on live stream material

    6 juillet 2015, par Sami H

    I have a multiple live feeds from TV card in (udp) and I want a 6h timeshift buffer.

    I have searched and found the -segment_time in FFMPEG.
    But thing is i want the "record" to stream out (rtmp publish) continuously as if it was live material as well only with a 6h difference.

  • How can I extract "GROUP-ID", "LANGUAGE" and "INSTREAM-ID" from ts using ffmpeg

    21 novembre 2020, par user1163234

    I am trying to get the captions from a segment from a live feed. I am running the command

    


    ffmpeg -i seg-1077853030-v1-a1.ts

    


    Output

    


    `Input #0, mpegts, from 'seg-109853030-v1-a1.ts' :
Duration : 00:00:06.01, start : 57867.901133, bitrate : 2649 kb/s
Program 1

    


    Stream #0:0[0x100]: Video: h264 (High) ([27][0][0][0] / 0x001B), yuv420p(tv, bt709, progressive), 1280x720 [SAR 1:1 DAR 16:9], Closed Captions, 29.97 fps, 29.97 tbr, 90k tbn, 59.94 tbc
Stream #0:1[0x101]: Audio: aac (LC) ([15][0][0][0] / 0x000F), 48000 Hz, stereo, fltp, 98 kb/s
Stream #0:2[0x102]: Data: timed_id3 (ID3  / 0x20334449)`


    


    My question is what command should I run to print out the caption file with the track metadata including label and language.