
Recherche avancée
Autres articles (109)
-
Websites made with MediaSPIP
2 mai 2011, parThis page lists some websites based on MediaSPIP.
-
Des sites réalisés avec MediaSPIP
2 mai 2011, parCette page présente quelques-uns des sites fonctionnant sous MediaSPIP.
Vous pouvez bien entendu ajouter le votre grâce au formulaire en bas de page. -
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 (...)
Sur d’autres sites (13925)
-
lavf/avio : check that the protocol supports the open mode.
13 février 2013, par Nicolas Georgelavf/avio : check that the protocol supports the open mode.
-
avformat : Add IPFS protocol support.
6 avril 2022, par Mark Gaiseravformat : Add IPFS protocol support.
This patch adds support for :
ffplay ipfs ://<cid>
ffplay ipns ://<cid>
IPFS data can be played from so called "ipfs gateways".
A gateway is essentially a webserver that gives access to the
distributed IPFS network.This protocol support (ipfs and ipns) therefore translates
ipfs :// and ipns :// to a http:// url. This resulting url is
then handled by the http protocol. It could also be https
depending on the gateway provided.To use this protocol, a gateway must be provided.
If you do nothing it will try to find it in your
$HOME/.ipfs/gateway file. The ways to set it manually are :
1. Define a -gateway <url> to the gateway.
2. Define $IPFS_GATEWAY with the full http link to the gateway.
3. Define $IPFS_PATH and point it to the IPFS data path.
4. Have IPFS running in your local user folder (under $HOME/.ipfs).Signed-off-by : Mark Gaiser <markg85@gmail.com>
Signed-off-by : Michael Niedermayer <michael@niedermayer.cc> -
cmdutils : fix crash if no name for "ffmpeg -h protocol"
30 janvier 2020, par Jun Zhaocmdutils : fix crash if no name for "ffmpeg -h protocol"
fix crash when used the command like :
ffmpeg -h protocol
ffmpeg -h protocol=
Signed-off-by : Jun Zhao <barryjzhao@tencent.com>
Reviewed-by : Paul B Mahol <onemda@gmail.com>
Signed-off-by : James Almer <jamrial@gmail.com>