
Recherche avancée
Médias (1)
-
The pirate bay depuis la Belgique
1er avril 2013, par
Mis à jour : Avril 2013
Langue : français
Type : Image
Autres articles (109)
-
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 (...) -
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 (...) -
ANNEXE : Les plugins utilisés spécifiquement pour la ferme
5 mars 2010, parLe site central/maître de la ferme a besoin d’utiliser plusieurs plugins supplémentaires vis à vis des canaux pour son bon fonctionnement. le plugin Gestion de la mutualisation ; le plugin inscription3 pour gérer les inscriptions et les demandes de création d’instance de mutualisation dès l’inscription des utilisateurs ; le plugin verifier qui fournit une API de vérification des champs (utilisé par inscription3) ; le plugin champs extras v2 nécessité par inscription3 (...)
Sur d’autres sites (10856)
-
commande ffmpeg not working from php [on hold]
29 août 2016, par Elmehdi AlloulI have a PHP file which executes a command :
echo shell_exec ( 'ffmpeg -i "http://ip:8000/play/a02o" -b:v 1000k -vb 1000k -minrate 1000k -maxrate 1000k -aspect 16:9 -s 720x480 -vprofile main -r 25 -threads 4 -bufsize 1500k -c:v libx264 -preset veryfast -g 60 -acodec libmp3lame -ar 44100 -ab 64k -strict experimental -f flv "rtmp://127.0.0.1:708/live/test" > /dev/null 2>/dev/null & ' ) ;
Everything is okay now, but when I restart nginx service, I’m forced to rerun the command again. Is there any way to start this command every time it is stopped ? Also, how can I know the status of the streaming, i.e., whether it is started or not ?
-
Evolution #3503 (Fermé) : ajaxReload et formulaire_traiter
3 mai 2017, par cedric -sauf que "redirect" a un sens dans tous les contextes (qu’on soit en ajax ou non), alors que ’ajaxreload’ n’a de sens que si on est en ajax, et qui plus est uniquement dans le cas d’une page qui contient certains blocs. Ça devient donc complètement non générique et à ce titre il semble difficile d’intégrer ça au core.
Cela dit je pense que ça peux se maquetter en plugin sans problème : un pipeline sur formulaire_traiter qui prend l’éventuel ajax_reload du resultat et le transforme dans le html idoine, injecté dans message_ok. Ça te rendra le même service -
Download 5 second of a RTSP stream without FFMPEG
26 juin 2018, par Jean Bon CruI have a RTSP stream from my FreeBox
rtsp://mafreebox.freebox.fr/fbxtv_pub/stream?namespace=1&service=372&flavour=sd
How to download 5 seconds of the RTSP stream without FFMPEG in mp4 file