
Recherche avancée
Autres articles (41)
-
Installation en mode ferme
4 février 2011, parLe mode ferme permet d’héberger plusieurs sites de type MediaSPIP en n’installant qu’une seule fois son noyau fonctionnel.
C’est la méthode que nous utilisons sur cette même plateforme.
L’utilisation en mode ferme nécessite de connaïtre un peu le mécanisme de SPIP contrairement à la version standalone qui ne nécessite pas réellement de connaissances spécifique puisque l’espace privé habituel de SPIP n’est plus utilisé.
Dans un premier temps, vous devez avoir installé les mêmes fichiers que l’installation (...) -
List of compatible distributions
26 avril 2011, parThe table below is the list of Linux distributions compatible with the automated installation script of MediaSPIP. Distribution nameVersion nameVersion number Debian Squeeze 6.x.x Debian Weezy 7.x.x Debian Jessie 8.x.x Ubuntu The Precise Pangolin 12.04 LTS Ubuntu The Trusty Tahr 14.04
If you want to help us improve this list, you can provide us access to a machine whose distribution is not mentioned above or send the necessary fixes to add (...) -
La sauvegarde automatique de canaux SPIP
1er avril 2010, parDans le cadre de la mise en place d’une plateforme ouverte, il est important pour les hébergeurs de pouvoir disposer de sauvegardes assez régulières pour parer à tout problème éventuel.
Pour réaliser cette tâche on se base sur deux plugins SPIP : Saveauto qui permet une sauvegarde régulière de la base de donnée sous la forme d’un dump mysql (utilisable dans phpmyadmin) mes_fichiers_2 qui permet de réaliser une archive au format zip des données importantes du site (les documents, les éléments (...)
Sur d’autres sites (8513)
-
Revision a16794dd31 : Revert "Remove Wextra warnings from vp9_sad.c" This reverts commit 7ab9a9587b96
15 mai 2014, par Jim BankoskiChanged Paths :
Modify /test/sad_test.cc
Modify /vp8/common/rtcd_defs.pl
Modify /vp8/common/sad_c.c
Modify /vp8/common/variance.h
Modify /vp8/encoder/mcomp.c
Modify /vp8/encoder/rdopt.c
Modify /vp9/common/vp9_rtcd_defs.pl
Modify /vp9/encoder/vp9_encodeframe.c
Modify /vp9/encoder/vp9_mbgraph.c
Modify /vp9/encoder/vp9_mcomp.c
Modify /vp9/encoder/vp9_rdopt.c
Modify /vp9/encoder/vp9_sad.c
Modify /vp9/encoder/vp9_variance.h
Revert "Remove Wextra warnings from vp9_sad.c"This reverts commit 7ab9a9587b96db4edce6be916c1f02297a9555ff
Nightly test http://build.webmproject.org/jenkins/view/libvpx-nightly-
tests/job/libvpx%20unit%20tests%20(valgrind-2)/arch=x86_64-linux-
gcc,filter=-*VP8* :*Large.*/276/consoleFailed
This patch did not address all the assembly issues
some of the vp8 assembly counts on 5 arguments being passed in to this function :one example : vp8_sad8x16_wmt
Please address or split this into vp9 and vp8 patches.
Change-Id : I78afcc171649894f887bb8ee3c66de24aaddc7ca
-
Streaming videos from a Java backend
11 mai 2014, par IAmYourFajaI was wondering how most multimedia Java shops handle video streaming. Say I want to build a website that has a page that uses the HTML5 video player like so :
...
... content up here
<video width="500" height="500" controls="controls" src="path/to/video.mp4"></video>
... more content down hereSay the URL for this page is
http://myapp.example.org/video
. When HTTP requests for the/video
path reach themyappp.example.org
servers, I guess I have a few options :- Route the request to a web app server (Tomcat/Jetty), and try to figure out how to stream the
video.mp4
video directly off that server using pure Java ; or - Route the request to a media server, and somehow stream
video.mp4
from that media server directly back to the client ; or- On this end I’ve heard of servers like Red5 or Wowza
- Route the request to a media server (again, Red5/Wowza), and somehow stream
video.mp4
through the web app server acting as a middleman
There may be other options that I’m aware of (in which case, what are they ???). My questtion :
How is A/V streaming typically handled from behind a Java backend ?
- Route the request to a web app server (Tomcat/Jetty), and try to figure out how to stream the
-
mxf : Override faulty PreviousPartition entries
13 mars 2014, par Luca Barbatomxf : Override faulty PreviousPartition entries
Some files set the PreviousPartition field to point to its own offset.
If we are parsing forward the Previous partition is immediately known
and its value could be used, otherwise we can safely point to the
header.Reported-By : Jean Baptiste Kempf <jb@videolan.org>