Recherche avancée

Médias (1)

Mot : - Tags -/blender

Autres articles (22)

  • La file d’attente de SPIPmotion

    28 novembre 2010, par

    Une file d’attente stockée dans la base de donnée
    Lors de son installation, SPIPmotion crée une nouvelle table dans la base de donnée intitulée spip_spipmotion_attentes.
    Cette nouvelle table est constituée des champs suivants : id_spipmotion_attente, l’identifiant numérique unique de la tâche à traiter ; id_document, l’identifiant numérique du document original à encoder ; id_objet l’identifiant unique de l’objet auquel le document encodé devra être attaché automatiquement ; objet, le type d’objet auquel (...)

  • Problèmes fréquents

    10 mars 2010, par

    PHP et safe_mode activé
    Une des principales sources de problèmes relève de la configuration de PHP et notamment de l’activation du safe_mode
    La solution consiterait à soit désactiver le safe_mode soit placer le script dans un répertoire accessible par apache pour le site

  • Use, discuss, criticize

    13 avril 2011, par

    Talk to people directly involved in MediaSPIP’s development, or to people around you who could use MediaSPIP to share, enhance or develop their creative projects.
    The bigger the community, the more MediaSPIP’s potential will be explored and the faster the software will evolve.
    A discussion list is available for all exchanges between users.

Sur d’autres sites (5166)

  • Live Audio Streaming with live555

    19 août 2014, par Godspped

    I am trying to send a MP2 encoded frame via RTSP (live555) from a live source, (microphone). I am using ffmpeg to encode audio stream, and I am sending it overriding FramedSource and for the OnDemandServer I am using MPEG1or2AudioRTPSink.hh and MPEG1or2AudioStreamFramer.hh.

    Now in VLC I get to hear maybe half a second worth of sound and then it just stops... I dont know what I am doing wrong.

    Has anyone experienced this problem before ? Am I doing this right, should I be override a different class ?

    Thanks in advance.

  • How can i do Facebook Live (page) using FFMPEG

    15 août 2021, par Amjad Dader

    SOLVED & EDITED -

    


    Catch : Doing live stream on Facebook with FMMPEG.

    


    In past it was easy i did many times as facebook was using rtmp.
But now facebook is using RTMPS so i am getting different errors i have tried 100 commands.
I have a image test.png and a audio file test.m4a (its a podcast) and facebook stream key is 1234.
( i have tried 100 types of commands so cant post here and cant post errors aswell.)
so please can someone help me to go live on my facebook page with image+m4a file.
i prefer centos but i will manage ubuntu if you prefer.
Regards..

    


    Solved : See my answer might help someone.

    


  • YouTube Live iOS

    20 janvier 2016, par David McSpadden

    I have a YouTube live streaming currently set up here :
    https://www.youtube.com/watch?v=pOeMoXdU6jI

    Everything works great - except iOS devices intermittently fail to play the stream. Looking through the device logs and raw m3u8 files I notice that one .TS segment length is > 10, which is where the file fails to play throwing an error that the EXTINF is greater than double the expected length.

    If I turn off the "DVR" function in the YouTube Live Control Panel everything works perfectly since the single .TS file (sometimes 4 hours ago) is no longer present in the m3u8 file.

    I’m streaming to YouTube via ffmpeg and have other camera angles that seem to fail less frequently (but they do fail).

    Has anyone else experienced this ? It seems like a bug on the YouTube side - but they haven’t been any help.