Recherche avancée

Médias (1)

Mot : - Tags -/artwork

Autres articles (27)

  • Initialisation de MediaSPIP (préconfiguration)

    20 février 2010, par

    Lors de l’installation de MediaSPIP, celui-ci est préconfiguré pour les usages les plus fréquents.
    Cette préconfiguration est réalisée par un plugin activé par défaut et non désactivable appelé MediaSPIP Init.
    Ce plugin sert à préconfigurer de manière correcte chaque instance de MediaSPIP. Il doit donc être placé dans le dossier plugins-dist/ du site ou de la ferme pour être installé par défaut avant de pouvoir utiliser le site.
    Dans un premier temps il active ou désactive des options de SPIP qui ne le (...)

  • 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

  • Emballe médias : à quoi cela sert ?

    4 février 2011, par

    Ce 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" ;

Sur d’autres sites (5482)

  • Live video broadcasting in android using front and back facing cameras [on hold]

    1er décembre 2016, par Jun Kim

    This 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.

  • Revision 50038 : Petites améliorations du formulaire de configuration On retrouve le logo ...

    28 juillet 2011, par kent1@… — Log

    Petites améliorations du formulaire de configuration
    On retrouve le logo pour CFG2
    Un peu de ménage dans les sites :
    Les éléments enlevés de la liste :
    - Bluegger => fermé
    - Furl => renvoit vers diigo.com
    - Kirtsy => ne semble plus être un site de ce type
    - Mixx => racheté et ne fonctionne plis
    - pioche.fr => N’existe plus
    - propeller.com => Racheté par aol news
    - Shoutwire => semble avoir disparu de la toile
    - http://simpy.com/ => semble avoir disparu de la toile
    - http://www.tagtooga.com/ => semble avoir disparu de la toile
    - twine => pointe vers evri.com => url à trouver ?
    Les éléments ajoutés :
    - BarraPunto ? => http://barrapunto.com
    - Bitacoras => http://bitacoras.com
    - Dzone => http://www.dzone.com/
    - Friendfeed => http://www.friendfeed.com
    - identi.ca => http://identi.ca
    - linkedin => http://www.linkedin.com
    - Plaxo
    Petite modification de l’url de facebook
    On incrémente le numéro de version

  • How to stream HD video from ffmpeg using php ?

    8 mars 2018, par Anh Nhim

    I using FFmpeg to stream video HD on facebook but I have a problem. When I execute the command

    ffmpeg -re -stream_loop -1 -i "/var/www/1.mp4" -vcodec libx264 -preset veryfast -maxrate 500k -bufsize 2500k -vf "format=yuv420p" -g 60 -acodec libmp3lame -b:a 198k -ar 44100 -f flv "......."

    in SSH, I see Video HD but when I use command through shell_exec() or exec(), I only see video in 360p or 240p.