Recherche avancée

Médias (91)

Autres articles (102)

  • Multilang : améliorer l’interface pour les blocs multilingues

    18 février 2011, par

    Multilang est un plugin supplémentaire qui n’est pas activé par défaut lors de l’initialisation de MediaSPIP.
    Après son activation, une préconfiguration est mise en place automatiquement par MediaSPIP init permettant à la nouvelle fonctionnalité d’être automatiquement opérationnelle. Il n’est donc pas obligatoire de passer par une étape de configuration pour cela.

  • L’agrémenter visuellement

    10 avril 2011

    MediaSPIP est basé sur un système de thèmes et de squelettes. Les squelettes définissent le placement des informations dans la page, définissant un usage spécifique de la plateforme, et les thèmes l’habillage graphique général.
    Chacun peut proposer un nouveau thème graphique ou un squelette et le mettre à disposition de la communauté.

  • Possibilité de déploiement en ferme

    12 avril 2011, par

    MediaSPIP peut être installé comme une ferme, avec un seul "noyau" hébergé sur un serveur dédié et utilisé par une multitude de sites différents.
    Cela permet, par exemple : de pouvoir partager les frais de mise en œuvre entre plusieurs projets / individus ; de pouvoir déployer rapidement une multitude de sites uniques ; d’éviter d’avoir à mettre l’ensemble des créations dans un fourre-tout numérique comme c’est le cas pour les grandes plate-formes tout public disséminées sur le (...)

Sur d’autres sites (8056)

  • how to read a http video stream with libavcodec (ffmpeg)

    23 décembre 2011, par mwahab

    I'm trying to read a real-time http video stream (I've set one up using VLC and my webcam) using libavcodec from ffmpeg. so far I've been able to read an mpeg file fine but when I pass a url instead of the file name it hangs (I assume it's waiting for the end of the file).

    anyone have experience/ideas on how to do this ? I'm also open to alternatives if people have other suggestions.

    the end goal is to do live video-streaming on the iphone. apple's http live streaming has too much lag for what I need but that's for another post :)

    any help is greatly appreciated !

  • Windows Phone 7.1 Video (3GP,MP4) to Audio (MP3) Converter — ffmpeg on windows phone ?

    7 novembre 2011, par Hypi

    Is there a way to convert Video (3GP,MP4,etc) files stored in isolated storage of a windows phone 7.1 app to a Audio (MP3) file ?

    I initially thought ffmpeg can do something like this but I can't find a Windows Phone compatible Wrapper. Is there a library I can use or a similar one ?

  • What are the video streaming specifics : video coded parameters, web server configuration, video player ?

    8 novembre 2011, par albanx

    With my server I encode videos from any format to mp4 with ffmpeg, for making play them with flowplayer on the web site. The problem is that videos buffering is not working. Video plays once it has been fully buffered (downloaded).

    • Should mp4 videos be encoded in any particular way for having
      streaming work ?
    • Or maybe the IIS7 server need extra configuration ?
    • I am using php for getting video files : getMedia ?file=asd.mp4

    I have IIS7 web server with php. Any suggestions ?