Recherche avancée

Médias (2)

Mot : - Tags -/documentation

Autres articles (28)

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

  • Submit bugs and patches

    13 avril 2011

    Unfortunately a software is never perfect.
    If you think you have found a bug, report it using our ticket system. Please to help us to fix it by providing the following information : the browser you are using, including the exact version as precise an explanation as possible of the problem if possible, the steps taken resulting in the problem a link to the site / page in question
    If you think you have solved the bug, fill in a ticket and attach to it a corrective patch.
    You may also (...)

  • 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

Sur d’autres sites (4029)

  • RTP-Server in Android 4.0 and above

    9 juin 2013, par PowerPC

    Working on Android 4.0+ above.

    I am in process of analyzing ways to live stream my camera video to Window PC using RTP , encoding MPEG-2.

    1. Is there readily available "rtp-server" in android 4.0+ ?

    2. Is following true: : "The Android platform lacks support for
      streaming protocol, which makes it difficult to stream live audio /
      video to Android enabled devices." extracted from website

    3. Currently I analyzed used the ffserver from the ffmpeg
      libraries, but the FPS is < 5. which is far slow. Did any one
      explored other solution which has more FPS ?

    4. Did anybody tried using StageFright for same ? Capturing raw data
      from camera and sending it to stagefright framework for encoding and
      then streaming the same using RTP ??

    Many Thanks.

  • avformat/mp3dec : optimize mp3_seek() for dir 0

    2 mars 2014, par Michael Niedermayer
    avformat/mp3dec : optimize mp3_seek() for dir < 0
    

    this minimizes the amount of protocol seeks and reading needed in that case

    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavformat/mp3dec.c
  • ffmpeg : look for encoding options in both avcodec and avformat

    15 août 2014, par Clément Bœsch
    ffmpeg : look for encoding options in both avcodec and avformat
    

    This patch is the same as 8a1714ad85dd5defdf1fb2baba9ababebfa47d01 but
    applied to encoding. It fixes the current clash of the -password option
    between tta decoder and the icecast protocol.

    • [DH] ffmpeg_opt.c