
Recherche avancée
Autres articles (57)
-
XMP PHP
13 mai 2011, parDixit Wikipedia, XMP signifie :
Extensible Metadata Platform ou XMP est un format de métadonnées basé sur XML utilisé dans les applications PDF, de photographie et de graphisme. Il a été lancé par Adobe Systems en avril 2001 en étant intégré à la version 5.0 d’Adobe Acrobat.
Étant basé sur XML, il gère un ensemble de tags dynamiques pour l’utilisation dans le cadre du Web sémantique.
XMP permet d’enregistrer sous forme d’un document XML des informations relatives à un fichier : titre, auteur, historique (...) -
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. -
MediaSPIP en mode privé (Intranet)
17 septembre 2013, parÀ partir de la version 0.3, un canal de MediaSPIP peut devenir privé, bloqué à toute personne non identifiée grâce au plugin "Intranet/extranet".
Le plugin Intranet/extranet, lorsqu’il est activé, permet de bloquer l’accès au canal à tout visiteur non identifié, l’empêchant d’accéder au contenu en le redirigeant systématiquement vers le formulaire d’identification.
Ce système peut être particulièrement utile pour certaines utilisations comme : Atelier de travail avec des enfants dont le contenu ne doit pas (...)
Sur d’autres sites (7917)
-
Revision 17eff79d1a5e375e65540d830a475b82159b989b : SPIP 1.9.2 : Protéger les noms des tables MySQL à réparer. Mais ce serait ...
17 janvier 2010, par Committo,Ergo:sum — LogSPIP 1.9.2 : Protéger les noms des tables MySQL à réparer. Mais ce serait bien d’abstraire cette opération pour pouvoir reporter ça proprement dans les branches supérieures, qui sont multi-serveurs. git-svn-id : svn ://trac.rezo.net/spip/branches/spip-1.9.2@14871 (...)
-
FFMPEG : rtsp stream to a udp stream
22 juin 2017, par TraffensI am looking for advice on using ffmpeg to convert RTSP stream to udp stream. What would be the simplest general command to do so ? This is what I have right now :
ffmpeg -i rtsp://192.168.1.247/play1.sdp -f mpegts -vcodec mpeg4 -acodec mp2 udp://127.0.0.1:1234
The error I’m getting :
UDP timeout, retrying TCP
method PAUSE failed : 405 PAUSE
rtsp ://192.... : operation not permitted
Finishing stream 0:0 without any data written to it.
I’m running
ubuntu 14.04
. Thank you ! -
call url when conversion completes in ffmpeg
22 juin 2014, par user2875761I am using ffmpeg to convert as background operation. In front using dotnet (web app) to send a video to ffmpeg for conversion. Conversion is done in background. When conversion is completed then url is called from ffmpeg to update database values for sent video. This is working fine for small files. But when i send a big file for e.g. 600MB or 1 GB+ then video is converted but url is not called. And my value in database doesn’t change.
Is there way to set maximum time to respond from ffmpeg ? Or is there any other way to do it ?