
Recherche avancée
Autres articles (33)
-
Websites made with MediaSPIP
2 mai 2011, parThis page lists some websites based on MediaSPIP.
-
Creating farms of unique websites
13 avril 2011, parMediaSPIP 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" (...) -
Contribute to a better visual interface
13 avril 2011MediaSPIP is based on a system of themes and templates. Templates define the placement of information on the page, and can be adapted to a wide range of uses. Themes define the overall graphic appearance of the site.
Anyone can submit a new graphic theme or template and make it available to the MediaSPIP community.
Sur d’autres sites (6057)
-
How to post input (Feeds) from camera to ffmpeg (ffserver) for live streaming
1er janvier 2017, par A SahraI want to stream video live that’s captured via getUserMedia and post it to ffmpeg ffserver as an Input or feed to make it live for other users on my website.
How would i get the Video as video4linux2 here ?
$ffmpeg -f video4linux2 -i /dev/video0
I am getting video via getUserMedia from camera and in BackEnd it’s PHP codeigniter.
-
How to pass input (Feeds) from camera to ffmpeg for live streaming
1er janvier 2017, par A SahraI want to stream video live that’s captured via getUserMedia and pass it to ffmpeg as an Input or feed to make it live for other users on my website.
How would i get the Video as video4linux2 here ?
$ffmpeg -f video4linux2 -i /dev/video0
I am getting video via getUserMedia from camera and in BackEnd it’s PHP codeigniter.
-
Acess camera to stream videos live in browser using PHP codeigniter ?
27 décembre 2016, par A SahraI am working to stream videos live in my browser using PHP codeigniter what are the best suggestion to handle and pass the video to ffmpeg and ffserver as input ,is there a good javascript plugin beside using HTML5 as streamer.