Recherche avancée

Médias (91)

Autres articles (78)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

  • Des sites réalisés avec MediaSPIP

    2 mai 2011, par

    Cette page présente quelques-uns des sites fonctionnant sous MediaSPIP.
    Vous pouvez bien entendu ajouter le votre grâce au formulaire en bas de page.

  • Creating farms of unique websites

    13 avril 2011, par

    MediaSPIP platforms can be installed as a farm, with a single "core" hosted on a dedicated server and used by multiple websites.
    This allows (among other things) : implementation costs to be shared between several different projects / individuals rapid deployment of multiple unique sites creation of groups of like-minded sites, making it possible to browse media in a more controlled and selective environment than the major "open" (...)

Sur d’autres sites (11935)

  • Read rtmp live streaming vido data using java code

    23 janvier 2018, par Vijay Shegokar

    My requirement is that How to read and create mp4 file from live stream video URL.

    I have did many R&D’s for this topic but failed to get any answer.
    Following link also not useful to me. When I run ffmpeg command given in this question, it gives me an exception.

    I want to use FFMPEG, not xuggle library

    Thanks.

  • Read rtmp live streaming vido data using java code

    6 juin 2015, par vijay shegokar

    My requirement is that How to read and create mp4 file from live stream video URL.

    I have did many R&D’s for this topic but failed to get any answer.
    Following link also not useful to me. When I run ffmpeg command given in this question, it gives me an exception.

    I want to use FFMPEG, not xuggle library

    Thanks.

  • How to set youtube live title and description in ffmpeg

    10 novembre 2022, par J C

    I am using following code to live stream video in youtube.
ffmpeg -y -loop 1 -i "still.jpg" -i "audio.mp3" " -c:v libx264 -pix_fmt yuv420p -crf 21 -r 1 -g 30 -keyint_min 5 -x264opts "keyint=5:min-keyint=5:no-scenecut" -s 1280x720 -tune zerolatency -b:a 128k -c:a aac -ar 48000 -strict experimental -f flv rtmp://a.rtmp.youtube.com/live2/steam-key.
I would like to set youtube live title and description in the above command. Is it possible ?