
Recherche avancée
Médias (2)
-
GetID3 - Bloc informations de fichiers
9 avril 2013, par
Mis à jour : Mai 2013
Langue : français
Type : Image
-
GetID3 - Boutons supplémentaires
9 avril 2013, par
Mis à jour : Avril 2013
Langue : français
Type : Image
Autres articles (62)
-
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 (10576)
-
Read metadata from a MPEG file in encoded domain
13 juin 2017, par Sanduni WickramasingheI’m trying to extract information from an MPEG video in an encoded domain. I use
avformat_open_input(&s, url, NULL, &options)
to read the data packet. Is there a possible way of reading meta data from the file before decoding ?
I can get information such as size and duration which are available in AVPacket structure. I want to get information other than that.
-
Anomalie #3386 : Spip derrière Varnish : port non-standard dans l’URL ?
22 avril 2016, par cedric -Peut être avec le patch
Index : ecrire/inc/utils.php ===================================================================
— - ecrire/inc/utils.php (revision 22614) +++ ecrire/inc/utils.php (working copy) @@ -1253,6 +1253,12 @@ OR (isset($_SERVER[’HTTPS’]) AND test_valeur_serveur($_SERVER[’HTTPS’])) ) ? ’https’ : ’http’ ; + if ($http==’http’ + AND isset($_SERVER[’HTTP_X_FORWARDED_PROTO’]) + AND $_SERVER[’HTTP_X_FORWARDED_PROTO’]==’https’ + AND strncmp($GLOBALS[’meta’][’adresse_site’],’https’,5)==0) + $http = ’https’ ; + // note : HTTP_HOST contient le :port si necessaire $host = $_SERVER[’HTTP_HOST’] ; // si on n’a pas trouvé d’hôte du tout, en dernier recours on utilise adresse_site comme fallbackpour prendre en compte HTTP_X_FORWARDED_PROTO quand il semble licite sans risquer d’injection là ou il ne l’est pas ?
-
Revision 96419 : La librairie en version 1.9.2 v1.9.12 Add support for Direct Stream ...
3 avril 2016, par kent1@… — LogLa librairie en version 1.9.2
v1.9.12
Add support for Direct Stream Digital (DSD) / DSD Storage Facility (DSF) file format
Add detection (not parsing) of WebP image format
bugfix #1910 : Quicktime embedded images
v1.9.11
#64 - update constructor syntax for PHP 7
#62 - infinite loop in large PNG files
#61 - ID3v2 remove BOM from frame descriptions
#60 - missing "break" in module.audio-video.quicktime.php
#59 - .gitignore comments
#58 - inconsistency in relation to module.tag.id3v2.php
#57 - comparing instead of assign
#56 - unsupported MIME type "audio/x-wave"
#55 - readme.md variable reference
#54 - QuickTime ? false 1000fps
#53 - Quicktime / ID3v2 multiple genres
#52 - sys_get_temp_dir in GetDataImageSize ?
demo.joinmp3.php enhancements
m4b (audiobook) chapters not parsed correctly
sqlite3 caching not working
bugfix #1903 - Quicktime meta atom not parsed