
Recherche avancée
Autres articles (43)
-
Personnaliser en ajoutant son logo, sa bannière ou son image de fond
5 septembre 2013, parCertains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;
-
Gestion de la ferme
2 mars 2010, parLa ferme est gérée dans son ensemble par des "super admins".
Certains réglages peuvent être fais afin de réguler les besoins des différents canaux.
Dans un premier temps il utilise le plugin "Gestion de mutualisation" -
Ecrire une actualité
21 juin 2013, parPrésentez les changements dans votre MédiaSPIP ou les actualités de vos projets sur votre MédiaSPIP grâce à la rubrique actualités.
Dans le thème par défaut spipeo de MédiaSPIP, les actualités sont affichées en bas de la page principale sous les éditoriaux.
Vous pouvez personnaliser le formulaire de création d’une actualité.
Formulaire de création d’une actualité Dans le cas d’un document de type actualité, les champs proposés par défaut sont : Date de publication ( personnaliser la date de publication ) (...)
Sur d’autres sites (6286)
-
Building FFmpeg.NET .dll
9 juin 2014, par user2656632I need to use some FFmpeg functions in C# (to be precise, in GTK#). So I downloaded wrapper FFmpeg.NET. After that I try to build FFmpeg.NET.2008.sln(reference : I will build dll in Visual Studio 2008, but will use in GTK#), then get the following errors :
Error 1 error PRJ0019 : A tool returned an error code from "Performing
Makefile project actions" FFMpeg.NET
Error 2 The referenced assembly
"C :\Users\Zhenya\Documents\ffmpegdotnet-94877\bin
(debug shared)\ffmpeg.net.dll" was not found. If this assembly is
produced by another one of your projects, please make sure to build
that project before building this one.How to fix these issues ?
Or how to correctly build this wrapper to get .dll ? -
Record on live stream material
6 juillet 2015, par Sami HI have a multiple live feeds from TV card in (udp) and I want a 6h timeshift buffer.
I have searched and found the -segment_time in FFMPEG.
But thing is i want the "record" to stream out (rtmp publish) continuously as if it was live material as well only with a 6h difference. -
Android record screen and stream it
15 novembre 2016, par Antonio C GI am working on a personal project in which I want to record the screen of my phone and stream it. It doesn’t have to record the whole, it can be just my app. I am trying to use ffmpeg, but I see that is not possible to read from /dev/graphics/fb0 as it requires root.
I am trying to check what other options do I have. I know it must be possible, as there are other apps that do the same without the need of having a rooted device.
I have just found this class https://developer.android.com/reference/android/media/projection/MediaProjection.html, that might be useful, but it is only available in API 21.
Could you give me any tips of tools, or how could I achieve this ?
Thanks.