
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 (56)
-
Les autorisations surchargées par les plugins
27 avril 2010, parMediaspip core
autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs -
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 (...) -
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 (5045)
-
avformat/http: copy only mime type from Content-Type
1er juin 2023, par Kacper Michajłowavformat/http: copy only mime type from Content-Type
Content-Type can include charset and boundary which is not a part of
mime type and shouldn't be copied as such.Fixes HLS playback when the Content-Type includes additional fields.
Signed-off-by : Kacper Michajłow <kasper93@gmail.com>
-
Video streams are saved to local and sent to the Internet by rtmp using Javacv ffmpeg
12 avril 2019, par pengwangHello,I want to record camera streaming to save sdcard and bying RTMP to send server using the javaCV at the android. I can use FFmpegFrameRecorder method :
recorder = new FFmpegFrameRecorder(rtmp_link, imageWidth, imageHeight, 1);
recorder2 = new FFmpegFrameRecorder(localPath, imageWidth, imageHeight, 1);I think waste resources by using two methods at the same time,can have some good method
-
Revision 3666478195 : Improve the libvpx encoder test driver The encoder initialization is called in
12 décembre 2014, par Yunqing WangChanged Paths :
Modify /test/encode_test_driver.cc
Modify /test/encode_test_driver.h
Improve the libvpx encoder test driverThe encoder initialization is called in EncodeFrame(). Therefore,
in the unit tests, the set control is done when video->frame() is 1.
This didn’t cause problem since current tests mainly test lag_frame
> 0 case, or no encoding option that needs to allocate memory before
1st frame is used. If use lag_frame = 0 and encoding multiple tiles,
the unit tests crash. The issue is fixed by doing the initialization
before encoding frames.Change-Id : I43102048f88448bcf27e9c60e0ec06c176b02e5c