Recherche avancée

Médias (91)

Autres articles (81)

  • MediaSPIP version 0.1 Beta

    16 avril 2011, par

    MediaSPIP 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 (...)

  • MediaSPIP 0.1 Beta version

    25 avril 2011, par

    MediaSPIP 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 (...)

  • Le profil des utilisateurs

    12 avril 2011, par

    Chaque utilisateur dispose d’une page de profil lui permettant de modifier ses informations personnelle. Dans le menu de haut de page par défaut, un élément de menu est automatiquement créé à l’initialisation de MediaSPIP, visible uniquement si le visiteur est identifié sur le site.
    L’utilisateur a accès à la modification de profil depuis sa page auteur, un lien dans la navigation "Modifier votre profil" est (...)

Sur d’autres sites (7340)

  • How to install youtube-to-gif in the Linux server ?

    8 janvier 2016, par Chinu

    Hi I am using Linux cloud server. I have successfully installed ffmpeg and nodeJS by server support team. But I am unable to install youtube-to-gif

    My nodeJS version is - 2.5.1
    ffmpeg version is - 0.8.17-4:0.8.17-0ubuntu0.12.04.1

    I 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

    enter image description here

    YouTube to GIF command

    youtube-to-gif -u https://www.youtube.com/watch?v=NqxSgp385N0 -b 30 -d 5

    SERVER

    enter image description here

    Local

    enter image description here

    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 cbake

    I 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 Lobdell

    So, 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