
Recherche avancée
Médias (1)
-
Video d’abeille en portrait
14 mai 2011, par
Mis à jour : Février 2012
Langue : français
Type : Video
Autres articles (96)
-
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 (...) -
(Dés)Activation de fonctionnalités (plugins)
18 février 2011, parPour gérer l’ajout et la suppression de fonctionnalités supplémentaires (ou plugins), MediaSPIP utilise à partir de la version 0.2 SVP.
SVP permet l’activation facile de plugins depuis l’espace de configuration de MediaSPIP.
Pour y accéder, il suffit de se rendre dans l’espace de configuration puis de se rendre sur la page "Gestion des plugins".
MediaSPIP est fourni par défaut avec l’ensemble des plugins dits "compatibles", ils ont été testés et intégrés afin de fonctionner parfaitement avec chaque (...) -
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 (7851)
-
How to install youtube-to-gif in the Linux server ?
8 janvier 2016, par ChinuHi I am using Linux cloud server. I have successfully installed
ffmpeg
andnodeJS
by server support team. But I am unable to install youtube-to-gifMy nodeJS version is - 2.5.1
ffmpeg version is - 0.8.17-4:0.8.17-0ubuntu0.12.04.1I have tried to installed
youtube-to-gif
in following command$ sudo npm install youtube-to-gif -g
or
$ npm install youtube-to-gif -g
This two command not working. I saw
youtube-to-gif
installed in the node_modules directory but when i am typing$ youtube-to-gif -h
I got this error message-bash: youtube-to-gif: command not found
YouTube to GIF command
youtube-to-gif -u https://www.youtube.com/watch?v=NqxSgp385N0 -b 30 -d 5
SERVER
Local
Document - https://www.npmjs.com/package/youtube-to-gif
I am not sure this is perfectly installed or not. But
youtube-to-gif
command not working. Can you please help me. -
Forwarding an RTSP stream from IP camera to youtube [closed]
30 avril 2024, par cbakeI have an IP camera (Foscam FI9800P) capable of sending an RTSP stream (I've confirmed using VLC the stream works). I want to stream the video from that camera to youtube.



I'm guessing the camera can't send it to youtube directly, so I need a device in the middle. Something like :



IP Camera —> Raspberry Pi —> Youtube live



Ideally I'd like to do this without re-encoding the video along the way. ffmpeg appears to be able to do this, but it has many options and I haven't been able to figure out all its command line options.



Any suggestions to how I can do this ?


-
YouTube live says not receiving data
17 novembre 2018, par Steve LobdellSo, I’m using ffmpeg. I can stream videos to YouTube live I’ve downloaded from the internet successfully using this command :
ffmpeg -re -i "C:\video.flv" -c:v libx264 -preset slow -crf 18 -c:a copy -f flv "rtmp://a.rtmp.youtube.com/live2/xyz"
When I try to stream a video that’s been recorded from a specific device, that is also flv and with same command, it’s not working. FFMpeg says it’s transmitting, no errors there. In the live dashboard on YouTube I get a green "Starting" briefly but then it goes grey to say it’s not receiving data. The only difference is the actual flv files.
Any idea why YouTube Live would say it’s not receiving any data instead of giving me an error, when it clearly is receiving it because it works with other video files ? Thanks