Recherche avancée

Médias (1)

Mot : - Tags -/book

Autres articles (83)

  • Encoding and processing into web-friendly formats

    13 avril 2011, par

    MediaSPIP automatically converts uploaded files to internet-compatible formats.
    Video files are encoded in MP4, Ogv and WebM (supported by HTML5) and MP4 (supported by Flash).
    Audio files are encoded in MP3 and Ogg (supported by HTML5) and MP3 (supported by Flash).
    Where possible, text is analyzed in order to retrieve the data needed for search engine detection, and then exported as a series of image files.
    All uploaded files are stored online in their original format, so you can (...)

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

  • MediaSPIP Player : problèmes potentiels

    22 février 2011, par

    Le lecteur ne fonctionne pas sur Internet Explorer
    Sur Internet Explorer (8 et 7 au moins), le plugin utilise le lecteur Flash flowplayer pour lire vidéos et son. Si le lecteur ne semble pas fonctionner, cela peut venir de la configuration du mod_deflate d’Apache.
    Si dans la configuration de ce module Apache vous avez une ligne qui ressemble à la suivante, essayez de la supprimer ou de la commenter pour voir si le lecteur fonctionne correctement : /** * GeSHi (C) 2004 - 2007 Nigel McNie, (...)

Sur d’autres sites (11303)

  • live stream desktop to android tablet and delay

    25 août 2013, par Nani

    I am trying to live stream the desktop to android tablet. Here is what I did

    1) Capture the screen using the ffmpeg

    ffmpeg -y -f x11grab -s 800x600 -r 20 -i :0 http://x.x.x.x:8090/feed1.ffm

    2) Stream using ffserver

    Here is partial ffserver.conf file

    <stream test="test">
    Feed feed1.ffm
    Format flv
    NoAudio                                                
    VideoSize 800x600                                      
    </stream>

    3) Play the stream on the tablet (Android 4.3) using URL "http://x.x.x.x:8090/test"

    I am able to see the desktop on tablet with few issues
    1) There is around 6 to 8 secs delay in the video
    2) player shows a warning "first frame is no keyframe"

    When I changed the "Format flv" to "Format mpegts" in "ffserver.conf" file the warning is gone. But the delay is still there.

    Is there a way to reduce the delay ?

    Am I using the correct format ?

    I want to achieve at max 2 sec delay for my desktop streaming.

  • how to pause the video in FFmpeg [on hold]

    17 février 2014, par Hadi M.NourAllah

    I am using IFrameExtractor and I want to make pause button how can i make it

  • MinGW 64 bit , installing [on hold]

    27 février 2014, par Mark Yang

    I'm trying to compile FFMPEG in 64 bit. It seems that require mingw 64 bit. But It's quite complicate and there is no simple instruction for that. How can I do that ?