
Recherche avancée
Médias (1)
-
Rennes Emotion Map 2010-11
19 octobre 2011, par
Mis à jour : Juillet 2013
Langue : français
Type : Texte
Autres articles (104)
-
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 (...) -
MediaSPIP 0.1 Beta version
25 avril 2011, parMediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
The zip file provided here only contains the sources of MediaSPIP in its standalone version.
To get a working installation, you must manually install all-software dependencies on the server.
If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...) -
Personnaliser en ajoutant son logo, sa bannière ou son image de fond
5 septembre 2013, parCertains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;
Sur d’autres sites (13518)
-
Synchronise video stream + eye tracker
19 avril 2022, par Денис ЧерныйI have quite a little experience with streaming video.
I am currently working on the following task :
I need to synchronize the streaming video (currently it is mpeg ts + h264) with the data received from the eye tracker.
From eye tracker I can get a timestamp when the data has been logged.
My idea is to get the time when the video frame was sent to the network and pick up the closest record from the eye tracker to it
Is it possible to get this frame information using ffmpeg ? I found information about the PTS and DTS of the frame, but it doesn't seem to be the same at all.
I also found that it is possible to get an NTP timestamp from the RTP protocol. It turns out that the information needs to be taken from the transport protocol ?


-
Use FFSERVER's C API to receive feed at an Android Client
17 mai 2016, par user3159395I want to stream live feed of a device like PC to an Android Client using RTSP protocol. Now I know this can be achieved using "ffmpeg" and "ffserver". But I wish to receive the stream frame by frame becuase I have process ( some image processing ) each frame. Thus, I am guessing I need to use ffserver’s C API to get frame one by one.
- Does ffserver have a C API ?
- If answer to 1. was yes, please support your answer with a concise example, perhaps simple C program to get frames from a URL feed.
- Is any special configuration needed for RTSP protocol ?
Please help me as I have already searched thoroughly.
-
RTSP conection using ffmpeg in c++ [on hold]
21 septembre 2017, par chonaI am a student of ffmpeg.
I ask here because I am trying to do a RTSP connection using ffmpeg and I don’t find information or any example anywhere.
At the moment I have thought that I need two classes, one in the client side an other in the server side.
I have understood that the client side have to ask for to the server side the connection, then its when the RTSP protocol starts. But I don’t know how could I program it.
The objective is that the protocol creates the connection and then the server starts streaming video, all programmed in C/C++.
If you could help me or tell me where I could find any example or something.