
Recherche avancée
Autres articles (53)
-
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 ;
-
Les images
15 mai 2013 -
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 (...)
Sur d’autres sites (4868)
-
Why do I get a r_frame_rate of 1000/1 in ffmpeg for videos when using MediaRecorder to record getDisplayMedia ?
6 avril 2023, par David KrauseEach time I download a video from a jsfiddle that I created the r_frame_rate is reported as 1000/1. However, I set the frameRate constraint to :

{ ideal: 30, max: 60}
. When the stream object is logged in the console, the frame rate is 30.

When I process the downloaded video with ffmpeg the output shows the r_frame_rate as 1000/1.


This is the ffmpeg command that I am using :


ffprobe -i <video input="input" source="source" here="here"> -show_streams -of json 
</video>


-
Recommendations for Open Source Webinar Platforms Supporting 1000+ Users [closed]
28 janvier, par Firas Ben saidI am looking for an open-source webinar platform capable of hosting 1000+ concurrent users. My primary requirements are :


- 

- Scalability to handle large audiences seamlessly.
- Support for features like video streaming, screen sharing, and chat functionality.
- Compatibility with modern technologies such as RTMP and HLS.
- Extensibility to integrate with other tools or APIs.










I’ve come across platforms like BigBlueButton but it cannot handle a great number of users in a session, so I’d like to know if there are other options available.


-
avformat/options_table : Set the default maximum number of streams to 1000
10 décembre 2016, par Michael Niedermayeravformat/options_table : Set the default maximum number of streams to 1000
Fixes CVE-2016-9561, Note the security relevance of this is disputed as
running out of memory can happen with valid filesSuggested-by : Andreas Cadhalpun <andreas.cadhalpun@googlemail.com>
Reviewed-by : Andreas Cadhalpun <andreas.cadhalpun@googlemail.com>
Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>