
Recherche avancée
Médias (3)
-
MediaSPIP Simple : futur thème graphique par défaut ?
26 septembre 2013, par
Mis à jour : Octobre 2013
Langue : français
Type : Video
-
GetID3 - Bloc informations de fichiers
9 avril 2013, par
Mis à jour : Mai 2013
Langue : français
Type : Image
-
GetID3 - Boutons supplémentaires
9 avril 2013, par
Mis à jour : Avril 2013
Langue : français
Type : Image
Autres articles (7)
-
Ajouter notes et légendes aux images
7 février 2011, parPour pouvoir ajouter notes et légendes aux images, la première étape est d’installer le plugin "Légendes".
Une fois le plugin activé, vous pouvez le configurer dans l’espace de configuration afin de modifier les droits de création / modification et de suppression des notes. Par défaut seuls les administrateurs du site peuvent ajouter des notes aux images.
Modification lors de l’ajout d’un média
Lors de l’ajout d’un média de type "image" un nouveau bouton apparait au dessus de la prévisualisation (...) -
Gestion générale des documents
13 mai 2011, parMédiaSPIP ne modifie jamais le document original mis en ligne.
Pour chaque document mis en ligne il effectue deux opérations successives : la création d’une version supplémentaire qui peut être facilement consultée en ligne tout en laissant l’original téléchargeable dans le cas où le document original ne peut être lu dans un navigateur Internet ; la récupération des métadonnées du document original pour illustrer textuellement le fichier ;
Les tableaux ci-dessous expliquent ce que peut faire MédiaSPIP (...) -
Les vidéos
21 avril 2011, parComme 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 (...)
Sur d’autres sites (3901)
-
Dynamically Extending FFMPEG Playlist for Continuous Video Streaming
3 août 2023, par dumbQuestionsI am trying to create a seamless FFMPEG playlist so I can add new videos without interrupting the stream. Currently, I'm using the following command :


ffmpeg -re -f concat -safe 0 -i playlist.txt -c copy -f flv "${INPUT_URL}"


The initial playlist works fine, but when I try to append new files to it, the streaming stops and the newly added files don't seem to affect the output.


I've tried manually editing the playlist.txt file and adding new video files to it while streaming, but it seems like FFMPEG doesn't automatically detect the changes and continues the streaming seamlessly. I also attempted using the
-concat
option, but it didn't work as expected.

Is there a proper way to dynamically extend the FFMPEG playlist while maintaining continuous video streaming, or a way to continuously stream new clips one after the other without interruptions ? Any insights or suggestions on how to achieve this would be greatly appreciated. Thanks in advance !


-
Azure Media service live streaming using raspberry pi 2
29 juillet 2015, par emy virkI have tried to stream a video from my raspberry pi 2 using a webcam using the tutorial here http://gtrifonov.com/2015/07/02/streaming-live-video-from-raspberrypi-to-azure-media-services/.
Using ffmpeg, I am running this in Ubuntu mate terminal :ffmpeg -framerate 30 -r 30 -s 640×480 -i /dev/video0 -vcodec libx264 -preset ultrafast -acodec libfaac -ab 48k -b:v 500k -maxrate 500k -bufsize 500k -r 30 -g 60 -keyint_min 60 -sc_threshold 0 -f flv $INGESTURI
Now, to see the video is streaming I am using PLAY PREVIEW URL from the azure portal. It works, interrupted, at a very fast speed for about 5 second and than it stops with an error
After that I try to play the video again and I can see the one that was streaming before the error and than it breaks again.
From the Ubuntu mate I can tell the streaming is working fine : connection established and I can see the frames being sent.fps=7.9 q=28 bitrate = 500 kbits
any idea why this is happening ?
-
Red5 Streaming in flv Or h.264 [closed]
23 février 2013, par alexHow do i mux a h.264 video into an flv container. This is for high quality streaming in red5. With video on demand service people can upload a video it ghets saved to streams directory of red5 and streamed and played from flash.