Recherche avancée

Médias (1)

Mot : - Tags -/karaoke

Autres articles (56)

  • Publier sur MédiaSpip

    13 juin 2013

    Puis-je poster des contenus à partir d’une tablette Ipad ?
    Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir

  • HTML5 audio and video support

    13 avril 2011, par

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

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

  • Node js Error : child_process.js:927 throw errnoException(process._errno, 'spawn') ;

    27 janvier 2014, par Pratik

    Environment : I am using spawn child_process for the sake of merging videos by ffmpeg in Node js in Ubuntu server . In an interval of 10 secs, ffmpeg is merging a new incoming video to the old one which already exists in a folder.

    Error :

    child_process.js:927
       throw errnoException(process._errno, 'spawn');
             ^
    Error: spawn ENOMEM
       at errnoException (child_process.js:980:11)
       at ChildProcess.spawn (child_process.js:927:11)
       at exports.spawn (child_process.js:715:9)
       at /home/ubuntu/node/routes/xxxx.js:785:32
       at Object.oncomplete (fs.js:107:15)

    My attempts to solve :

    I researched and found that this is due to open file descriptors limit in the Ubuntu server. Following that I increased my open file descriptors limit to 1048570 but still I am getting the error.

    Thanks

    I would be thankful if anyone suggests me an effective solution to sort out this error.

  • Core : Throw better errors for bad rule methods

    10 février 2015, par ryleyb
    Core : Throw better errors for bad rule methods
    

    99% of type errors in this situation are misspelled rules, so be
    specific in the throw

    Closes #1395

  • Don't throw an error if flushing the output buffer fails. Closes #3201

    29 juin 2014, par blueimp
    Don’t throw an error if flushing the output buffer fails. Closes #3201