Recherche avancée

Médias (0)

Mot : - Tags -/diogene

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (81)

  • MediaSPIP v0.2

    21 juin 2013, par

    MediaSPIP 0.2 est la première version de MediaSPIP stable.
    Sa date de sortie officielle est le 21 juin 2013 et est annoncée ici.
    Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
    Comme pour la version précédente, 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 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 (...)

  • 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

Sur d’autres sites (8883)

  • Live streaming using FFMPEG [migrated]

    15 mars 2013, par Luuk D. Jansen

    This is rather a simple question, but I cannot find the answer.
    I need to stream from a capture device to a server, and then have FFMPEG on the server re-code the stream suitable for HLS.

    But how do I do this ?
    I looked at Flash Media Live Encoder and VLC and ffserver but cannot really get my handle on how this should work. Basically it just seems to me I need a program to sent to a server, which accepts the stream (and maybe some user authentication) and then makes the stream available for use. I already have a system that takes files and encodes them for HLS, so then I can just as input parameter point to this application on the local server to take the stream and start encoding.

    edit : it is really only the step to accept e.g. a rtmp connection and make that available to FFMPEG on the same server. I was hoping that e.g. ffserver could do that, but I don't think so.

  • Android Rendering Live H.264 over RTSP

    4 juin 2013, par Lior Ohana

    I'm trying to decode (and render) live H.264 over RTSP in an Android app.
    Assuming, there are no network latency issues, the latency should not exceed several seconds.

    The first try was to use the MediaPlayer which was fine but the internal buffering of the infrastructure causes delays of 10-15 seconds.

    Right now the main dilemma is between using the new MediaCodec APIs or with FFMPeg.

    I know there are many tutorials/samples out there talking about FFMPeg but I didn't see any comparison.
    I think I understand most of the pros/cons for each but before spending ages on making one of them working I would like to be sure.

  • VOD Streaming While Live Recording RTMP

    7 février 2019, par Nick Dario

    I need to collect a live stream of audio and offer it as a stream playable from the start, while recording is in progress.

    

It is important the audio is processed from the beginning, and it must be processed within 1 second.

    I am using SRS (simple RTMP server) to handle the rtmp stream, the server allows me to record the stream to a file, but I have not been able to offer the file as a stream.



    What set of tools or methods using SRS, another audio software (possibly ffmpeg), or raw audio manipulation, can achieve this ?