
Recherche avancée
Autres articles (77)
-
Personnaliser en ajoutant son logo, sa bannière ou son image de fond
5 septembre 2013, parCertains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;
-
Ecrire une actualité
21 juin 2013, parPrésentez les changements dans votre MédiaSPIP ou les actualités de vos projets sur votre MédiaSPIP grâce à la rubrique actualités.
Dans le thème par défaut spipeo de MédiaSPIP, les actualités sont affichées en bas de la page principale sous les éditoriaux.
Vous pouvez personnaliser le formulaire de création d’une actualité.
Formulaire de création d’une actualité Dans le cas d’un document de type actualité, les champs proposés par défaut sont : Date de publication ( personnaliser la date de publication ) (...) -
Le profil des utilisateurs
12 avril 2011, parChaque utilisateur dispose d’une page de profil lui permettant de modifier ses informations personnelle. Dans le menu de haut de page par défaut, un élément de menu est automatiquement créé à l’initialisation de MediaSPIP, visible uniquement si le visiteur est identifié sur le site.
L’utilisateur a accès à la modification de profil depuis sa page auteur, un lien dans la navigation "Modifier votre profil" est (...)
Sur d’autres sites (10728)
-
Multiple files in JW Player 6 not working
18 octobre 2013, par DvexUse version 6 JW Player. I'm transforming my videos using FFMPEG to MP4, FLV and WebM.
When the videos are intended to be played, it does not and I have the following error :
Error playing media:
MediaError
code: 4
__proto__: MediaError
MEDIA_ERR_ABORTED: 1
MEDIA_ERR_DECODE: 3
MEDIA_ERR_ENCRYPTED: 5
MEDIA_ERR_NETWORK: 2
MEDIA_ERR_SRC_NOT_SUPPORTED: 4
constructor: function MediaError() { [native code] }
__proto__: Object
jwplayer.js?muokxc:4
CAPTIONS([object Object]) jwplayer.js?muokxc:4
CAPTIONS([object Object])In Firefox I have the error : "The file can not be decoded".
This scenario only happens on my server. But on localhost, does not happen. The videos can be played normally.What is it that is happening ?
My JS code to initialize the JW Player is :
jwplayer('jwplayerjw-player').setup({
"aspectratio":"16:9",
"playlist":[{
"image":"http://mydomain.com/system/files/videos/thumbnails/48/thumbnail-48_0002.png",
"sources":[{
"file":"http://mydomain.com/system/files/videos/converted/48/loop_2_flv_1381794678.flv"},
{"file":"http://mydomain.com/system/files/videos/converted/48/loop_2_mp4_1381794691.mp4"},
{"file":"http://mydomain.com/system/files/videos/converted/48/loop_2_webm_1381794705.webm"}]}],
"width":"100%",
"height":360,
"stretching":"fill",
"skin":"sites/all/libraries/jwplayer/skin.xml"
}); -
audio player jwplayer wma files failes with error - Task Queue failed at step 5
17 mars 2018, par Sabeenai have a jw player which plays mp3 files but wma files it gives the error "Task Queue failed at step 5 : Playlist could not be loaded : Playlist file did not contain a valid playlist"
i thought of two reasons
1. there is no support for wma but please confirm me this.
2. somewhere i need to setup the type of file i am using in this player.if wma not supported in jwplayer how can play wma and mp3 files in my website ?
is it ffmpeg needed to convert wma to mp3 while uploading ?
-
wm player acting up on cmd prompt edited video
15 mars 2014, par Trevader24135I'm trying to 1) convert a video from mp4 - mp3, which is working 2) increase the audio volume -af volume=3 3) and slightly cut the ends from the song (I'm using ffmpeg). It is working just great, except for quicktime player, which is reading a 4:43 second song to 10:42 minute song ! why is this happening ? all other video readers work just fine, but this also affects my Ipods song ! here's my command :
ffmpeg -i movie.mp4 -ss 00:00:03 -t 00:00:08 -async 1 -strict -2 cut.mp4