Recherche avancée

Médias (16)

Mot : - Tags -/mp3

Autres articles (57)

  • 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

  • Personnaliser en ajoutant son logo, sa bannière ou son image de fond

    5 septembre 2013, par

    Certains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;

  • 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 (10383)

  • How to use ffmpeg library for live streaming in ios [on hold]

    10 mai 2016, par Sunil Sharma

    I build FFMPEG library in my project with the help of this link but I don’t have any idea how to use FFMPEG how to send video to server ?
    I have to live stream from iphone so video frames need to send to rtmp server.How to do this using librtmp library ?
    Any tutorial or library link will be help for me.

  • C# Using NReco FFMpegConverter to take live video screenshots

    21 novembre 2014, par Lance Bloom

    I have an an application running as an Azure Web Role where I want to take screenshots of live RTSP video streams on a Wowza server. I am using the NReco FFMpegConverter wrapper. I am having issues with consistency. Sometimes the code doesn’t execute at all, sometimes it executes right away, sometimes it take 2-3 minutes for the screenshot to be created. I’ve tested this on static (not live) mp4 videos and everything is executed flawlessly (within 1-2 seconds).

    Stream thumb1 = new System.IO.MemoryStream();

    var ffMpeg = new NReco.VideoConverter.FFMpegConverter();                
    ffMpeg.GetVideoThumbnail("rtsp://99.99.99.99:1935/streamurl", thumb1);

    //Code to upload file to blob storage
    blob = testContainer.GetBlockBlobReference("test.jpg");

    thumb1.Seek(0, SeekOrigin.Begin);
    blob.Properties.ContentType = "image/jpg";
    blob.UploadFromStream(s);

    The error I get during failed execution is "Output file #0 does not contain any stream". I am really curious why it takes 2-3 minutes to get an output screenshot sometimes, while other times only a few seconds. Looking for any advice on how to improve this approach and still use the C# NReco wrapper.

    Thanks !

  • Android : Live Stream RMTP video from Wowza server

    4 décembre 2013, par Tamanna

    I am developing an android application in which i want to publish as well as stream a video..

    What I want is :

    1. My app record a video and that video is sent to server

    2. The recorded vieo will ve streamed live to another android device at the
      same time..

    I have completed the first task using javac and ffmpeg

    I am stuck in second task.. i have searched a lot to stream the video from server but didn't succeed..

    I dont want to use WebView and play the video in It. I want RMTP player ..

    This task has been completed in iOS.. I want dame for Android..
    Can anyone suggest me some link to fulfill my task ???

    P.S. :

    I am using wowza server and RMTP stream.. I would like to stream RMTP video(.flv).. If no solution avaliable. i can swicth to RSTP