Recherche avancée

Médias (2)

Mot : - Tags -/documentation

Autres articles (13)

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

  • Déploiements possibles

    31 janvier 2010, par

    Deux types de déploiements sont envisageable dépendant de deux aspects : La méthode d’installation envisagée (en standalone ou en ferme) ; Le nombre d’encodages journaliers et la fréquentation envisagés ;
    L’encodage de vidéos est un processus lourd consommant énormément de ressources système (CPU et RAM), il est nécessaire de prendre tout cela en considération. Ce système n’est donc possible que sur un ou plusieurs serveurs dédiés.
    Version mono serveur
    La version mono serveur consiste à n’utiliser qu’une (...)

  • Gestion des droits de création et d’édition des objets

    8 février 2011, par

    Par 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 (3756)

  • Error using ffmpeg-Sharp

    17 octobre 2012, par NoProblemBabe

    Why does this code throws an MarshalDirectiveException ?
    Obs : I am using ffmpeg-Sharp

    Cannot marshal 'return value' : Pointers cannot reference marshaled
    structures. Use ByRef instead.

    class Program
    {
       unsafe static void Main(string[] args)
       {
           AVCodecContext* ctx =
                    FFmpeg.avcodec_alloc_context();
       }
    }
  • play a video inside a UIView with ffmpeg/sdl

    17 octobre 2012, par jAckOdE

    I'm trying to make a video player that can play various video format with ffmpeg and sdl2, and I need to display video frames inside a UIView. After looking into SDL api and its samples i couldnt find a way to do it. SDL use SDL_Renderer to render image in to a SDL_Window, which holds a reference to a UIWindow (the main UIWindow of the app), not a particular UIView.

    Any suggestion ?

  • Live Video Chat for iPhone and HTTP Live Streaming

    2 novembre 2014, par mayuur

    So generally, I want to make an app which has video chat functionality for iPhone. But after many searches, I am still not able to find any successful results. Is there any public or even for that matter, private API available for doing this on iPhone ??? If you have an YES answer, please help me.

    Basically, what I want is to read the streams of the video on both the devices connected for chatting. Thanks a lot in advance and please help me if you can.

    p.s - I have already checked iDoubs but it failed and always shows some unknown problem and for that reason, doesn’t allow me to connect to anyone.

    ALSO : The suggested method I have found is via HTTP Live Streaming. But, in that too, I have multiple doubts.

    1.) I need to find how do I upload my video from iPhone to the HTTP server from where I would be broadcasting ?

    2.) Can you please post something related to setting up the server ? How do I feed the video to the FFMPEG Server ?

    Mainly, I need to find the upload method. I am right now simply sending hex-code in the form of NSDATA to the server and I am stuck there. The main problem is, It is live. How do I handle that ?

    It would be best, if you could help me make the iDoubs work properly.

    Thank you so much for any kind of support !