
Recherche avancée
Autres articles (74)
-
Organiser par catégorie
17 mai 2013, parDans MédiaSPIP, une rubrique a 2 noms : catégorie et rubrique.
Les différents documents stockés dans MédiaSPIP peuvent être rangés dans différentes catégories. On peut créer une catégorie en cliquant sur "publier une catégorie" dans le menu publier en haut à droite ( après authentification ). Une catégorie peut être rangée dans une autre catégorie aussi ce qui fait qu’on peut construire une arborescence de catégories.
Lors de la publication prochaine d’un document, la nouvelle catégorie créée sera proposée (...) -
Récupération d’informations sur le site maître à l’installation d’une instance
26 novembre 2010, parUtilité
Sur le site principal, une instance de mutualisation est définie par plusieurs choses : Les données dans la table spip_mutus ; Son logo ; Son auteur principal (id_admin dans la table spip_mutus correspondant à un id_auteur de la table spip_auteurs)qui sera le seul à pouvoir créer définitivement l’instance de mutualisation ;
Il peut donc être tout à fait judicieux de vouloir récupérer certaines de ces informations afin de compléter l’installation d’une instance pour, par exemple : récupérer le (...) -
Publier sur MédiaSpip
13 juin 2013Puis-je poster des contenus à partir d’une tablette Ipad ?
Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir
Sur d’autres sites (4962)
-
How to play raw iLBC frame
27 novembre 2014, par QuanlongI implemented a iLBC encoder, then I want to play the encoded iLBC frames in order to check if encoder works as expected.
I have tried with
ffmpeg
-
How can I play Encrypted HLS video on 2 domains hosted on 2 servers ?
2 septembre 2021, par Aamir BashirI have a LMS deployed on 2 different domains that are hosted on 2 servers. One is VPS bought for hosting videos and other is a shared hosting server. LMS is deployed on both. I used FFMPEG to create encrypted HLS videos on VPS using a key stored on VPS. Now these videos are working fine on VPS but when I use the video URL to play it on shared hosting LMS, it gives error "The media could not be loaded, either because the server or network failed or because the format is not supported".


KEYINFO file contains the path to key on VPS server.
I am using Video-js and its plugins to play HLS videos.


Is there anyway to play these encrypted HLS videos on both domains ?


-
(ffmpeg.autogen)How can i play Audio AVframe (rtsp)
2 octobre 2018, par newbiehelp me....plz...
i want play audio frame...
else if (_pPacket->stream_index == _audio_streamIndex)
{
ffmpeg.avcodec_send_packet(_audioCodecContext, _pPacket).ThrowExceptionIfError();
error = ffmpeg.avcodec_receive_frame(_audioCodecContext, _audioFrame);
frame = *_audioFrame;
//how can i play sound ??
}