
Recherche avancée
Médias (1)
-
Rennes Emotion Map 2010-11
19 octobre 2011, par
Mis à jour : Juillet 2013
Langue : français
Type : Texte
Autres articles (54)
-
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 (...) -
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 (...) -
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 (9683)
-
Best and latest live video streaming soloution [on hold]
3 avril 2015, par FordI have read a few old posts on StackOverflow about live video streamins, but as they are from around 2008, i assume things have moved on from then... and wonder if a current thread will be useful to me and others.
Also looking on google gives lots of stuff, but again i dont know who is best to listen to and who is trying to sell their stuff (not that i am against paying).Basically what are the main points i need to know in order to add/develope a feature to a website in order to offer "1 on 1" and "1 to many" MULTIPLE live streaming webcam, with voice and text chat.
I am quiet competent with PHP, OK with basic JavaScript (of course fine with HTMLL/css), but do not know what code i would need for client side software, or if any "off the shelf" software is suitable.
I have played with ffmpeg and noticed this offers streaming, but i dont know if it would be suitable or the best available option.?
I have a dedicated server with virtualization so can add a dedicated box for streaming if needed/better.Any info that can point me off in the right direction of how to add a live streaming service to a website would be much appreciated !
-
Decoding to specific pixel format in ffmpeg with C++
26 juillet 2019, par Lucas ZanellaI need to decode video but my video player only supports RGB8 pixel format. So I’m looking into how to do pixel format conversion in the GPU, preferably in the decoding process, but if not possible, after it.
I’ve found How to set decode pixel format in libavcodec ? which explains how to decode video on ffmpeg to an specific pixel format, as long as it’s suported by the codec.
Basically,
get_format()
is a function which chooses, from a list of supported pixel formats from the codec, a pixel format for the decoded video. My questions are :- Is this list of supported codec output formats the same for all computers ? For example, if my codec is for H264, then it will always give me the same list on all computers ? (assuming same ffmpeg version of all computers)
- If I choose any of these supported pixel formats, will the pixel format conversion always happen in the GPU ?
- If some of the pixel format conversions won’t happen in the GPU, then my question is : does
sws_scale()
function converts in the GPU or CPU ?
-
Install ffmpeg in windows 7 x64
9 avril 2013, par Bruno RibeiroI have a problem to install ffmpeg, I tried several tutorials but did not.
I tried using the dll and executables but could not get the result is always."Fatal error: Call to undefined function dl ()"
I went on the official website and downloaded the dlls did the procedure in playing in system32 and php / ex and declared the extension in php.ini but does not work.
I am using the version of php 5.3.13.
I was thinking it was the version of php what do you think ? I'm using WampServer observation