Recherche avancée

Médias (91)

Autres articles (72)

  • 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.

  • 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 (...)

  • 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 (5749)

  • GoLive with facebook rtmps transport issue using ffmpeg

    12 septembre 2020, par General Omosco

    I am having an issue trying to figure out facebook rtmps Go Live suitable configuration for ffmpeg with below configuration without success !

    



    rtmpUrls = `[f=flv]rtmp://a.rtmp.youtube.com/live2/xxxxxxx|[f=flv]rtmps://live-api-s.facebook.com:443/rtmp/xxxxxxxx`;
    });

        this.ffmpeg = child_process.spawn('ffmpeg', [

          // FFmpeg reads the input from STDIN write
          '-i', '-',
           '-flags', '+global_header',
          '-vcodec', 'copy',

          // AAC audio is required for Facebook Live.
          '-acodec', 'libfdk_aac',
          //'-ab', '32k', 
          //'-ar', '44100',
          '-bsf:a', 'aac_adtstoasc',

          '-framerate', '60',
          '-g', '30',

          '-f', 'tee', 
          '-map', '0:v',
          '-map', '0:a',
          // The output RTMPs.
          rtmpUrls
        ]);


    



    I received this from facebook events log

    



    


    Facebook has not received video signal from the video source for some
 time. Check that the connectivity between the video source and
 Facebook is sufficient for the source resolution and bitrate. Check
 your video encoder logs for details. If problems persist, consider
 improving connection quality or reducing the bitrate of your video
 source.

    


    



    When i change the framerate from 60 to 30, it will flash a black blank screen trying to receive signal and then immediately go back to default page.
While youtube works flawlessly !

    



    This is the log coming ffmpeg, but the log also comes when with only youtube rtmp.
log

    


  • swscale : Fix several (real world) integer overflows.

    19 décembre 2011, par Michael Niedermayer

    swscale : Fix several (real world) integer overflows.

  • lavf : Provide a monotonic timestamp to the outside world

    2 décembre 2012, par Harald Axmann

    lavf : Provide a monotonic timestamp to the outside world