
Recherche avancée
Autres articles (103)
-
Gestion des droits de création et d’édition des objets
8 février 2011, parPar défaut, beaucoup de fonctionnalités sont limitées aux administrateurs mais restent configurables indépendamment pour modifier leur statut minimal d’utilisation notamment : la rédaction de contenus sur le site modifiables dans la gestion des templates de formulaires ; l’ajout de notes aux articles ; l’ajout de légendes et d’annotations sur les images ;
-
Supporting all media types
13 avril 2011, parUnlike most software and media-sharing platforms, MediaSPIP aims to manage as many different media types as possible. The following are just a few examples from an ever-expanding list of supported formats : images : png, gif, jpg, bmp and more audio : MP3, Ogg, Wav and more video : AVI, MP4, OGV, mpg, mov, wmv and more text, code and other data : OpenOffice, Microsoft Office (Word, PowerPoint, Excel), web (html, CSS), LaTeX, Google Earth and (...)
-
Dépôt de média et thèmes par FTP
31 mai 2013, parL’outil MédiaSPIP traite aussi les média transférés par la voie FTP. Si vous préférez déposer par cette voie, récupérez les identifiants d’accès vers votre site MédiaSPIP et utilisez votre client FTP favori.
Vous trouverez dès le départ les dossiers suivants dans votre espace FTP : config/ : dossier de configuration du site IMG/ : dossier des média déjà traités et en ligne sur le site local/ : répertoire cache du site web themes/ : les thèmes ou les feuilles de style personnalisées tmp/ : dossier de travail (...)
Sur d’autres sites (11876)
-
How to stream from dynamically created Selenium Moon browser pods to RTMP using ffmpeg ?
5 avril, par Ahmed Seddik BouchibaI'm running Selenium Moon (from Aerokube) in my minikube cluster for automated browser testing, and I need to stream the browser sessions to an RTMP endpoint. Here's my current setup :


$ kubectl get all -n my-namespace
NAME READY STATUS RESTARTS AGE
pod/minio-5b85cc6cd6-nznwl 1/1 Running 1 (48m ago) 2d8h
pod/moon-7db8b9c76f-8jzzm 4/4 Running 0 34m
pod/moon-7db8b9c76f-kp78j 4/4 Running 0 34m

NAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S) AGE
service/minio NodePort 10.99.231.25 <none> 9000:31147/TCP,9001:31125/TCP 2d8h
service/moon NodePort 10.100.244.255 <none> 4444:30683/TCP,9090:32243/TCP,8080:32571/TCP 34m

NAME READY UP-TO-DATE AVAILABLE AGE
deployment.apps/minio 1/1 1 1 2d8h
deployment.apps/moon 2/2 2 2 34m

NAME DESIRED CURRENT READY AGE
replicaset.apps/minio-5b85cc6cd6 1 1 1 2d8h
replicaset.apps/moon-7db8b9c76f 2 2 2 34m
</none></none>


The challenge :


- 

- Moon dynamically creates browser pods when tests run
- I need to stream the browser activity to an RTMP endpoint using ffmpeg
- Moon was installed with Helm








What I've tried to understand :


- 

- How to integrate ffmpeg with browser pods that are created on-demand
- How to modify the Moon Helm chart to inject ffmpeg capabilities
- How to capture display from the browser pods
- How to stream to RTMP endpoints










Has anyone implemented something similar ? I'm looking for a solution that works with the dynamic nature of Moon's browser pod creation. Any examples, Helm chart modifications, or approaches would be greatly appreciated.


Thanks in advance !


-
How to append datetime to ffmpeg log
30 juin 2021, par verbI wonder if there is a way to prefix every record in my ffmpeg log with date and time. I would like to add at least time when the record has been written. Part of my log :


[mpegts @ 0x5e11d40] [verbose] service 1 using PCR in pid=256, pcr_period=20ms
[mpegts @ 0x5e11d40] [verbose] muxrate 16000000, sdt every 500 ms, pat/pmt every 100 ms 



-
Can ffmpeg get rtp/h264 source at soket, unpack and send upd/264 ?
28 février 2023, par Savely LIVEOne service publish rtp/h264 video. Exterlan player utility wait for h264 stream without rtp packing. Ffmpeg can connect to first side, unpack h264 from rtp and send it as stream to second side ? Need low latency..


no try now.. its first step - get information