
Recherche avancée
Médias (2)
-
Rennes Emotion Map 2010-11
19 octobre 2011, par
Mis à jour : Juillet 2013
Langue : français
Type : Texte
-
Carte de Schillerkiez
13 mai 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Texte
Autres articles (111)
-
Les autorisations surchargées par les plugins
27 avril 2010, parMediaspip core
autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs -
Problèmes fréquents
10 mars 2010, parPHP et safe_mode activé
Une des principales sources de problèmes relève de la configuration de PHP et notamment de l’activation du safe_mode
La solution consiterait à soit désactiver le safe_mode soit placer le script dans un répertoire accessible par apache pour le site -
Prérequis à l’installation
31 janvier 2010, parPréambule
Cet article n’a pas pour but de détailler les installations de ces logiciels mais plutôt de donner des informations sur leur configuration spécifique.
Avant toute chose SPIPMotion tout comme MediaSPIP est fait pour tourner sur des distributions Linux de type Debian ou dérivées (Ubuntu...). Les documentations de ce site se réfèrent donc à ces distributions. Il est également possible de l’utiliser sur d’autres distributions Linux mais aucune garantie de bon fonctionnement n’est possible.
Il (...)
Sur d’autres sites (9981)
-
How to play and record Audio using ffmpeg in cmd ?
7 juin 2018, par sarabjot singhI want to play and record audio from a device (composite source). I’m able to do that individually but how to do simultaneously.
-
Android component to play video
1er juillet 2016, par KalivarapuI have tried to play different formats and codecs in android (4.4)
webview
andvideoview
and found the following for API level 19 :-
videoview
plays mp4 of some codecs, 3gp, flv but fails to play few mp4 codecs and mkv. -
webview
plays mp4 of all codecs, but fails to play video of any other format.
Vexed with the inconsistency in android components, what can be done to universally support all formats in any one or combination of components in android ?
Can I use external libraries to convert in runtime or abstract or bypass the complication of format/cedecs ?
P.S The question strictly pertains to API level 19, which is Android 4.4
-
-
FFMPEG RTP Stream unable to play unless used on FFPlay
15 juillet 2017, par ColeI’ve set up a stream on ubuntu 16.04 using FFMPEG using his command to stream the microphone. I want to be able to play this stream on my Android but It only seems to play with FFPlay not VLC or any other RTP playback softwares they all seem to give the
MRL
error. In VLC it looks like this, However it looks different in other programs but they all say its due to the MRL :Your input can't be opened:
VLC is unable to open the MRL 'rtp://@192.168.1.17:1234'. Check the log for details.My FFMPEG command is :
ffmpeg -f alsa -i plughw:CARD=Device,DEV=0 -acodec libmp3lame -ab 96k -f rtp rtp://192.168.1.2:1234
I can only play my rtp stream in FFplay using the command below I use nodisp since its audio only.
ffplay.exe -nodisp rtp://192.168.1.17:1234