
Recherche avancée
Médias (1)
-
La conservation du net art au musée. Les stratégies à l’œuvre
26 mai 2011
Mis à jour : Juillet 2013
Langue : français
Type : Texte
Autres articles (64)
-
Websites made with MediaSPIP
2 mai 2011, parThis page lists some websites based on MediaSPIP.
-
MediaSPIP Core : La Configuration
9 novembre 2010, parMediaSPIP Core fournit par défaut trois pages différentes de configuration (ces pages utilisent le plugin de configuration CFG pour fonctionner) : une page spécifique à la configuration générale du squelettes ; une page spécifique à la configuration de la page d’accueil du site ; une page spécifique à la configuration des secteurs ;
Il fournit également une page supplémentaire qui n’apparait que lorsque certains plugins sont activés permettant de contrôler l’affichage et les fonctionnalités spécifiques (...) -
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" (...)
Sur d’autres sites (10262)
-
FFmpeg unable to stream
18 octobre 2013, par LadislavMI have a simple http server for incoming MPEG stream and I'm trying to stream video from another machine on the same network. It works using ffmpeg like this
ffmpeg -f video4linux2 -i /dev/video0 -f mpeg1video http://myaddress.com:port
But from one specific computer ffmpeg refuses to stream and I can't find out why. All I can get is this output :
ffmpeg version 0.7.8, Copyright (c) 2000-2011 the FFmpeg developers
built on Sep 16 2012 09:30:22 with gcc 4.5.3
configuration: --prefix=/usr --libdir=/usr/lib --shlibdir=/usr/lib
--mandir=/usr/share/man --enable-shared --cc=i686-pc-linux-gnu-gcc
--disable-static --enable-gpl --enable-postproc --enable-avfilter
--disable-stripping --disable-debug --disable-doc --disable-network
--disable-vaapi --disable-ffplay --disable-vdpau --disable-indev=v4l
--disable-indev=oss --disable-indev=jack --disable-outdev=oss
--disable-altivec --disable-avx --cpu=atom --enable-hardcoded-tables
libavutil 50. 43. 0 / 50. 43. 0
libavcodec 52.123. 0 / 52.123. 0
libavformat 52.111. 0 / 52.111. 0
libavdevice 52. 5. 0 / 52. 5. 0
libavfilter 1. 80. 0 / 1. 80. 0
libswscale 0. 14. 1 / 0. 14. 1
libpostproc 51. 2. 0 / 51. 2. 0 -
avformat/hlsenc : fix CODECS Attribute hard code in hevc EXT-X-STREAM-INF
19 mars, par Jack Lauavformat/hlsenc : fix CODECS Attribute hard code in hevc EXT-X-STREAM-INF
fix ticket : 10786
parse the SPS from extradata and
get profile_compatibility, tier, constraints which was been hard code before.
HEVC CODECS Attribute reference to : ISO/IEC14496-15Signed-off-by : Jack Lau <jacklau1222@qq.com>
Signed-off-by : Steven Liu <lq@chinaffmpeg.org> -
avformat/tls_openssl : fix build error when openssl version < 3
6 juin, par Jack Lauavformat/tls_openssl : fix build error when openssl version < 3
add the missing data structure pkey in the tls_context
properly set this pkey and free itSigned-off-by : Jack Lau <jacklau1222@qq.com>
Reviewed-by : Martin Storsjö <martin@martin.st>
Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>