Recherche avancée

Médias (0)

Mot : - Tags -/interaction

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

Autres articles (65)

  • Support de tous types de médias

    10 avril 2011

    Contrairement à beaucoup de logiciels et autres plate-formes modernes de partage de documents, MediaSPIP a l’ambition de gérer un maximum de formats de documents différents qu’ils soient de type : images (png, gif, jpg, bmp et autres...) ; audio (MP3, Ogg, Wav et autres...) ; vidéo (Avi, MP4, Ogv, mpg, mov, wmv et autres...) ; contenu textuel, code ou autres (open office, microsoft office (tableur, présentation), web (html, css), LaTeX, Google Earth) (...)

  • Support audio et vidéo HTML5

    10 avril 2011

    MediaSPIP utilise les balises HTML5 video et audio pour la lecture de documents multimedia en profitant des dernières innovations du W3C supportées par les navigateurs modernes.
    Pour les navigateurs plus anciens, le lecteur flash Flowplayer est utilisé.
    Le lecteur HTML5 utilisé a été spécifiquement créé pour MediaSPIP : il est complètement modifiable graphiquement pour correspondre à un thème choisi.
    Ces technologies permettent de distribuer vidéo et son à la fois sur des ordinateurs conventionnels (...)

  • Personnaliser les catégories

    21 juin 2013, par

    Formulaire de création d’une catégorie
    Pour ceux qui connaissent bien SPIP, une catégorie peut être assimilée à une rubrique.
    Dans le cas d’un document de type catégorie, les champs proposés par défaut sont : Texte
    On peut modifier ce formulaire dans la partie :
    Administration > Configuration des masques de formulaire.
    Dans le cas d’un document de type média, les champs non affichés par défaut sont : Descriptif rapide
    Par ailleurs, c’est dans cette partie configuration qu’on peut indiquer le (...)

Sur d’autres sites (9297)

  • How to tell ffmpeg to encode only the latest frames from input pipe (live streaming) ?

    12 mars 2018, par Valdir

    Similar question on another language : How to get the latest frames in ffmpeg, not the next frame

    Well, basically I receive a vp8 webm chunks through sockets and send it to ffmpeg stdin. My problem is that when the network slows down or temporarily stops, ffmpeg output freezes until the expected chunks arrives. When that happens I can see the output "as expected".

    The real problem is that for every glitch, ffmpeg starts to transcoding from the point it stopped, so let’s say I’m streaming my webcam and at 01:01 I have a network glitch. My chunks are still sent from browser, but never received. At this point the video live streaming (on client’s browser) is at let’s say 01:10, and after the network starts to work as expected, ffmpeg starts receiving all chunks at once since 01:01 and encodes it from that point.

    What I want is ffmpeg to encode only the latest chunks in order to keep in sync with the original video being broadcasted. So I want it to discard that part that lagged.

    It seems like the original problem comes from the socket connection, which sends packets in order and can delay depending on the connection.

  • ffmpeg Convert mp4 to m3u8 stream file is very slow

    17 avril 2018, par Zione01

    I use the ffmpeg to convert mp4 video to the m3u8 steam file, which is visible in the following code :

    ffmpeg -i $filename -bsf:v h264_mp4toannexb -strict -2 -flags -global_header -hls_list_size 0 chunk.m3u8"

    But my problem is, I do not know when to turn that converting process on the server ? You suppose the user uploads a file of 60 MB and will have to wait for this 60 MB to be converted to 3m8u during the upload. It takes a lot of time (at least 40 minutes). And the server gives the error 504 Gateway error because the conversion time is too long.

    Do you have a reasonable and correct way of doing this ?
    Did I do that right ? Or should we use a better method to stream ?

  • Anomalie #3930 (En cours) : Moteur de recherche : combinaison de DEUX mots avec accents ne retourne...

    17 septembre 2017, par b b

    Je viens de tester sur SPIP 3.1.6 branché sur une base MySQL (MariaDB) et la recherche renvoie bien l’article intitulé "Secrétariat général" dans les trois cas. Tu cites le bug #3162 mais celui-ci est résolu, je ne comprends pas trop.