
Recherche avancée
Autres articles (28)
-
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. -
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 ) (...)
Sur d’autres sites (5700)
-
Validate RTMP URL authentication
30 mai 2017, par Tamanampudi Sri Rama ReddyIf RTMP URL has Username and Password authentication.
RTMP URL- rtmp ://host:port/live/streamkey
UserName- xxxxx
Password- xxxxxI want to know is there any way to validate whether username and password are correct for above RTMP URL ? If yes, Can we do that validation using FFmpeg ?
-
Anomalie #4078 (Fermé) : Écran de sécurité : numéro de version incohérent
19 janvier 2018, par svpip -La page, de la documentation SPIP, https://www.spip.net/fr_article4200.html indique :
Version courante : 1.3.3Or le fichier "ecran_securite.php" mentionne :
define(’_ECRAN_SECURITE’, ’1.3.5’) ; // 2018-01-11 -
FFmpeg : Check if the aac bitstream is malformed or not
21 juillet 2015, par akki_2891I want to upload few sets of videos on my server and later play them in the HTML5 video tag. But some of them are not playing.
I checked the audio stream and video stream of the video, they have AAC and H264 codec respectively.So nothing seems wrong to me.
Then I tried re-encoding it, i got the following message :
malformated aac bitstream, use -absf aac_adtstoasc
av_interleaved_write_frame(): Operation not permittedHowever I don’t want to encode the videos before upload and just need to check if video has a malformed aac or h264 bitsream.
PS. Users are limited and will be provided with videos h264 and aac
encoded for the upload.