Recherche avancée

Médias (2)

Mot : - Tags -/map

Autres articles (82)

  • Use, discuss, criticize

    13 avril 2011, par

    Talk to people directly involved in MediaSPIP’s development, or to people around you who could use MediaSPIP to share, enhance or develop their creative projects.
    The bigger the community, the more MediaSPIP’s potential will be explored and the faster the software will evolve.
    A discussion list is available for all exchanges between users.

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

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

  • Revision 69583 : On continue à releaser. MediaSPIP Player, le lecteur utilisé par ...

    1er février 2013, par kent1@… — Log

    On continue à releaser. MediaSPIP Player, le lecteur utilisé par http://www.mediaspip.net . Même si développé pour la distribution MediaSPIP, il reste compatible avec SPIP de base. Sa documentation est là http://player.mediaspip.net/documentation/

  • YUV Player on Linux for streaming video

    11 février 2017, par guraaf

    Is there any YUV video/frame player for Linux ? Source code not required. My code will be generating video frames at some interval, typically 30fps but could vary based on performance and other factors. I want to display the new frame available on screen.

    Right now, I dump the output of my code to a binary file and then view it later but I want a real-time YUV viewer that I can hook up to my code and keep refreshing the screen. Any tools or tips ?

    Thanks a lot !

  • RTSP player performance

    22 janvier 2015, par user2934930

    I am struggling with rtsp playing performance i tried android mediaplayer to play the rtsp link but the delay is about 5 second. Then i came to know about Gstreamer and ffmpeg i have started exploring the gstreamer library to create a rtsp player there is a post on android which says that you can get the performance of <500ms delay.

    So is there is any work done on android to acheive that performance or i have to create it by myself