Recherche avancée

Médias (91)

Autres articles (76)

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

  • De l’upload à la vidéo finale [version standalone]

    31 janvier 2010, par

    Le chemin d’un document audio ou vidéo dans SPIPMotion est divisé en trois étapes distinctes.
    Upload et récupération d’informations de la vidéo source
    Dans un premier temps, il est nécessaire de créer un article SPIP et de lui joindre le document vidéo "source".
    Au moment où ce document est joint à l’article, deux actions supplémentaires au comportement normal sont exécutées : La récupération des informations techniques des flux audio et video du fichier ; La génération d’une vignette : extraction d’une (...)

Sur d’autres sites (8537)

  • Fix old Flash 8 onload() edge case where loading from cache might return "didLoad : false", fix by checking for duration.

    18 juin 2012, par Scott Schiller

    m script/soundmanager2-jsmin.js m script/soundmanager2-nodebug-jsmin.js m script/soundmanager2-nodebug.js m script/soundmanager2.js Fix old Flash 8 onload() edge case where loading from cache might return "didLoad : false", fix by checking for (...)

  • FFMPEG to Youtube Live

    12 juin 2020, par Vishnu Prassad

    I have an audio stream, im using ffmpeg to stream it to youtube live with an image as background with following command,

    



    ffmpeg -loop 1 -i x.jpg -i  http://xxx.xxx.xxx.xxxx:5305/stream -c:a aac -s 1280x720 -ab 128k -strict experimental -f flv rtmp://a.rtmp.youtube.com/live2/xxxxx

    



    But im getting the following message on youtube,

    



    
YouTube is not receiving enough video to maintain smooth streaming. As such, viewers will experience buffering

this cause buffering in the output stream.

    



    Any one know how to fix it ?

    



    Helps would be appreciated.

    


  • FFMPEG to Youtube Live

    4 mai 2017, par Vishnu Prassad

    I have an audio stream, im using ffmpeg to stream it to youtube live with an image as background with following command,

    ffmpeg -loop 1 -i x.jpg -i  http://xxx.xxx.xxx.xxxx:5305/stream -c:a aac -s 1280x720 -ab 128k -strict experimental -f flv rtmp://a.rtmp.youtube.com/live2/xxxxx

    But im getting the following message on youtube,

    YouTube is not receiving enough video to maintain smooth streaming. As such, viewers will experience buffering

    this cause buffering in the output stream.

    Any one know how to fix it ?

    Helps would be appreciated.