Recherche avancée

Médias (2)

Mot : - Tags -/map

Autres articles (106)

  • Les autorisations surchargées par les plugins

    27 avril 2010, par

    Mediaspip core
    autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs

  • 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

  • Qu’est ce qu’un éditorial

    21 juin 2013, par

    Ecrivez votre de point de vue dans un article. Celui-ci sera rangé dans une rubrique prévue à cet effet.
    Un éditorial est un article de type texte uniquement. Il a pour objectif de ranger les points de vue dans une rubrique dédiée. Un seul éditorial est placé à la une en page d’accueil. Pour consulter les précédents, consultez la rubrique dédiée.
    Vous pouvez personnaliser le formulaire de création d’un éditorial.
    Formulaire de création d’un éditorial Dans le cas d’un document de type éditorial, les (...)

Sur d’autres sites (11253)

  • Merge commit '030de53e9cc225dc767458aedcc87efd457b4f3b'

    28 septembre 2017, par James Almer
    Merge commit '030de53e9cc225dc767458aedcc87efd457b4f3b'
    

    * commit '030de53e9cc225dc767458aedcc87efd457b4f3b' :
    libopenh264dec : Let the framework use the h264_mp4toannexb bitstream filter

    Merged-by : James Almer <jamrial@gmail.com>

    • [DH] libavcodec/libopenh264dec.c
  • how to capture audio/video from webcam and mic with flash and send to ffmpeg to encode ?

    24 février 2014, par Jú Gonçalves

    I'm trying to create a live streaming tool, that's web-based. I need to stream 2 or 3 webcams + mic to some watchers.

    I already have a media server (Flussonic) and it should receive a encoded streaming from any software or hardware. Since my app is web-based, I want to know how can I capture that webcam + mic and encode it to send to the media server.

    I know ffmpeg can encode, so I want something like this (http://www.red5-recorder.com/demo.php) to capture, but no idea how to send it to ffmpeg to encode.

    Does someone know ? It could be any library or framework, paid or free.

  • Mobile Camera live audio/video streaming and encoding

    7 juin 2015, par Strikecounter2

    I know this question has been asked a couple of times, but I still haven’t found the right answer for my question.

    I would like to code an app that is able to live-stream audio and video while the content is being recorded and then uploaded to a server. I’d prefer to have my own back-end using Parse, because I want a high scalability. I know that the video has to be encoded to a h.264 codec and the audio to an AAC codec, but I don’t know how to achieve this. I have heard of the FFmpeg framework, but I am not sure if I would violate their license if I distribute my app or even sell it to somebody else.
    I would then like to receive the stream from the server to open it on the iPhone/android phone.

    They key requirements would be :

    • Low Latency
    • About 24 fps
    • Audio/Video in sync
    • No buffering while watching

    I would like to use Swift as a programming language, but if there is no way to use a swift-wrapper for any frameworks I would focus on Objective-C too.

    I am willing to learn everything that is needed, but I don’t know where to start.