Recherche avancée

Médias (29)

Mot : - Tags -/Musique

Autres articles (49)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

  • Creating farms of unique websites

    13 avril 2011, par

    MediaSPIP platforms can be installed as a farm, with a single "core" hosted on a dedicated server and used by multiple websites.
    This allows (among other things) : implementation costs to be shared between several different projects / individuals rapid deployment of multiple unique sites creation of groups of like-minded sites, making it possible to browse media in a more controlled and selective environment than the major "open" (...)

  • Contribute to documentation

    13 avril 2011

    Documentation is vital to the development of improved technical capabilities.
    MediaSPIP welcomes documentation by users as well as developers - including : critique of existing features and functions articles contributed by developers, administrators, content producers and editors screenshots to illustrate the above translations of existing documentation into other languages
    To contribute, register to the project users’ mailing (...)

Sur d’autres sites (5723)

  • Capture video on iOS device and live stream it to a server (or another mobile)

    13 février 2015, par theDuncs

    I want to be able to record footage using my iOS device and stream it directly to a server.

    There’s quite a few articles on S.O. that talk about this, but I’m not sure any have answered the question very well.

    Should I be using HTTP Live Streaming, or is this just for sending data to an iPhone ?
    Should I be using AVCaptureSession to grab the video (a segment at a time ?), sending each segment to the server ?
    Should I be using AVCaptureVideoDataOutput and ffmpeg for streaming ?

    I’m a little lost with all this, so any sample code or docs or links would be really appreciated.

    Thanks for your help guys.

    Duncan

  • Revision 354c566044 : restore examples to doxygen output these were incorrectly stripped in : 50fa585

    15 février 2014, par James Zern

    Changed Paths :
     Modify /docs.mk


     Modify /examples.mk



    restore examples to doxygen output

    these were incorrectly stripped in :
    50fa585 Removing examples code generation and making them static.

    Change-Id : Idb475ad5b303634311e9f616604312cb925cc6a9

  • Accessing AVFrame using AVOption

    14 juin 2023, par Fr3ddyDev

    avcodec_get_frame_class() is now deprecated but AVFrame's docs still link to it to access AVFrame's field using AVOptions. Is there an alternative way to get AVFrame's AVClass ? Should I just access the fields directly and forget about AVOptions ?

    


    I want my application to remain as stable as possible even on version changes so AVOptions looked like the better way to interface with FFmpeg.