
Recherche avancée
Médias (1)
-
The pirate bay depuis la Belgique
1er avril 2013, par
Mis à jour : Avril 2013
Langue : français
Type : Image
Autres articles (111)
-
MediaSPIP 0.1 Beta version
25 avril 2011, parMediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
The zip file provided here only contains the sources of MediaSPIP in its standalone version.
To get a working installation, you must manually install all-software dependencies on the server.
If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...) -
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 (...) -
ANNEXE : Les plugins utilisés spécifiquement pour la ferme
5 mars 2010, parLe site central/maître de la ferme a besoin d’utiliser plusieurs plugins supplémentaires vis à vis des canaux pour son bon fonctionnement. le plugin Gestion de la mutualisation ; le plugin inscription3 pour gérer les inscriptions et les demandes de création d’instance de mutualisation dès l’inscription des utilisateurs ; le plugin verifier qui fournit une API de vérification des champs (utilisé par inscription3) ; le plugin champs extras v2 nécessité par inscription3 (...)
Sur d’autres sites (13626)
-
Setting up multi webcam streaming
28 septembre 2013, par Moritz Mädlerwe are currently planning to connect all our offices via webcams selectable from a website. So I guess the setup could be something like this :
Webcam 1 \
Webcam 2 - > Streamserver -> Webserver displaying html5 Video
Webcam n /I've made first tests from streaming from Windows using VLC to a central ffserver, but the results where rather bad (after 1-2 frames the stream stopped).
Do you have any suggestions on
which stream software I can use on the client/webcam site (Linux or Windows)
which software I can use on the server side (Linux) for collecting and recoding streams ?
Thanks,
Moritz
-
video streaming - mp4 file (x264) - and skip to location
14 mars 2011, par RaoulPreviously I was using apache to serve .flv files which an embedded player on an intranet page was playing.
Is it possible to stream mp4 files (x264 encoded) in a similar manner ? Are there any open source scripts/solutions for doing proper streaming (e.g. people can skip to skip to a part of the video without having to download the parts they've skiped over) ?
If anyone is doing someting similar I'd love to hear from them
Thanks
-
Real time streaming using FFMPEG in C#
24 mai 2017, par Aadhil RushdyIs there a way to stream a set of images real time via http using FFMPEG in c#. There are libraries available for FFMPEG in C# such as Accord.Video.FFMPEG which can be used to create video using sequence of Images, but I have no idea whether I can create a video real time and stream it to the client browser using a set of Images.
I had refer to these links but couldn’t find helpful for my task
: Streaming video using stream of images
, How to stream with ffmpeg via http protocol