Recherche avancée

Médias (2)

Mot : - Tags -/map

Autres articles (77)

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

  • Le profil des utilisateurs

    12 avril 2011, par

    Chaque utilisateur dispose d’une page de profil lui permettant de modifier ses informations personnelle. Dans le menu de haut de page par défaut, un élément de menu est automatiquement créé à l’initialisation de MediaSPIP, visible uniquement si le visiteur est identifié sur le site.
    L’utilisateur a accès à la modification de profil depuis sa page auteur, un lien dans la navigation "Modifier votre profil" est (...)

Sur d’autres sites (7234)

  • Live streaming RTMP to HTML5

    28 septembre 2016, par astralmaster

    I have a RTMP live stream coming from Unreal Media Server that I need to display on a HTML5 page with <video></video> tag. So far I am thinking of using ffmpeg libraries to transcode the stream with H.264 codec and output it to a .mp4 file and then access it through http protocol like this : http://ip_addr/output_from_ffmpeg.mp4 I am, however, uncertain if this would play the whole output file from the beginning or stream it live. My current ffmpeg command for transcoding the stream is :

    ffmpeg -i rtmp://IP_addr_of_rtmp_stream:5119/live/Roulette -c:v libx264 -maxrate 1000k -bufsize 2000k -g 50 output.mp4

    Could anyone point me in the right direction ? I have also read in the docs that ffserver is able to achieve this but windows build is unavailable for it.

  • AWS IVS rmtp implementation on react for live broadcast

    21 juin 2022, par anamul

    I am using aws IVS for video streaming, it tested it with obs , it is working as expected. Now am trying to stream it from browser on react app.

    &#xA;

    Like this is my rmtp server URL rtmps://43fdd55d.global-contribute.live-video.net:443/app/ and I have already stream key but I am not getting how top implement in reactjs or any js app to go live from browser ?

    &#xA;

    Can anyone help me in this case ?

    &#xA;

  • Broadcast Live Streaming on a website with an added graphical overlay

    14 avril 2016, par Mohit Saini

    I was doing some research on Live Streaming. I want to develop a solution where I will collect live streams from multiple remote cameras on my website, modify the stream with a custom text banner (i.e. we have on news TV channel, football match) at the bottom and broadcast it to all.

    I know there are Flash plugins available for video streaming and editing, but I want to build this web app to be mobile friendly and responsive.

    HTML5 could be used to display multiple video streams on the website, but how can I add a text banner, graphs or any other frame on a running live stream ?