Recherche avancée

Médias (1)

Mot : - Tags -/lev manovitch

Autres articles (99)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

  • 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

  • Problèmes fréquents

    10 mars 2010, par

    PHP et safe_mode activé
    Une des principales sources de problèmes relève de la configuration de PHP et notamment de l’activation du safe_mode
    La solution consiterait à soit désactiver le safe_mode soit placer le script dans un répertoire accessible par apache pour le site

Sur d’autres sites (7474)

  • ffmpeg rtsp over http not working

    17 novembre 2017, par kooli

    I put this conf on ffserver

    HTTPPort 1234
    RTSPPort 1235
    <stream>
    Format rtp

    Feed feed1.ffm
    VideoCodec libx264
    VideoFrameRate 24
    VideoBitRate 100
    VideoSize 480x272
    AVOptionVideo flags +global_header
    </stream>

    I stream with this command

    ffmpeg -i file.h264 http://127.0.0.1:1234/feed1.ffm

    When I watch this stream I can watch via udp and tcp on this url :

    rtsp://127.0.0.1:1235/live.h264

    but i want to stream with rtsp over http(http tunneling).

    How can I do it please ??

  • http: Use a constant for the supported header size

    22 juillet 2014, par Luca Barbato
    http: Use a constant for the supported header size
    
    • [DBH] libavformat/http.c
    • [DBH] libavformat/http.h
  • README : replace http with https

    6 octobre 2015, par Ganesh Ajjanagadde
    README : replace http with https
    

    Signed-off-by : Ganesh Ajjanagadde <gajjanagadde@gmail.com>
    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] README.md