Recherche avancée

Médias (0)

Mot : - Tags -/xmlrpc

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (98)

  • MediaSPIP 0.1 Beta version

    25 avril 2011, par

    MediaSPIP 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 (...)

  • ANNEXE : Les plugins utilisés spécifiquement pour la ferme

    5 mars 2010, par

    Le 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 (...)

  • Publier sur MédiaSpip

    13 juin 2013

    Puis-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 (10518)

  • FFMPEG : Capture and Stream from Android Mobile Camera

    18 avril 2023, par Software Development Consultan

    I am checking for how we can use ffmpeg command line in android like using WritingMinds ffmpeg compiled for Android or any other Git project.

    



    I am trying to set following command :

    



    -loglevel trace -f android_camera -camera_index 0 -video_size hd720 -framerate 30 -input_queue_size 2 -i discarded -map 0 -vcodec libx264 -y /sdcard/editor_input/out.mp4"

    



    But it gives Unrecognized option 'camera_index'.

    



    There are some project like "https://github.com/CrazyOrr/FFmpegRecorder" which has Recorder App to store MP4 file but they seems uses FFMPEG APIs and code for getting frames and all, I Just want to directly use ffmpeg as commandline like we use in Linux.

    



    Can someone please guide what is best way to capture from android camera and stream MPEGTS stream on UDP ?

    



    Thanks.

    


  • Using FFmpeg without NDK in android

    11 juin 2016, par Butani Vijay

    I go though many site and search regarding "FFMPEG" implementation for android project.

    Most solution founded are using NDK.

    but i want to use FFmpeg without using NDK as i found in This Link

  • ffmpeg streaming slow on android

    10 juillet 2016, par gemisoft

    I 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_6e7g

    Here is CPU usage on my Android device :
    https://1drv.ms/f/s !AtXVGSZVYflZhGFT2akG2tD2uelB

    Here is CPU usage on my PC :
    https://1drv.ms/f/s !AtXVGSZVYflZhGIPSwe5GHjHWFCG

    Thanks