Recherche avancée

Médias (91)

Autres articles (65)

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

  • Les tâches Cron régulières de la ferme

    1er décembre 2010, par

    La gestion de la ferme passe par l’exécution à intervalle régulier de plusieurs tâches répétitives dites Cron.
    Le super Cron (gestion_mutu_super_cron)
    Cette tâche, planifiée chaque minute, a pour simple effet d’appeler le Cron de l’ensemble des instances de la mutualisation régulièrement. Couplée avec un Cron système sur le site central de la mutualisation, cela permet de simplement générer des visites régulières sur les différents sites et éviter que les tâches des sites peu visités soient trop (...)

  • Supporting all media types

    13 avril 2011, par

    Unlike most software and media-sharing platforms, MediaSPIP aims to manage as many different media types as possible. The following are just a few examples from an ever-expanding list of supported formats : images : png, gif, jpg, bmp and more audio : MP3, Ogg, Wav and more video : AVI, MP4, OGV, mpg, mov, wmv and more text, code and other data : OpenOffice, Microsoft Office (Word, PowerPoint, Excel), web (html, CSS), LaTeX, Google Earth and (...)

Sur d’autres sites (11388)

  • Republish RTMP or RTSP stream to Windows Media Services

    25 novembre 2016, par Ioannis Kokkinis

    I would like a definite answer on if it is possible to republish an RTMP stream to a windows media services publishing point with any free software (preferably ffmpeg).If yes, how ? This point can be a smooth streaming publishing point or the older version of media services.

    for the smooth streaming scenario there is some information on the internet, but no real answers or working examples on how it was achieved. People suggest to use ffmpeg this way :

    ffmpeg -re -i rtmp://xxx.xxx.xxx.xxx:1935/application/stream  -movflags isml+frag_keyframe -f ismv -threads 0 -acodec copy -vcodec copy 'http://xxx.xxx.xxx.xxx/publishpoint_name.isml/Streams(video)'

    This ofcourse requires for the the source video to be h264 and source audio to be aac. also requires that you have setup IIS and installed the smooth streaming web component and have setup a push publishing point with the name "publishpoint_name" (not sure if the isml is needed)

    The above does not work for me, and information is scarce on the internet.

  • avformat/hls : Fix regression with ranged media segments

    26 juillet 2016, par Anssi Hannula
    avformat/hls : Fix regression with ranged media segments
    

    Commit 81306fd4bdf ("hls : eliminate ffurl_* usage", merged in d0fc5de3a6)
    changed the hls demuxer to use AVIOContext instead of URLContext for its
    HTTP requests.

    HLS demuxer uses the "offset" option of the http demuxer, requesting
    the initial file offset for the I/O (http URLProtocol uses the "Range :"
    HTTP header to try to accommodate that).

    However, the code in libavformat/aviobuf.c seems to be doing its own
    accounting for the current file offset (AVIOContext.pos), with the
    assumption that the initial offset is always zero.

    HLS demuxer does an explicit seek after open_url to account for cases
    where the "offset" was not effective (due to the URL being a local file
    or the HTTP server not obeying it), which should be a no-op in case the
    file offset is already at that position.

    However, since aviobuf.c code thinks the starting offset is 0, this
    doesn’t work properly.

    This breaks retrieval of ranged media segments.

    To fix the regression, just drop the seek call from the HLS demuxer when
    the HTTP(S) protocol is used.

    • [DH] libavformat/hls.c
  • Pas de déplacement dans un media

    11 juin 2013

    Pouvoir modifier le pas de déplacement lors des touches du clavier (seek) qui est par défaut à 5% mais pourrait être 1sec ou 1% ou 1 frame ?