
Recherche avancée
Autres articles (37)
-
Des sites réalisés avec MediaSPIP
2 mai 2011, parCette 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. -
HTML5 audio and video support
13 avril 2011, parMediaSPIP 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 (...) -
Support audio et vidéo HTML5
10 avril 2011MediaSPIP 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 (...)
Sur d’autres sites (5517)
-
ffmpeg live transcoding faster alternative ?
6 août 2014, par ppoeasIs there any opensource alternative to
ffmpeg
andVLC
to live video transcoding from HTTP streaming to RTMP or other ?ffmpeg
caused my CPU (AMD 4.0GHZ 8Core) is loaded 100% with only 8 SD streams.Thanks for help.
PS.
I think I don’t need to transcode my video, I can also stream with something like http video proxy. Source is in HTTP streaming format, also I am under Linux. -
FFMPEG live buffer stream recording
1er juin 2017, par KencanaI am trying to record a live stream video by feeding buffer data to ffmpeg. I would like ffmpeg to keep recording the last buffer stream, when it’s idling (no buffer data being passed). So I tried to use the
-stream-loop -1
options, but doesn’t seems to work. Here is the snippets of the ffmpeg commandffmpeg -y -f rawvideo -video_size 1024x768 -re -fflags +genpts -stream_loop -1 -i - -vcodec libx264 -pix_fmt yuv420p output.mp4
Any idea on this ?
-
How to pass real time video to youtube rtmp server for live streaming ?
31 octobre 2022, par AMRITESH GUPTAI am trying to build a project in which a user can post his screen-shared video to youtube live, but I don't know how to pass on that captured stream to youtube using youtube API. Also, I don't want to use any streaming software for this.
I anyone has any idea how to do it, please share it.


P.S. - I am using Nodejs and FFmpeg for video encoding.