Recherche avancée

Médias (2)

Mot : - Tags -/plugins

Autres articles (57)

  • Personnaliser en ajoutant son logo, sa bannière ou son image de fond

    5 septembre 2013, par

    Certains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;

  • Emballe Médias : Mettre en ligne simplement des documents

    29 octobre 2010, par

    Le plugin emballe médias a été développé principalement pour la distribution mediaSPIP mais est également utilisé dans d’autres projets proches comme géodiversité par exemple. Plugins nécessaires et compatibles
    Pour fonctionner ce plugin nécessite que d’autres plugins soient installés : CFG Saisies SPIP Bonux Diogène swfupload jqueryui
    D’autres plugins peuvent être utilisés en complément afin d’améliorer ses capacités : Ancres douces Légendes photo_infos spipmotion (...)

  • Ecrire une actualité

    21 juin 2013, par

    Présentez les changements dans votre MédiaSPIP ou les actualités de vos projets sur votre MédiaSPIP grâce à la rubrique actualités.
    Dans le thème par défaut spipeo de MédiaSPIP, les actualités sont affichées en bas de la page principale sous les éditoriaux.
    Vous pouvez personnaliser le formulaire de création d’une actualité.
    Formulaire de création d’une actualité Dans le cas d’un document de type actualité, les champs proposés par défaut sont : Date de publication ( personnaliser la date de publication ) (...)

Sur d’autres sites (4950)

  • Using ffmpeg to stream to Facebook Live Video : can preview, but not go live

    17 novembre 2016, par Einar Magnússon

    I am trying to stream a webpage to Facebook Live video using ffmpeg. I know I can use OBS, but I’m trying to do it from a server, so I can’t go with OBS. It works fine when I’m previewing, but as soon as I press ’Go live’, at first it seems like it’s starting, but then when it takes me to the live view it just says that the video has ended. I even checked the error of the video log using Graph API, nothing. I’m using PhantomJS to pipe screenshots to ffmpeg :

    phantomjs phantom.js | ffmpeg -y -c:v mjpeg \
    -f image2pipe \
    -r 5 -i \
    - -c:v libx264 \
    -x264-params keyint=5 \
    -b:v 1000k -minrate 1000k -maxrate 1000k -bufsize 500k \
    -f flv 'rtmp://rtmp-api.facebook.com:80/rtmp/xxxxxxxxxxxxxxxx'

    As I said, it’s working fine in the preview of the live stream on Facebook, but just ends immediately when I go live. I added the bitrate options to try to keep a constant bitrate as mandated by Facebook (https://developers.facebook.com/docs/videos/live-video/production-broadcasts), and I have a keyframe every 5 frames (rather low frame rate at 5fps) so that requirement is fulfilled as well.

    I’m not sending any audio, could that cause a problem ?

  • Browser downloads video stream instead of playing it

    25 février 2019, par ilmix

    I’m trying to stream video from IP camera to browser using ffmpeg and ffserver but if I try to open stream in any browser it starts downloading it instead of playing. I’ve tried to display video using <video></video> tag but that doesn’t work either : Here is the code I used :

    <video width="800" height="600" controls="controls">
           <source src="http://10.10.7.19:8090/cam4.mp4" type="video/mp4">
    </source></video>

    The stream works fine in vlc, it is H.264 stream. ffserver shows buffer underflow errors when I try to view it in chrome.
    When I try to open it in firefox I get No video with supported format and MIME type found error on video element.

    How do I make it work ? Also, are there any tools for debugging video streams on Chrome or Firefox (console doesn’t show any errors) ?

  • Using ffmpeg to stream to Facebook Live Video : with default webcam and mic

    16 septembre 2017, par suraj kiran

    i tried commands like this
    ffmpeg -i /dev/video0 -vf scale=320:240 -t 5400 -c:a copy -ac 1 -ar 44100 -b:a 128k -c:v libx264 -pix_fmt yuv420p -r 30 -g 60 -vb 2048k -minrate 2000k -maxrate 4000k -bufsize 4096k -f pulse flv "rtmp://live-api-a.facebook.com:80/rtmp/279340769232610?ds=1&amp;s_l=1&amp;a=AThKJag2wqGSJkDI"
    but all those resulted as streaming in ffmpeg but no video appears on facebbok.
    can anyone provide correct command for ffmpeg to stream with my webcam and mic. i prefer low quality video stream(about 360p) due to my poor network