
Recherche avancée
Autres articles (111)
-
List of compatible distributions
26 avril 2011, parThe table below is the list of Linux distributions compatible with the automated installation script of MediaSPIP. Distribution nameVersion nameVersion number Debian Squeeze 6.x.x Debian Weezy 7.x.x Debian Jessie 8.x.x Ubuntu The Precise Pangolin 12.04 LTS Ubuntu The Trusty Tahr 14.04
If you want to help us improve this list, you can provide us access to a machine whose distribution is not mentioned above or send the necessary fixes to add (...) -
MediaSPIP Core : La Configuration
9 novembre 2010, parMediaSPIP Core fournit par défaut trois pages différentes de configuration (ces pages utilisent le plugin de configuration CFG pour fonctionner) : une page spécifique à la configuration générale du squelettes ; une page spécifique à la configuration de la page d’accueil du site ; une page spécifique à la configuration des secteurs ;
Il fournit également une page supplémentaire qui n’apparait que lorsque certains plugins sont activés permettant de contrôler l’affichage et les fonctionnalités spécifiques (...) -
Gestion des droits de création et d’édition des objets
8 février 2011, parPar défaut, beaucoup de fonctionnalités sont limitées aux administrateurs mais restent configurables indépendamment pour modifier leur statut minimal d’utilisation notamment : la rédaction de contenus sur le site modifiables dans la gestion des templates de formulaires ; l’ajout de notes aux articles ; l’ajout de légendes et d’annotations sur les images ;
Sur d’autres sites (5812)
-
Revision 39810 : On dépile le commit 39809 On va chercher une autre solution
12 août 2010, par eric@… — LogOn dépile le commit 39809
On va chercher une autre solution -
Choose good solution for streaming video in android [closed]
28 novembre 2013, par Alex TranI always find solution for fixing this bug
"Invalid streaming" or "Can not play video"
on many devices.
I researched and found many people get this bug.
There are two solutions :
-
At Server side : Convert to appropriate "h264 avc baseline + web optimized *.mp4" format for Android device can stream & play video.
-
At Android side : Use third-party library to fix :
-
VitamioBundle : I tested on many devices,
some devices (Android version 4.0.3 or above, and have StageFright
framework) stream & play video very good, but the others (before
Android version 4.0) is not . I think the framework on the device causes it. (related to OpenCore/StageFright framework) -
Ffmpeg : I researched about Android NDK. And know how to build to file *.so.
-
Actually, I can not edit at server side.
Can I use ffmpeg in second solution ?
But I don't really know it is the good way or not ?
p/s : Actually, I want to stream and play video from the server on all devices have version from Froyo 2.2.
Please tell me,
Regards,
-
-
Live video broadcasting in android using front and back facing cameras [on hold]
1er décembre 2016, par Jun KimThis is my first time I am posting a question on Stack Overflow.
I am currently developing an android application. My goal is to make an app that captures and records video and broadcasts it to other mobile devices as well as web browsers like
facebook
live.
(Nowadays, famous apps like Youtube, Facebook, Twitch, Periscope has this function)Now, I am just researching what technologies and ways to develop this app.
I have been researching and reading a lot of blogs and documentations for the past five weeks about FFMpeg, different types of streaming technologies, types of web servers etc. I decided to use MPEG-DASH for my app and nginx server (Nginx-rtmp-module).
While searching further, I got stuck and confused about how I can possibly capture & record video using internal camera of Android mobile devices.
I was thinking that I could use MediaRecorder to capture & record (I could hardly find an example using MediaRecorder to record video) and use FFMpeg
to somehow encode with the certain video and audio codecs to make a container format and send it to nginx server to broadcast other devices.
But then.... i am not sure if this is the right way to do it...My questions is... I would like to know the whole process (in detail if it possible) how I can possible record and broadcast to other devices.
The whole process of recording video using internal camera that is in user’s mobile device and send the frame to the server to broadcast to other devices seems difficult to imagine for me... Can anyone elaborate ?
Or any suggestion about how can I reach my goal ?
Every help would be appreciated.