Recherche avancée

Médias (0)

Mot : - Tags -/latitude

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (46)

  • 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

  • Keeping control of your media in your hands

    13 avril 2011, par

    The vocabulary used on this site and around MediaSPIP in general, aims to avoid reference to Web 2.0 and the companies that profit from media-sharing.
    While using MediaSPIP, you are invited to avoid using words like "Brand", "Cloud" and "Market".
    MediaSPIP is designed to facilitate the sharing of creative media online, while allowing authors to retain complete control of their work.
    MediaSPIP aims to be accessible to as many people as possible and development is based on expanding the (...)

  • HTML5 audio and video support

    13 avril 2011, par

    MediaSPIP uses HTML5 video and audio tags to play multimedia files, taking advantage of the latest W3C innovations supported by modern browsers.
    The MediaSPIP player used has been created specifically for MediaSPIP and can be easily adapted to fit in with a specific theme.
    For older browsers the Flowplayer flash fallback is used.
    MediaSPIP allows for media playback on major mobile platforms with the above (...)

Sur d’autres sites (7226)

  • Facebook Live Stream API on iOS

    11 août 2020, par Deepak Sharma

    I see Facebook has a graph API to go live on Facebook, fetch all user reactions, create a poll, etc. But I don't see any sample code in the SDK for the same. I want to stream video from iOS/Android app to Facebook.

    


      

    1. Is it sufficient to use ffmpeg based libraries on iOS to create live RTMPS stream on Facebook or a third party cloud service is required ? Any sample code that has the Facebook live function builtin ?

      


    2. 


    3. What does the live video API review involves ? Anyone familiar with common causes of rejection for the live video API ?

      


    4. 


    


  • How to live stream on facebook via ffmpeg ?

    17 juillet 2020, par K. Talha

    I am trying live streaming on facebook via ffmpeg but I get one error. As the error, I must use AAC instead of mp3. But I don't know how to do it.

    



    Error : Bad audio codec 2 (MP3). Accepted audio codecs: AAC

    



    Normally, I can run command below for youtube succesfully.

    



    ffmpeg -i "rtmp://..." -deinterlace -vcodec libx264 
-pix_fmt yuv420p -preset medium -r 30 -g 60 -b:v 2500k 
-acodec libmp3lame -ar 44100 -threads 6 -qscale 3 -b:a 
712000 -bufsize 512k -f flv "rtmp://a.rtmp.youtube.com/live2/key"

    



    But when I run command below with facebook rtmp, error gets.

    



    ffmpeg -i "rtmp://..." -deinterlace -vcodec libx264 
-pix_fmt yuv420p -preset medium -r 30 -g 60 -b:v 2500k 
-acodec libmp3lame -ar 44100 -threads 6 -qscale 3 -b:a 
712000 -bufsize 512k -f flv "rtmp://rtmp-api.facebook.com:80/rtmp/key"

    



    I am user of Ubuntu 14.04.

    



    Thanks in advance.

    


  • How can i do Facebook Live (page) using FFMPEG

    15 août 2021, par Amjad Dader

    SOLVED & EDITED -

    


    Catch : Doing live stream on Facebook with FMMPEG.

    


    In past it was easy i did many times as facebook was using rtmp.
But now facebook is using RTMPS so i am getting different errors i have tried 100 commands.
I have a image test.png and a audio file test.m4a (its a podcast) and facebook stream key is 1234.
( i have tried 100 types of commands so cant post here and cant post errors aswell.)
so please can someone help me to go live on my facebook page with image+m4a file.
i prefer centos but i will manage ubuntu if you prefer.
Regards..

    


    Solved : See my answer might help someone.