Recherche avancée

Médias (1)

Mot : - Tags -/musée

Autres articles (59)

  • Des sites réalisés avec MediaSPIP

    2 mai 2011, par

    Cette page présente quelques-uns des sites fonctionnant sous MediaSPIP.
    Vous pouvez bien entendu ajouter le votre grâce au formulaire en bas de page.

  • Le profil des utilisateurs

    12 avril 2011, par

    Chaque utilisateur dispose d’une page de profil lui permettant de modifier ses informations personnelle. Dans le menu de haut de page par défaut, un élément de menu est automatiquement créé à l’initialisation de MediaSPIP, visible uniquement si le visiteur est identifié sur le site.
    L’utilisateur a accès à la modification de profil depuis sa page auteur, un lien dans la navigation "Modifier votre profil" est (...)

  • Ajouter des informations spécifiques aux utilisateurs et autres modifications de comportement liées aux auteurs

    12 avril 2011, par

    La manière la plus simple d’ajouter des informations aux auteurs est d’installer le plugin Inscription3. Il permet également de modifier certains comportements liés aux utilisateurs (référez-vous à sa documentation pour plus d’informations).
    Il est également possible d’ajouter des champs aux auteurs en installant les plugins champs extras 2 et Interface pour champs extras.

Sur d’autres sites (4037)

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

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

  • Record live stream and save in .mp4 using FFMPEG

    16 mars 2016, par Bhavesh Desai

    I want to record live stream and save in .mp4 file and store it to sd card.

    Using FFMPEG lib.

    I have tried with ffmpeg command and that record video, but i want to record from android with native call using android ndk.