
Recherche avancée
Autres articles (14)
-
Les tâches Cron régulières de la ferme
1er décembre 2010, parLa gestion de la ferme passe par l’exécution à intervalle régulier de plusieurs tâches répétitives dites Cron.
Le super Cron (gestion_mutu_super_cron)
Cette tâche, planifiée chaque minute, a pour simple effet d’appeler le Cron de l’ensemble des instances de la mutualisation régulièrement. Couplée avec un Cron système sur le site central de la mutualisation, cela permet de simplement générer des visites régulières sur les différents sites et éviter que les tâches des sites peu visités soient trop (...) -
HTML5 audio and video support
13 avril 2011, parMediaSPIP uses HTML5 video and audio tags to play multimedia files, taking advantage of the latest W3C innovations supported by modern browsers.
The MediaSPIP player used has been created specifically for MediaSPIP and can be easily adapted to fit in with a specific theme.
For older browsers the Flowplayer flash fallback is used.
MediaSPIP allows for media playback on major mobile platforms with the above (...) -
Ajouter des informations spécifiques aux utilisateurs et autres modifications de comportement liées aux auteurs
12 avril 2011, parLa manière la plus simple d’ajouter des informations aux auteurs est d’installer le plugin Inscription3. Il permet également de modifier certains comportements liés aux utilisateurs (référez-vous à sa documentation pour plus d’informations).
Il est également possible d’ajouter des champs aux auteurs en installant les plugins champs extras 2 et Interface pour champs extras.
Sur d’autres sites (2970)
-
can ffmpeg record acestreaming on centos ?
29 mai 2023, par boygiandiI have a acestream link, like : acestream ://f4d77a80fa28f0a34ded0132dc1952ec328f6998 . Can I record this video with ffmpeg on Centos ?
acestream have client in centos here : http://wiki.acestream.org/wiki/index.php/Streaming/en but I still don't know how to use it. How to put acestream :// link to it and play video.
Anyone did this before ?



I can do this with sopcast, https://github.com/NapoleonWils0n/cerberus/blob/master/sopcast/sopcast-install.sh . Now I want to try with acestream.


-
Transcode a live stream by FFmpeg & Redistribute it by VLC ?
12 septembre 2016, par TakashiCan someone point me to an URL concerning exactly this ?
I spent over half an hour and couldn’t find this example..https://trac.ffmpeg.org/wiki/StreamingGuide
Even VLC can pick up the stream from ffmpeg, then redistribute it, acting as a server.
Thanks for your help !
Takashi
-
Centos 6 - FFMpeg installed on /root/bin/ ...now ? [on hold]
10 janvier 2014, par Sotiris Akis MitracosI've installed FFMPEG on my Centos6 vps using this guide
https://trac.ffmpeg.org/wiki/CentosCompilationGuide
the result is that now i cannot use the library under apache because it can be used only by root...is there a way to extend permission to all users, or how can i remove and install it for user purpose ?
thank you