
Recherche avancée
Médias (1)
-
La conservation du net art au musée. Les stratégies à l’œuvre
26 mai 2011
Mis à jour : Juillet 2013
Langue : français
Type : Texte
Autres articles (39)
-
Submit bugs and patches
13 avril 2011Unfortunately a software is never perfect.
If you think you have found a bug, report it using our ticket system. Please to help us to fix it by providing the following information : the browser you are using, including the exact version as precise an explanation as possible of the problem if possible, the steps taken resulting in the problem a link to the site / page in question
If you think you have solved the bug, fill in a ticket and attach to it a corrective patch.
You may also (...) -
Supporting all media types
13 avril 2011, parUnlike most software and media-sharing platforms, MediaSPIP aims to manage as many different media types as possible. The following are just a few examples from an ever-expanding list of supported formats : images : png, gif, jpg, bmp and more audio : MP3, Ogg, Wav and more video : AVI, MP4, OGV, mpg, mov, wmv and more text, code and other data : OpenOffice, Microsoft Office (Word, PowerPoint, Excel), web (html, CSS), LaTeX, Google Earth and (...)
-
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 (...)
Sur d’autres sites (8033)
-
ffmpeg SDP file for Darwin Streaming Server
10 septembre 2012, par SP SandhuI am making a streaming server to view live video feed of my webcam on my mobile device.
I considered using ffmpeg , VLC and DSS and made the following setup that worked somewhat, though the frames were skipped :-
video4linux2 > ffserver > VLC transcoding > DSS
(RAW to ffserver) > (outputs to SDP link) > (SDP link to SDP file) > (SDP file to live streaming to mobile)
Later, on testing VLC i found to be very inefficient and slow on my Netbook(Intel Atom N480) as it skips lot of frames.
DSS can stream a SDP file from its /usr/local/movies(default).
And at the same time, ffmpeg's ffserver module can stream live feed to SDP link(not SDP file).
My requirement is that i need to create SDP file in DSS's /usr/local/movies directory so as to pass this DSS for streaming.
So, how to create a sdp file from ffmpeg or how to create SDP file from SDP link (without using VLC's trans-coding).
How to do that ?
-
Revision 908233253e : Merge "ads2gas : Factorize thumb instruction replacements into a separate perl mo
22 mai 2013, par JohannMerge "ads2gas : Factorize thumb instruction replacements into a separate perl
module" -
Evolution #2269 : Prise en compte des variantes d’une langue
14 mai 2013, par kent1 -En fait il faudrait :
1. les gérer dans SPIP (facile en rajoutant la langue dans inc/lang_liste.php)
2. les gérer dans tradlang pour la création
3. dans tradlang, si un module que l’on souhaite traduire dans une variante (par exemple en_US) existe déjà dans la langue principale (en), il utilise les traductions de cette langue comme version de base et non le contenu de la langue mère
Une problématique est que salvatore exporte tout le module même si les items ne sont pas traduits (à ce moment là ils sont en français).
La plus grosse problématique est le maintient de cette variante de langue je pense, mais bon.
Est ce tout ?