Recherche avancée

Médias (0)

Mot : - Tags -/xmlrpc

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

Autres articles (48)

  • La sauvegarde automatique de canaux SPIP

    1er avril 2010, par

    Dans le cadre de la mise en place d’une plateforme ouverte, il est important pour les hébergeurs de pouvoir disposer de sauvegardes assez régulières pour parer à tout problème éventuel.
    Pour réaliser cette tâche on se base sur deux plugins SPIP : Saveauto qui permet une sauvegarde régulière de la base de donnée sous la forme d’un dump mysql (utilisable dans phpmyadmin) mes_fichiers_2 qui permet de réaliser une archive au format zip des données importantes du site (les documents, les éléments (...)

  • 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

  • HTML5 audio and video support

    13 avril 2011, par

    MediaSPIP uses HTML5 video and audio tags to play multimedia files, taking advantage of the latest W3C innovations supported by modern browsers.
    The MediaSPIP player used has been created specifically for MediaSPIP and can be easily adapted to fit in with a specific theme.
    For older browsers the Flowplayer flash fallback is used.
    MediaSPIP allows for media playback on major mobile platforms with the above (...)

Sur d’autres sites (11010)

  • How to stream ffserver/avserver live feeds to zoneminder ? [closed]

    14 mars 2013, par CoryG

    I've set up an avserver (the newer name for ffserver) and want to stream it to zoneminder - how do I do this ?

  • how to specify duration in live m3u8 stream using ffmpeg ?

    19 mars 2013, par user1788736

    I want to specify a duration for example 4 min when using ffmpeg but i keep getting error :

    ffmpeg -i "./test.m3u8" -t 04:00 "output.mp4"

    and error i get is this :

    Invalid duration specification for t: 04:00

    also these warnings in yellow color :

    max_analyze_duration 5000000 reached at 5014800
    Could not find codec parameters (Video: h264 (
    Could not find codec parameters (Audio: aac (
    Could not find codec parameters (Video: h264 (
    Could not find codec parameters (Audio: aac (

    hope you guys help me what i am doing wrong. Thanks in advance.

  • Is Java fast enough to do live screensharing ?

    10 mars 2012, par user1260501

    For the past few months, a developer and I have been working on a screensharing applet that streams to a media server like Wowza or Red5, but no matter what we do, we have about 5 seconds of latency, which is too long for a live application where people are interacting with each other. We've tried xuggle, different encoders, different players, different networks, different media servers, and even streaming locally, there's significant latency.

    So, I'm beginning to wonder…

    Is Java fast enough to do live screensharing ?

    I've seen lots of screen recording applets written in Java, but none of them are streaming live. Everything that's done live, such as GoToMeeting, seems to use C++. I'm thinking maybe there's a reason.

    It's not a compression problem. Using ScreenVideo, we've compressed an hour-long stream down to about 100 MB, and we have plenty of bandwidth. The processor isn't overloaded doing the compression, either, but it seems to be taking too much time. We are getting the best results from some code pulled out of BigBlueButton, but still, the latency is terrible.

    Streaming the WebCam, on the other hand, is nice and snappy. Almost no latency at all. So, the problem is the applet.

    The only other idea I can think of is somehow emulating a WebCam with Java. Not sure if that would be faster or not.

    Ideas ? Or should I just give up on Java and do this in C++ ? I would hate to do that, because then I would have to create different versions for different platforms, but if it's the only way, it's the only way.