
Recherche avancée
Médias (1)
-
Géodiversité
9 septembre 2011, par ,
Mis à jour : Août 2018
Langue : français
Type : Texte
Autres articles (54)
-
Websites made with MediaSPIP
2 mai 2011, parThis page lists some websites based on MediaSPIP.
-
Use, discuss, criticize
13 avril 2011, parTalk to people directly involved in MediaSPIP’s development, or to people around you who could use MediaSPIP to share, enhance or develop their creative projects.
The bigger the community, the more MediaSPIP’s potential will be explored and the faster the software will evolve.
A discussion list is available for all exchanges between users. -
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 (8147)
-
Revision f297504f2d : Re-work configure interface for encoding based on external mi This commit refin
14 juillet 2014, par Jingning HanChanged Paths :
Modify /vp9/encoder/vp9_encoder.c
Modify /vp9/vp9_cx_iface.c
Modify /vpx/vpx_encoder.h
Modify /vpxenc.c
Re-work configure interface for encoding based on external miThis commit refines the configuration interface for encoding
process based on external mode info. It allows the vpxenc to read
the external file name from command line, and to produce warning
message when necessary.Change-Id : I109d02ea9e6e418d00378d512ed9ab9bb0770dbd
-
Revision b4262c6cc5 : tests : enable datarate_test based on CONFIG_ENCODERS not just CONFIG_VP8_ENCODE
22 février 2014, par James ZernChanged Paths :
Modify /test/test.mk
tests : enable datarate_test based on CONFIG_ENCODERSnot just CONFIG_VP8_ENCODER ; there's now VP9 code in the same file
Change-Id : I73d8b9141af1374b37480fb0495e17a7952eb4f9
-
Not able to play video file in Qt5 based Web browser on Linux ARM machine
20 février 2016, par user3436349I am using Yocto Buildsystem to generate customized Linux Image with Qt5.4
support in it for TI AM335x based ARM platform, here in Yocto I have selected
components those are required for Qt5 based Webbrowser so as to play HTML5 audio
and video files such as :qtmultimedia
gstreamer (1.0)
qtscript
qtwebsockets
qtimageformats
libgles-omap3
lighttpd
gst-ffmpeg
gst-fluendo-mp3
gstreamer (0.10)
Here after building the final image. I found that there are
both gstreamer and gstreamer-1.0 directories in /usr/lib, also the
required ffmpeg libs are located in /usr/lib/gstreamer directory.
But I suspect the webkit by default links to /usr/lib/gstreamer-1.0
directory and hence cannot find required libs.When I tried the manually copy the ffmepg related libs in /usr/lib/gstreamer-1.0
directory from /usr/lib/gstreamer, then I got the libav related version error.Please guide me regarding who to configure webkit or webcore .bb file so that
it links to both the gstreamer directories in /usr/lib and can thus play
HTML5 audio and video files in qt5 based web-browser.