
Recherche avancée
Médias (1)
-
1 000 000 (wav version)
26 septembre 2011, par
Mis à jour : Avril 2013
Langue : English
Type : Audio
Autres articles (81)
-
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 (5401)
-
How to create thumbnails of the video with ffmpeg on Android ?
21 novembre 2012, par RankoRAre there any ready-to-use libraries for thumbnails creation for formats which are not supported out-of-box by Android ?
-
FFMPEG RTMP Streaming to Android Exec
4 octobre 2012, par user1653922I have done in Android using FFMPEG RTMP streaming
As a practical matter, an error is output when the RTMP streaming with Android.
"rtmp :/ / ~ / oflaDemo / test live = 1": No such file or directory
Command execution in Android is as follows.
String [] command = new String [] {"/ directory / ffmpeg", "-vn", "-re", "-i", "\" rtmp :/ / ~ / oflaDemo / test live = 1 \ "" , "-loglevel", "debug", "pipe: 1"};
Process process = Runtime.getRuntime () exec (command, null);Successfully decoded the above command on a FFMPEG on Windows.
I would like you to tell me if it is good How can Android Can I run the above command.
-
Adaptive stream HTML5 player on android
1er novembre 2016, par Hassan Ali SalemIam using adobe media server as streaming server
also Iam using adobe flash encoder to send the rtmp stream to the servermy goal is to run the stream on the HTML5 player on desktop and devices browser.
so I used the application : livepkgr m3u8it succeed to play on IOS, and desktop browsers but not on android.
I tried everything.
also I tried to use ffmpeg to encode the rtmp to mp4 or rtpbut no luck with html5 player.
on the other hand JWPlayer is working fine on android and ios and browsers.
so I wonder how they did it ( if anyone has an idea !!)
and what formats android html5 player supports for streaming !!thank you.