Recherche avancée

Médias (2)

Mot : - Tags -/plugins

Autres articles (82)

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

  • 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

  • Emballe médias : à quoi cela sert ?

    4 février 2011, par

    Ce plugin vise à gérer des sites de mise en ligne de documents de tous types.
    Il crée des "médias", à savoir : un "média" est un article au sens SPIP créé automatiquement lors du téléversement d’un document qu’il soit audio, vidéo, image ou textuel ; un seul document ne peut être lié à un article dit "média" ;

Sur d’autres sites (6548)

  • ffmpeg for live streaming

    11 juin 2018, par kuk987

    Hey I am currently using the command :

    ffmpeg -f alsa -ac 1 -ar 16000 -i hw:1,0,0 -t 30 out.wav

    for recording through the mic. Is there a method by which I can record as well as simultaneously save the recording somewhere so that I can do some processing on it. Kind of like live streaming to a file where the data array keeps getting appended.

  • live streaming video file from iphone to internet using FFMpeg

    18 avril 2014, par Luis Mok

    i am trying to live streaming some video content from iphone to the internet (or server). I have read the following post (http://stackoverflow.com/questions/4084811/iphone-http-live-streaming-without-any-server-side-processing)

    And i understand i can first capture the images and audio into file then send it out to the internet. But i really have no idea how to start the work on constantly send out these video files.

    I understand i can use ffmpeg to do the streaming part. after long researching i can only found a sample program called iFrameExtractor using FFmpeg library. But the sample only shows how to use ffmpeg to playback a video file, but no sample on how to use the live streaming function in ffmpeg...

    Can anyone provide a direction or tutorial how to live streaming a video file using ffmpeg ? or anyone can suggest other ways to solve this problem ? i am sure lots of people want to know how to do that.

  • Can you force ffmpeg hls demuxing to start from the beginning in a live hls stream ?

    13 octobre 2016, par jdramer

    When remuxing an hls stream into an mp4 file I use the following command.

    ffmpeg -i "http://example.com/master.m3u8" -c copy -bsf:a aac_adtstoasc output.mp4

    This works fine for VOD content, but if the stream is live it starts from the live position, rather than the very first segment in the m3u8 file. Does the applehttp demuxer have any parameters that would force starting from the first segment ?