
Recherche avancée
Médias (91)
-
#3 The Safest Place
16 octobre 2011, par
Mis à jour : Février 2013
Langue : English
Type : Audio
-
#4 Emo Creates
15 octobre 2011, par
Mis à jour : Février 2013
Langue : English
Type : Audio
-
#2 Typewriter Dance
15 octobre 2011, par
Mis à jour : Février 2013
Langue : English
Type : Audio
-
#1 The Wires
11 octobre 2011, par
Mis à jour : Février 2013
Langue : English
Type : Audio
-
ED-ME-5 1-DVD
11 octobre 2011, par
Mis à jour : Octobre 2011
Langue : English
Type : Audio
-
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 (66)
-
Gestion des droits de création et d’édition des objets
8 février 2011, parPar défaut, beaucoup de fonctionnalités sont limitées aux administrateurs mais restent configurables indépendamment pour modifier leur statut minimal d’utilisation notamment : la rédaction de contenus sur le site modifiables dans la gestion des templates de formulaires ; l’ajout de notes aux articles ; l’ajout de légendes et d’annotations sur les images ;
-
Dépôt de média et thèmes par FTP
31 mai 2013, parL’outil MédiaSPIP traite aussi les média transférés par la voie FTP. Si vous préférez déposer par cette voie, récupérez les identifiants d’accès vers votre site MédiaSPIP et utilisez votre client FTP favori.
Vous trouverez dès le départ les dossiers suivants dans votre espace FTP : config/ : dossier de configuration du site IMG/ : dossier des média déjà traités et en ligne sur le site local/ : répertoire cache du site web themes/ : les thèmes ou les feuilles de style personnalisées tmp/ : dossier de travail (...) -
Keeping control of your media in your hands
13 avril 2011, parThe vocabulary used on this site and around MediaSPIP in general, aims to avoid reference to Web 2.0 and the companies that profit from media-sharing.
While using MediaSPIP, you are invited to avoid using words like "Brand", "Cloud" and "Market".
MediaSPIP is designed to facilitate the sharing of creative media online, while allowing authors to retain complete control of their work.
MediaSPIP aims to be accessible to as many people as possible and development is based on expanding the (...)
Sur d’autres sites (9208)
-
How to remove/reduce RTSP latency on kurento media server
21 avril 2017, par StazI am experiencing a 3-4 second delay on an rtsp stream going through the media server. Now I’m pretty sure it is to do with the network-cache and saw there were fixes to it here. I’m pretty sure this has been committed to master for version 6.6.1.
I am instaling like so :
echo "deb http://ubuntu.kurento.org/ trusty kms6" | tee /etc/apt/sources.list.d/kurento.list \
&& wget -O - http://ubuntu.kurento.org/kurento.gpg.key | apt-key add - \
&& apt-get update \
&& apt-get -y install kurento-media-server-6.0 \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/*Which should get me the latest version, looking at the packages installed I get this :
kms-core-6.0/now 6.6.1.20160930110533.trusty amd64 [installed,local]
kms-elements-6.0/now 6.6.1.20160930122545.trusty amd64 [installed,local]
kms-filters-6.0/now 6.6.1.20160930131150.trusty amd64 [installed,local]
kms-jsonrpc-1.0/now 1.1.2.20160930094018.trusty amd64 [installed,local]
kmsjsoncpp/now 1.6.3~20160909143252.40.gd78deb7.trusty amd64 [installed,local]I also initialise the PlayerEndPointer like so :
pipeline.create("PlayerEndpoint", {uri: 'rtsp://localhost:1025/live/STREAM_NAME',
networkCache: 100}, function(error, player)To try and change the latency to 100ms. However I see there is no change in delay and it remains at 3-4 seconds.
All of this is done locally, and I am publishing an rtsp stream on my local server by ffmpeg :
ffmpeg -re -i /dev/video0 -c:v libx264 -preset fast -c:a libfdk_aac -ab 128k -ar 44100 -f rtsp -rtsp_transport tcp rtsp://localhost:1025/live/STREAM_NAME
I then use the kurento client to direct this stream to my kurento media server.
-
Revision 3665 : Pouvoir encoder en 1 seule version depuis la page même de du média ...
28 juin 2010, par kent1 — LogPouvoir encoder en 1 seule version depuis la page même de du média Amélioration du look des infos sur la page d’édition des médias
-
hls : Report the current media sequence
29 avril 2014, par Luca Barbato