
Recherche avancée
Autres articles (29)
-
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 traduction
10 avril 2011Vous pouvez nous aider à améliorer les locutions utilisées dans le logiciel ou à traduire celui-ci dans n’importe qu’elle nouvelle langue permettant sa diffusion à de nouvelles communautés linguistiques.
Pour ce faire, on utilise l’interface de traduction de SPIP où l’ensemble des modules de langue de MediaSPIP sont à disposition. ll vous suffit de vous inscrire sur la liste de discussion des traducteurs pour demander plus d’informations.
Actuellement MediaSPIP n’est disponible qu’en français et (...) -
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 (4380)
-
What is the most efficient way to broadcast a live stream ? [closed]
3 août 2020, par HarshI want to build a live streaming system for a classroom. The amount on information on this subject is so confusing. These are the features/requirements that I want to have in my app :


- 

- Room type system.
- One teacher - N students (N<200).
- Broadcast video/audio. This needs to be only 1 way. (1T ---> 200S)
- Audio chat should be possible if a teacher allows a student to speak.
- Need not to record the session, though it would be a great feature to have.












Now, from my research I have established there are many ways to go about it. The best one to me seems using WebRTC. In that case I do not have to worry about the platform that much.
WebRTC needs a STUN/TURN server, that can be easily set-up using the coturn project.
I'll also need a SFU which forwards my stream to the client, like Janus or Mediasoup.
But that's where I'm getting confused.


Can I not directly use a live stream, send it to the server, transcode it in real time using ffmpeg to HLS/DASH and publish it to a S3 bucket from where the users can access it. Wouldn't that be more efficient and able to handle much more students easily.


For the audio part I could just use the p2p functionality of webrtc in the browser itself, so no need to route that through the server.


That is how far I've come to understand the system. I still don't completely understand how SFU works and I'm confused about how many live streams can one server handle (say a 4C/8GB). Or if using ffmpeg on VPS is a bad thing and I should use the AWS services instead ?


Can someone please help me understand this ?


Thanks !


-
ffmpeg recording video from live stream closed if connention intrupt
6 octobre 2016, par Farhan ShahidI am facing a issue with FFMPEG stream. I am trying to record my live running stream to File_Name.ts file. Its working fine with following code
ffmpeg -i "http://clientportal.link:8080/live/tmalik/Tanveer/9026.m3u8" -c copy abc.ts -y
But actual issue is that my input stream is not much stable and its stop after average 1 hour for 4-6 sec.
Now is there any way that i can re-connect automatically if i got my stream back from Link(given above in code as input).
Important thing is m working on UBUNTU machine. So if there is any bash file that would be grate.
-
RAM increasing when use ffmpeg for live streaming with Python ?
21 février 2019, par 盛剑军