
Recherche avancée
Autres articles (97)
-
Les autorisations surchargées par les plugins
27 avril 2010, parMediaspip core
autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs -
Participer à sa documentation
10 avril 2011La documentation est un des travaux les plus importants et les plus contraignants lors de la réalisation d’un outil technique.
Tout apport extérieur à ce sujet est primordial : la critique de l’existant ; la participation à la rédaction d’articles orientés : utilisateur (administrateur de MediaSPIP ou simplement producteur de contenu) ; développeur ; la création de screencasts d’explication ; la traduction de la documentation dans une nouvelle langue ;
Pour ce faire, vous pouvez vous inscrire sur (...) -
Contribute to a better visual interface
13 avril 2011MediaSPIP is based on a system of themes and templates. Templates define the placement of information on the page, and can be adapted to a wide range of uses. Themes define the overall graphic appearance of the site.
Anyone can submit a new graphic theme or template and make it available to the MediaSPIP community.
Sur d’autres sites (6603)
-
libswscale/x86/swscale : Only call ff_yuv2yuvX functions if the input size is > 0
1er avril 2021, par Alan Kelly -
avfilter/tinterlace : Move lowpass_line to a separate function and call it through...
15 novembre 2014, par Michael Niedermayeravfilter/tinterlace : Move lowpass_line to a separate function and call it through a function pointer
This permits replacing it by a optimized implementation
Based-on / Idea-from : 2e1704059ae8625beda2ffde847ad22c5ba416dc by Kieran KunhyaSigned-off-by : Michael Niedermayer <michaelni@gmx.at>
-
How can I broadcast my webrtc (many to many) call using rtmp [closed]
19 avril 2021, par Divyansh AgarwalI am building a application which helps us to broadcast many to many video call to youtube/twitch which uses RTMP to broadcast. So I need to convert my webrtc (many to many) call to RTMP.


I have created a simple video conferencing app using webrtc in Node.js and now I want to convert all the streams in a particular room to RTMP stream and publish it to any platform supporting RTMP.


Can I use ffmpeg for this purpose ? If yes then how could I do it ?