Recherche avancée

Médias (1)

Mot : - Tags -/belgique

Autres articles (101)

  • 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

  • Support audio et vidéo HTML5

    10 avril 2011

    MediaSPIP utilise les balises HTML5 video et audio pour la lecture de documents multimedia en profitant des dernières innovations du W3C supportées par les navigateurs modernes.
    Pour les navigateurs plus anciens, le lecteur flash Flowplayer est utilisé.
    Le lecteur HTML5 utilisé a été spécifiquement créé pour MediaSPIP : il est complètement modifiable graphiquement pour correspondre à un thème choisi.
    Ces technologies permettent de distribuer vidéo et son à la fois sur des ordinateurs conventionnels (...)

  • Configuration spécifique d’Apache

    4 février 2011, par

    Modules spécifiques
    Pour la configuration d’Apache, il est conseillé d’activer certains modules non spécifiques à MediaSPIP, mais permettant d’améliorer les performances : mod_deflate et mod_headers pour compresser automatiquement via Apache les pages. Cf ce tutoriel ; mode_expires pour gérer correctement l’expiration des hits. Cf ce tutoriel ;
    Il est également conseillé d’ajouter la prise en charge par apache du mime-type pour les fichiers WebM comme indiqué dans ce tutoriel.
    Création d’un (...)

Sur d’autres sites (10960)

  • How to stream the desktop using FFMPEG , and set the output to http://127.0.0.1:8080

    26 décembre 2023, par Yamine Klioui

    i am trying to use FFMPEG on windows to stream my entire desktop, through my localhost address : 127.0.0.1:8080 , and it will be accessible from another computer in the same network , using vlc by opening network url, or embed it in a source video file for exemple.
i tried the commande here :

    


    ffmpeg -f gdigrab -framerate 6 -i desktop output.mp4  


    


    but this record the entire desktop (what i want to do) and store it in ouput.mp4 file , i tried changing it to :

    


        ffmpeg -f gdigrab -framerate 6 -i desktop http://127.0.0.1:8080


    


    but i get this error :

    


    [gdigrab @ 0000023b7ee4e540] Capturing whole desktop as 1920x1080x32 at (0,0)
[gdigrab @ 0000023b7ee4e540] Stream #0 : not enough frames to estimate rate ; consider increasing probesize
Input #0, gdigrab, from 'desktop' :
Duration : N/A, start : 1625841636.774340, bitrate : 398133 kb/s
Stream #0:0 : Video : bmp, bgra, 1920x1080, 398133 kb/s, 6 fps, 1000k tbr, 1000k tbn
[NULL @ 0000023b7ee506c0] Unable to find a suitable output format for 'http://127.0.0.1:8080'
http://127.0.0.1:8080 : Invalid argument

    


    but i want to set the output as : http://127.0.0.1:8080
how should i do that ?

    


    Update :
I found this command :

    


    ffmpeg -f gdigrab -framerate 30 -i desktop -vcodec mpeg4 -q 12 -f mpegts http://127.0.0.1:8080

    


    it seems to stream, but i am not able to open it from nor vlc nor media player

    


  • lavf/http: deprecate user-agent option

    16 septembre 2016, par Steven Liu
    lavf/http: deprecate user-agent option
    
    • [DH] doc/protocols.texi
    • [DH] libavformat/http.c
    • [DH] libavformat/version.h
  • avformat/http: Avoid calling http_shutdown() if end of chunk is signalled already

    25 décembre 2017, par Karthick Jeyapal
    avformat/http: Avoid calling http_shutdown() if end of chunk is signalled already
    
    • [DH] libavformat/http.c