
Recherche avancée
Autres articles (58)
-
Submit bugs and patches
13 avril 2011Unfortunately a software is never perfect.
If you think you have found a bug, report it using our ticket system. Please to help us to fix it by providing the following information : the browser you are using, including the exact version as precise an explanation as possible of the problem if possible, the steps taken resulting in the problem a link to the site / page in question
If you think you have solved the bug, fill in a ticket and attach to it a corrective patch.
You may also (...) -
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 -
Publier sur MédiaSpip
13 juin 2013Puis-je poster des contenus à partir d’une tablette Ipad ?
Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir
Sur d’autres sites (15688)
-
ffmpeg for live streaming
11 juin 2018, par kuk987Hey I am currently using the command :
ffmpeg -f alsa -ac 1 -ar 16000 -i hw:1,0,0 -t 30 out.wav
for recording through the mic. Is there a method by which I can record as well as simultaneously save the recording somewhere so that I can do some processing on it. Kind of like live streaming to a file where the data array keeps getting appended.
-
Building one to many live streaming platform
10 octobre 2022, par Uday kiranI want to build a one to many users streaming app where admin can stream video and users can view that video in live. I have to use node.js. which is best approach and what are good tools for that.
Does using webrtc one to many affect performance at large scale ?
Suggestions please...
Thanks


-
Triggering live stream on facebook using Node.js
27 décembre 2017, par RickyI am trying to find a way to be able to start a live stream using node.js where I take in an hls source and output rtmp onto facebook using ffmpeg.
The goal is to do this without actually going to facebook itself, doing all of this on node :
-take an hls source
convert source video and audio and add video filters
create a live stream post on facebook
output converted video onto said livestream
Any ideas on how I could do this ?