Recherche avancée

Médias (1)

Mot : - Tags -/stallman

Autres articles (42)

  • 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

  • Configuration spécifique d’Apache

    4 février 2011, par

    Modules spécifiques
    Pour la configuration d’Apache, il est conseillé d’activer certains modules non spécifiques à MediaSPIP, mais permettant d’améliorer les performances : mod_deflate et mod_headers pour compresser automatiquement via Apache les pages. Cf ce tutoriel ; mode_expires pour gérer correctement l’expiration des hits. Cf ce tutoriel ;
    Il est également conseillé d’ajouter la prise en charge par apache du mime-type pour les fichiers WebM comme indiqué dans ce tutoriel.
    Création d’un (...)

  • Contribute to a better visual interface

    13 avril 2011

    MediaSPIP is based on a system of themes and templates. Templates define the placement of information on the page, and can be adapted to a wide range of uses. Themes define the overall graphic appearance of the site.
    Anyone can submit a new graphic theme or template and make it available to the MediaSPIP community.

Sur d’autres sites (5806)

  • Live feed from drone to smartphone in Android Visual Studio

    13 mai 2016, par Sam van Dijk

    I am working with Android(monodroid) in Visual Studio with Xamarin for a project to fly a drone with a virtual reality goggle. I am trying to make a live feed from my AR Drone 2.0 to my Android smartphone. I have the code to make it work, but I can’t use the FFmpeg libraries I have for Android. I have no idea why I can’t use these libraries.

    I have searched on the internet for a solution, but nothing is working. I’ve searched for builds to build my own libraries and searched for already builded libraries.

    Is there a simple way to get FFmpeg Android libraries to use for my project ?

  • MPEG-DASH Encoding for Live Streaming

    16 mai 2016, par Mcp

    I want to do encode a live stream for MPEG-DASH in various bitrates and resolutions for live playback.

    Everything I found so far either uses only the source resolution (Nimble, nginx-rtmp-module) or seems to be only for VOD streaming(DASHEncoder).

    Is it possible to use DASHEncoder with a live input (rtmp stream) and how would I do that ?
    If not, is it possible to use nginx-rtmp + ffmpeg for what I want to do ?

  • Live Streaming to AMS using Ffmpeg not playing in mobile browser

    6 mai 2016, par Gaurav Bora

    I have installed Ffmpeg and am streaming a video to my adobe media server (Rtmp url) usinf Ffmpeg. The stream is playing in desktop browsers but not on mobile browsers. When I use OBS to stream to the same Rtmp url, it plays in both laptop and mobile browsers. The command that I use to stream using Ffmpeg and which is working in desktop browsers is

    ffmpeg -re -i samplefile.mp4 -c:v copy -c:a copy -f flv "rtmp url of my adobe media server/streamkey"

    TIA