Recherche avancée

Médias (1)

Mot : - Tags -/Christian Nold

Autres articles (54)

  • 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 de tous types de médias

    10 avril 2011

    Contrairement à beaucoup de logiciels et autres plate-formes modernes de partage de documents, MediaSPIP a l’ambition de gérer un maximum de formats de documents différents qu’ils soient de type : images (png, gif, jpg, bmp et autres...) ; audio (MP3, Ogg, Wav et autres...) ; vidéo (Avi, MP4, Ogv, mpg, mov, wmv et autres...) ; contenu textuel, code ou autres (open office, microsoft office (tableur, présentation), web (html, css), LaTeX, Google Earth) (...)

  • Other interesting software

    13 avril 2011, par

    We don’t claim to be the only ones doing what we do ... and especially not to assert claims to be the best either ... What we do, we just try to do it well and getting better ...
    The following list represents softwares that tend to be more or less as MediaSPIP or that MediaSPIP tries more or less to do the same, whatever ...
    We don’t know them, we didn’t try them, but you can take a peek.
    Videopress
    Website : http://videopress.com/
    License : GNU/GPL v2
    Source code : (...)

Sur d’autres sites (3658)

  • Triggering live stream on facebook using Node.js

    27 décembre 2017, par Ricky

    I am trying to find a way to be able to start a live stream using node.js where I take in an hls source and output rtmp onto facebook using ffmpeg.

    The goal is to do this without actually going to facebook itself, doing all of this on node :

    -take an hls source
    - convert source video and audio and add video filters
    - create a live stream post on facebook
    - output converted video onto said livestream

    Any ideas on how I could do this ?

  • Stream live webcam AV feed to wowza using FFMPEG

    23 mars 2016, par thisisppn

    I have been trying to find out how to live stream my webcam feed to my wowza server. I am trying to make a web application in php that lets users stream live video through their webcam.

    I am confused, if i need to install FFMPEG in every user’s computer that uses my application or just installing it in my web server will do ??

    Thank you in advance. A little help would be much appreciated.

  • Live Stream Video using ffmpeg

    13 novembre 2019, par Mir Injamamul

    I am working with ffmpeg . i converted [something1].h264 file to [something1].m3u8 file. with this command

    ffmpeg -i /var/www/html/video1.h264 -f lavfi -i anullsrc=channel_layout=stereo:sample_rate=44100 -c:v copy -shortest -hls_list_size 0 -segment_list_flags +live /var/www/html/vid/out/video5.m3u8

    All i know the event type is VOD (video on demand) .

    1. I want make my converted file into live streaming format. So if anybody come to my link he will see from the moment he came , not from the beginning.
    2. how to make this live stream from chunk of video , suppose i have 2 video file , i want 2nd video will add in the live sream after the end of 1st video
      Any kind of help will be great