
Recherche avancée
Autres articles (74)
-
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 ;
-
Publier sur MédiaSpip
13 juin 2013Puis-je poster des contenus à partir d’une tablette Ipad ?
Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir -
MediaSPIP 0.1 Beta version
25 avril 2011, parMediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
The zip file provided here only contains the sources of MediaSPIP in its standalone version.
To get a working installation, you must manually install all-software dependencies on the server.
If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...)
Sur d’autres sites (8548)
-
can't load loadLibrary,Fatal signal 6 (SIGABRT), code -6
8 septembre 2015, par Android EmpireWhen I use
System.loadLibrary("ffmpeg-neon")
,there is a warninglibffmpeg-neon.so has text relocations. This is wasting memory and prevents security hardening. Please fix
and an erro
libc Fatal signal 6 (SIGABRT), code -6 in tid 10203
The source from https://github.com/appunite/AndroidFFmpeg.I build it on Unubtu-14.04.3-64bit,NDK-r10e
-
Creating an RTSP server using Node.js
3 juin 2020, par MaorationWhat would be the easiest, yet most reliable way to deploy my node.js server as an RTSP server :
Gstreamer ? some node Gstreamer wrapper ? some other code package ?



I'm using ffmpeg to process incoming security camera videos. I'm looking for a solution that would make it possible for me to output from ffmpeg to my rtsp server (on rtsp ://localhost:port/STREAM_NAME *probably something like this) so that clients would be able to play the live video using vlc or equivalent RTSP players (on rtsp ://my_server:port/STREAM_NAME)



And most importantly, I'm looking for an MIT licensed code to use, or something open-source or for free commercial use.



So, any suggestions ?


-
Cant install ffmpeg on my centos 6.8 [migrated]
6 février 2017, par Cain NukeHi,
I am trying to install ffmpeg with this command :
yum install ffmpeg ffmpeg-devel
but I get this error
Loaded plugins: fastestmirror, refresh-packagekit, security
Setting up Install Process
Determining fastest mirrors
Error: Cannot find a valid baseurl for repo: base
YumRepo Error: All mirror URLs are not using ftp, http[s] or file.
Eg. Invalid release/
removing mirrorlist with no valid mirrors: /var/cache/yum/x86_64/$releasever/base/mirrorlist.txtWhy is that ?
Thank you.