
Recherche avancée
Médias (1)
-
The Great Big Beautiful Tomorrow
28 octobre 2011, par
Mis à jour : Octobre 2011
Langue : English
Type : Texte
Autres articles (63)
-
Demande de création d’un canal
12 mars 2010, parEn fonction de la configuration de la plateforme, l’utilisateur peu avoir à sa disposition deux méthodes différentes de demande de création de canal. La première est au moment de son inscription, la seconde, après son inscription en remplissant un formulaire de demande.
Les deux manières demandent les mêmes choses fonctionnent à peu près de la même manière, le futur utilisateur doit remplir une série de champ de formulaire permettant tout d’abord aux administrateurs d’avoir des informations quant à (...) -
MediaSPIP v0.2
21 juin 2013, parMediaSPIP 0.2 est la première version de MediaSPIP stable.
Sa date de sortie officielle est le 21 juin 2013 et est annoncée ici.
Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
Comme pour la version précédente, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...) -
MediaSPIP version 0.1 Beta
16 avril 2011, parMediaSPIP 0.1 beta est la première version de MediaSPIP décrétée comme "utilisable".
Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
Pour avoir une installation fonctionnelle, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...)
Sur d’autres sites (13706)
-
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
-
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.
-
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 .