Recherche avancée

Médias (91)

Autres articles (16)

  • Configurer la prise en compte des langues

    15 novembre 2010, par

    Accéder à la configuration et ajouter des langues prises en compte
    Afin de configurer la prise en compte de nouvelles langues, il est nécessaire de se rendre dans la partie "Administrer" du site.
    De là, dans le menu de navigation, vous pouvez accéder à une partie "Gestion des langues" permettant d’activer la prise en compte de nouvelles langues.
    Chaque nouvelle langue ajoutée reste désactivable tant qu’aucun objet n’est créé dans cette langue. Dans ce cas, elle devient grisée dans la configuration et (...)

  • Contribute to a better visual interface

    13 avril 2011

    MediaSPIP is based on a system of themes and templates. Templates define the placement of information on the page, and can be adapted to a wide range of uses. Themes define the overall graphic appearance of the site.
    Anyone can submit a new graphic theme or template and make it available to the MediaSPIP community.

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

  • Flash / FFMPEG / Linux Video Broadcasting [closed]

    4 avril 2013, par Grant Adkins

    I'm looking for a way to have a "virtual" online tv network.. kinda like shoutcast radio with auto dj where I can set the programing lineup or just randomize from files on the server and maybe the possibility of having live streams as well.. all to be streaming 24/7 on a website hopefully with a flash or dependable player..

    I've kinda looked into nullsoft video
    but does anyone else know a solution that might help ?

  • Anomalie #2676 : IE8 : les onchange et tests checked ont des comportements bizarres

    26 mars 2013, par b b

    Salut, je viens de fermer un ticket doublon que j’ai ajouté en demande liée. Dans ce ticket je proposais aussi de passer par onclick, mais je viens de lire les arguments de Cedric contre cette solution et je les comprends. En cherchant un peu, je suis tombé là dessus : http://www.tudury.fr/?p=43 (...)

  • grabbing image frame from RTSP

    22 mars 2013, par Christopher Haag

    I have read many posts on this topic, but have yet to find a solution that works.

    I have tried VLC as well as FFMPEG to capture a frame every 10 seconds from an RTSP stream my surveillance system produces. I receive UDP timeout, trying TCP errors with FFMPEG, this is the closest I have got it to working.

    I am looking for a command which I can throw into a windows batch file which will initiate the stream, and begin dumping a file of the same name into a directory (the image must overwrite itself every 10 seconds). Any help will be very much appreciated ! Thanks !