
Recherche avancée
Médias (1)
-
The pirate bay depuis la Belgique
1er avril 2013, par
Mis à jour : Avril 2013
Langue : français
Type : Image
Autres articles (57)
-
Participer à sa traduction
10 avril 2011Vous pouvez nous aider à améliorer les locutions utilisées dans le logiciel ou à traduire celui-ci dans n’importe qu’elle nouvelle langue permettant sa diffusion à de nouvelles communautés linguistiques.
Pour ce faire, on utilise l’interface de traduction de SPIP où l’ensemble des modules de langue de MediaSPIP sont à disposition. ll vous suffit de vous inscrire sur la liste de discussion des traducteurs pour demander plus d’informations.
Actuellement MediaSPIP n’est disponible qu’en français et (...) -
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 -
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 (12691)
-
Converting an RTP stream to RTSP or HTTP on Android
15 mars 2012, par MobilityLabI have been trying to write and Android App for a specific application. Basically, I will have a device on the LAN that will be transmitting RTP packets containing H.264 encoded video, where all parameters are predefined. I need to capture these packets and display the video on an Android phone/tablet. My original thought was to capture all the RTP packets and add any additional packets that are necessary to supply the MediaPlayer class with enough information to display the video via RTSP.
While I started to investigate that possibility, I found this, but the question remains unanswered.
So, my question is, what advice/suggestions does anyone have for converting a RTP stream into a RTSP or HTTP context that MediaPlayer will understand. Does anyone know how to configure FFMPEG to do this ? Perhaps another tool that I can compile to Android, or a Java library that has this functionality.
If you think I will have to manually code this process, any advice or references would be greatly appreciated.
Thanks,
Andrew @ MobilityLab
-
Retrieve orientation info for video under Android
22 avril 2013, par C YoungJust like
ExifInterface.TAG_ORIENTATION
's working for JPEG, how can I retrieve orientation info for video ?For example I record a video in portrait mode, the orientation of video should be 90 or 270.
And when I record a video in landscape mode, the value should be 0 or 180.
When playing video,
MediaPlayer
in SDK always works correctly, but I don't find any way to retrieve this info.Finally, if I cannot get orientation of video using android SDK, can I get this info using FFMPEG ?
Thanks very much for your help
-
What is the Android equivalent of /dev/video0 for tablet Camera ?
25 mai 2012, par flock.duxIs there any /dev/video0 file for Android Camera ? I want to capture camera preview through ffmpeg on Android. Such as ;
ffmpeg -f video4linux2 -i /dev/video0 out.mpeg