
Recherche avancée
Médias (1)
-
Revolution of Open-source and film making towards open film making
6 octobre 2011, par
Mis à jour : Juillet 2013
Langue : English
Type : Texte
Autres articles (99)
-
La sauvegarde automatique de canaux SPIP
1er avril 2010, parDans le cadre de la mise en place d’une plateforme ouverte, il est important pour les hébergeurs de pouvoir disposer de sauvegardes assez régulières pour parer à tout problème éventuel.
Pour réaliser cette tâche on se base sur deux plugins SPIP : Saveauto qui permet une sauvegarde régulière de la base de donnée sous la forme d’un dump mysql (utilisable dans phpmyadmin) mes_fichiers_2 qui permet de réaliser une archive au format zip des données importantes du site (les documents, les éléments (...) -
Des sites réalisés avec MediaSPIP
2 mai 2011, parCette page présente quelques-uns des sites fonctionnant sous MediaSPIP.
Vous pouvez bien entendu ajouter le votre grâce au formulaire en bas de page. -
Qu’est ce qu’un éditorial
21 juin 2013, parEcrivez votre de point de vue dans un article. Celui-ci sera rangé dans une rubrique prévue à cet effet.
Un éditorial est un article de type texte uniquement. Il a pour objectif de ranger les points de vue dans une rubrique dédiée. Un seul éditorial est placé à la une en page d’accueil. Pour consulter les précédents, consultez la rubrique dédiée.
Vous pouvez personnaliser le formulaire de création d’un éditorial.
Formulaire de création d’un éditorial Dans le cas d’un document de type éditorial, les (...)
Sur d’autres sites (6792)
-
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.
-
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 !


-
RAM increasing when use ffmpeg for live streaming with Python ?
21 février 2019, par 盛剑军