
Recherche avancée
Médias (1)
-
Somos millones 1
21 juillet 2014, par
Mis à jour : Juin 2015
Langue : français
Type : Video
Autres articles (67)
-
Amélioration de la version de base
13 septembre 2013Jolie sélection multiple
Le plugin Chosen permet d’améliorer l’ergonomie des champs de sélection multiple. Voir les deux images suivantes pour comparer.
Il suffit pour cela d’activer le plugin Chosen (Configuration générale du site > Gestion des plugins), puis de configurer le plugin (Les squelettes > Chosen) en activant l’utilisation de Chosen dans le site public et en spécifiant les éléments de formulaires à améliorer, par exemple select[multiple] pour les listes à sélection multiple (...) -
Emballe médias : à quoi cela sert ?
4 février 2011, parCe plugin vise à gérer des sites de mise en ligne de documents de tous types.
Il crée des "médias", à savoir : un "média" est un article au sens SPIP créé automatiquement lors du téléversement d’un document qu’il soit audio, vidéo, image ou textuel ; un seul document ne peut être lié à un article dit "média" ; -
Menus personnalisés
14 novembre 2010, parMediaSPIP utilise le plugin Menus pour gérer plusieurs menus configurables pour la navigation.
Cela permet de laisser aux administrateurs de canaux la possibilité de configurer finement ces menus.
Menus créés à l’initialisation du site
Par défaut trois menus sont créés automatiquement à l’initialisation du site : Le menu principal ; Identifiant : barrenav ; Ce menu s’insère en général en haut de la page après le bloc d’entête, son identifiant le rend compatible avec les squelettes basés sur Zpip ; (...)
Sur d’autres sites (6581)
-
How to caculate delay of the streaming by ffmpeg
3 avril 2023, par Tung Nguyencan i caculate delay of a video streaming after i handled it through a ffmpeg function ?

ffmpeg -re -i "rtmp://$SOURCE_RTMP_URL/live/stream" -r 30 -s 1920x1080 -f flv rtmp://localhost/live/stream

this is my command to restream a video streaming.
Thanks all.

Hi there, can i caculate delay of a video streaming after i handled it through a ffmpeg function ?

ffmpeg -re -i "rtmp://$SOURCE_RTMP_URL/live/stream" -r 30 -s 1920x1080 -f flv rtmp://localhost/live/stream

this is my command to restream a video streaming.
Thanks all.

-
Live Streaming Using Red5 with H.265 Raw Imcoming Video
27 décembre 2019, par minghuaHow do you stream a raw H.265 incoming video using Red5 ?
I’ve seen this example to stream flv file, and this for the client side, and for H.264 with or without ffmpeg.
Basically the question can be split into two :
- How do you stream it from a .h265 file ? If from .265 file is not possible, how do you do it from a file that contains H.265 video ? Any example ?
- How do you stream it from an incoming RTP session ? I can get the session UDP/RTP unpacked and decode into raw H.265 NAL packets. I’m assuming some conversion is needed, any libraries available for that purpose ? Examples ?
If I can get an answer to the above first split question, I know I can redirect the incoming stream to a named pipe. That can be used as an indirect solution to the second split question. Streaming from the incoming UDP session directly is preferred, though.
-
Streaming to YouTube from DJI-SDK [on hold]
31 janvier 2018, par d0n13I’m trying to figure out how to take the camera frames in the DJI-SDK and push them to some form of encode so that I can create a live stream for YouTube.
Has anybody got this working ? I understand most people use FFmpeg for streaming but my understanding is basic enough on how that project works.
I’d love if somebody could share some resources on how we could go about getting this to work. I’ve seen the question on the web but I’ve found nothing that comes close to getting a solution for this.
I need it for a project and there is a commercial solution available but it’s expensive and I can’t afford it and I’d be happy enough to code this if I can understand how to go about it and maybe get some help.
I’d be happy enough to make an open source version of this is anyone can help.
Thanks guys, hope we can make this...
Donie