
Recherche avancée
Autres articles (111)
-
Récupération d’informations sur le site maître à l’installation d’une instance
26 novembre 2010, parUtilité
Sur le site principal, une instance de mutualisation est définie par plusieurs choses : Les données dans la table spip_mutus ; Son logo ; Son auteur principal (id_admin dans la table spip_mutus correspondant à un id_auteur de la table spip_auteurs)qui sera le seul à pouvoir créer définitivement l’instance de mutualisation ;
Il peut donc être tout à fait judicieux de vouloir récupérer certaines de ces informations afin de compléter l’installation d’une instance pour, par exemple : récupérer le (...) -
ANNEXE : Les plugins utilisés spécifiquement pour la ferme
5 mars 2010, parLe site central/maître de la ferme a besoin d’utiliser plusieurs plugins supplémentaires vis à vis des canaux pour son bon fonctionnement. le plugin Gestion de la mutualisation ; le plugin inscription3 pour gérer les inscriptions et les demandes de création d’instance de mutualisation dès l’inscription des utilisateurs ; le plugin verifier qui fournit une API de vérification des champs (utilisé par inscription3) ; le plugin champs extras v2 nécessité par inscription3 (...)
-
Ajouter notes et légendes aux images
7 février 2011, parPour pouvoir ajouter notes et légendes aux images, la première étape est d’installer le plugin "Légendes".
Une fois le plugin activé, vous pouvez le configurer dans l’espace de configuration afin de modifier les droits de création / modification et de suppression des notes. Par défaut seuls les administrateurs du site peuvent ajouter des notes aux images.
Modification lors de l’ajout d’un média
Lors de l’ajout d’un média de type "image" un nouveau bouton apparait au dessus de la prévisualisation (...)
Sur d’autres sites (11244)
-
node js (or other) as streaming server
20 décembre 2013, par Abdul AliApologies if a simple question but cannot find anything helpful . Am also new to the streaming concept.
Goal is to set up a server which keeps on listening for data on a speific port. The user will be sending sequence of images from their iphone (# of images unknown).
when the data is receieved, ffmpeg should start to get data from that port (as input) and send those images to ffserver to be streamed as a live video.
did try Nginx-Rtmp module but the iphone developer have informed that in iphone, only ip and port can be given to open a stream (and no other part of the url can be given e.g. streamname and application name in case of nginx-rtmp)
Any help and guide will be appreciatd that what can be used to set up a free and very simple sever that simply receives the images which ffmpeg can capture and send to ffserver .
-
Can I use AForge in Unity3D ?
19 décembre 2013, par user2967920I am Using Unity Pro,
i want to Decode and play H264 Encoded Content in Unity3D. As unity dosn't have native support for the h264 codec so i got AForge.NET.
In visual Studio 2010 i created an application which would do the decoding and give the output as a bitmap to a rectangle which was drwn using SDL, so i know the .net AFOrge works well.
Now the Problem is when i import the AForge.dll, AForge.Video and the AForge.Video.FFMPEG in Unity i git this Error.
"MissingMethodException : Method contains unsupported native code
<module>.<crtimplementationdetails>.LanguageSupport._Initialize (<crtimplementationdetails>.LanguageSupport* )
<module>.<crtimplementationdetails>.LanguageSupport.Initialize (<crtimplementationdetails>.LanguageSupport* )
Rethrow as ModuleLoadException: The C++ module failed to load.
<module>.<crtimplementationdetails>.ThrowModuleLoadException (System.String errorMessage, System.Exception innerException)
<module>.<crtimplementationdetails>.LanguageSupport.Initialize (<crtimplementationdetails>.LanguageSupport* )
<module>..cctor ()
Rethrow as TypeInitializationException: An exception was thrown by the type initializer for <module>
NewScript..ctor ()"
</module></module></crtimplementationdetails></crtimplementationdetails></module></crtimplementationdetails></module></crtimplementationdetails></crtimplementationdetails></module></crtimplementationdetails></crtimplementationdetails></module>Aforge (Core), Aforge.Video and Aforge.Video.FFMPEG are compiled using Target Framework (3.5).
The AForge.Video.FFMPEG has a Reference to kernel32.dll, MSVCR100.dll which is not exactly showing in monoDevelop. the rest are expanding and i can browse their contents in the Assembly Browser.
Is there any way to get AForge working in monodevelop ? the ffmpeg wrapper is written in C++. I mean make it not use those references ?
If Anyone has worked on such a thing before, it would be of great help thanks.
-
Merge pull request #3454 from Coggle/master
31 juillet 2016, par blueimpMerge pull request #3454 from Coggle/master
use AMD module naming as suggested by jquery site