
Recherche avancée
Médias (2)
-
Valkaama DVD Label
4 octobre 2011, par
Mis à jour : Février 2013
Langue : English
Type : Image
-
Podcasting Legal guide
16 mai 2011, par
Mis à jour : Mai 2011
Langue : English
Type : Texte
Autres articles (110)
-
MediaSPIP 0.1 Beta version
25 avril 2011, parMediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
The zip file provided here only contains the sources of MediaSPIP in its standalone version.
To get a working installation, you must manually install all-software dependencies on the server.
If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...) -
HTML5 audio and video support
13 avril 2011, parMediaSPIP uses HTML5 video and audio tags to play multimedia files, taking advantage of the latest W3C innovations supported by modern browsers.
The MediaSPIP player used has been created specifically for MediaSPIP and can be easily adapted to fit in with a specific theme.
For older browsers the Flowplayer flash fallback is used.
MediaSPIP allows for media playback on major mobile platforms with the above (...) -
ANNEXE : Les plugins utilisés spécifiquement pour la ferme
5 mars 2010, parLe site central/maître de la ferme a besoin d’utiliser plusieurs plugins supplémentaires vis à vis des canaux pour son bon fonctionnement. le plugin Gestion de la mutualisation ; le plugin inscription3 pour gérer les inscriptions et les demandes de création d’instance de mutualisation dès l’inscription des utilisateurs ; le plugin verifier qui fournit une API de vérification des champs (utilisé par inscription3) ; le plugin champs extras v2 nécessité par inscription3 (...)
Sur d’autres sites (13666)
-
Can use nginx rtmp to play video before live stream ?
10 août 2017, par NateI want to create streaming server and I’ve idea to play intro before play stream.
| |
| user —> nginx —> intro (.mp4) —> live streaming |
| |Possible to do it with nginx + ffmpeg ?
thank.
-
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
-
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
-