
Recherche avancée
Médias (1)
-
Bug de détection d’ogg
22 mars 2013, par
Mis à jour : Avril 2013
Langue : français
Type : Video
Autres articles (55)
-
Websites made with MediaSPIP
2 mai 2011, parThis page lists some websites based on MediaSPIP.
-
Creating farms of unique websites
13 avril 2011, parMediaSPIP platforms can be installed as a farm, with a single "core" hosted on a dedicated server and used by multiple websites.
This allows (among other things) : implementation costs to be shared between several different projects / individuals rapid deployment of multiple unique sites creation of groups of like-minded sites, making it possible to browse media in a more controlled and selective environment than the major "open" (...) -
Les tâches Cron régulières de la ferme
1er décembre 2010, parLa gestion de la ferme passe par l’exécution à intervalle régulier de plusieurs tâches répétitives dites Cron.
Le super Cron (gestion_mutu_super_cron)
Cette tâche, planifiée chaque minute, a pour simple effet d’appeler le Cron de l’ensemble des instances de la mutualisation régulièrement. Couplée avec un Cron système sur le site central de la mutualisation, cela permet de simplement générer des visites régulières sur les différents sites et éviter que les tâches des sites peu visités soient trop (...)
Sur d’autres sites (6295)
-
How do IP camera stream video across home network
22 janvier 2018, par OuroborosMy question is how do the IP camera stream the data from home network to public network. Here’s how I think it can be done :
-
If I’d to set up something like this using a raspberry pi camera module. I’d probably use port forwarding on my Access Point/Wifi Router. However, clearly, this is not a scalable solution, and there must be something else that off the shelf IP cameras must be doing.
-
One option is to stream the video (using ffmpeg) to a remove server, and then that remote server can probably again "re-stream" that ? -If this is indeed the case, how is it done ?
I understand backend architecture very strongly, and have developed fairly complex onces so I do want a fairly technical answer for this one.
-
-
Hls media playlist request url override
16 janvier 2018, par Tomasz KowalczykTrying to implement hls support on my platform build with laravel. Testing both ffmpeg and AWS Elastic transcoder solutions. The problem is that i’ve got custom url for requesting files for security purposes. That url then returns the hls master playlist, but subsequent request for media playlists has wrong url. This is because the paths in master playlist are not absolute. I tested it with absolute paths and it worked, but I changed the paths manually, can’t see it as an option on AWS Elastic Trancoder, and not tested it yet on ffmpeg package. I’m not really sure what generates the subsequent request for the media playlists ? Is it the video player or hls codec/plugin ? Can i tinker the original response headers to modify the subsequent requests ? Or am I going the wrong way about it ?
Any help would be greatly appreciated. -
Problems with slowing down when grid synthesis operation request via ffmpeg is received simultaneously
7 novembre 2022, par bongcheol Kim- 

- Crop/scaling/volume leveling encoding of videos uploaded by users in S3 with predetermined settings
- Synthesize in grid form with other pre-prepared videos.






Perform the above tasks through ffmpeg.
Encoding slows down when multiple requests occur simultaneously.
(Maybe it's because we shared the server's resources.)


To process task requests from 1 and 2 at the same time, but to process them
What can I do ?


Is there a service on AWS that can solve my problems ?


I thought about creating and processing ec2 individually for each request, but is this possible ?


- 

- Invoke API
- Create EC2
- Proceed with one encoding operation on the corresponding EC2
- Delete EC2 after uploading s3