
Recherche avancée
Médias (1)
-
Video d’abeille en portrait
14 mai 2011, par
Mis à jour : Février 2012
Langue : français
Type : Video
Autres articles (80)
-
Amélioration de la version de base
13 septembre 2013Jolie sélection multiple
Le plugin Chosen permet d’améliorer l’ergonomie des champs de sélection multiple. Voir les deux images suivantes pour comparer.
Il suffit pour cela d’activer le plugin Chosen (Configuration générale du site > Gestion des plugins), puis de configurer le plugin (Les squelettes > Chosen) en activant l’utilisation de Chosen dans le site public et en spécifiant les éléments de formulaires à améliorer, par exemple select[multiple] pour les listes à sélection multiple (...) -
Emballe médias : à quoi cela sert ?
4 février 2011, parCe plugin vise à gérer des sites de mise en ligne de documents de tous types.
Il crée des "médias", à savoir : un "média" est un article au sens SPIP créé automatiquement lors du téléversement d’un document qu’il soit audio, vidéo, image ou textuel ; un seul document ne peut être lié à un article dit "média" ; -
MediaSPIP v0.2
21 juin 2013, parMediaSPIP 0.2 est la première version de MediaSPIP stable.
Sa date de sortie officielle est le 21 juin 2013 et est annoncée ici.
Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
Comme pour la version précédente, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...)
Sur d’autres sites (10665)
-
Live Video Streaming from android device to server [on hold]
23 octobre 2013, par Android_sphey friends i want your help
i search a lot and study lots of code available for streaming for android but yet i can't get clear idea for me. i want simple one thing to pass stream from android device to wowza server in H.264 encoding for video and AAC for Audio.
here some links which i already serf :
Which not anwser :Link 1
i also refer this most popular question from our site : Link 2
but this useful but at some level ..
1) Native side by using FFmpeg library i can able to send video stream but can't find a way how to encode video in H.264 format : Downloaded from here
2) SPYdroid demo i found but from this i can send video stream to particular server :
Downloaded from Hereso guys if you know some thing please help me so i can find a way.
-
Is it possible to run ffmpeg command in android for streaming ?
21 juillet 2016, par Arun RajiahI am trying to stream android screen through ffmpeg. Is there anyway to run the ffmpeg command directly in the android phone for streaming through udp ?
-
ffmpeg streaming slow on android
10 juillet 2016, par gemisoftI am trying to forward HLS stream http://vevoplaylist-live.hls.adaptive.level3.net/vevo/ch1/06/prog_index.m3u8 to streaming server from my Android device.
I am using https://github.com/WritingMinds/ffmpeg-android-java library to get ffmpeg working in my Android Studio project.
The problem is that when I stream in 720p resolution with ffmpeg from my Android phone the server income rate is max 500kbps on 4G network what is not enough for 720p streaming and also 480p.
I tried to troubleshoot this issue by streaming from the same network but using my PC and the server stream income rate was good - around 1200kbps for 720p streaming.
Is it possible that Android device has too slow hardware for ffmpeg ? is there a way to use mentioned library with Android hardware acceleration ? Would hardware acceleration with MediaCodec API improve streaming speed ?
Here is log from my application :
https://1drv.ms/t/s !AtXVGSZVYflZhFwIhg1s1jq_6e7gHere is CPU usage on my Android device :
https://1drv.ms/f/s !AtXVGSZVYflZhGFT2akG2tD2uelBHere is CPU usage on my PC :
https://1drv.ms/f/s !AtXVGSZVYflZhGIPSwe5GHjHWFCGThanks