Recherche avancée

Médias (1)

Mot : - Tags -/publicité

Autres articles (57)

  • MediaSPIP 0.1 Beta version

    25 avril 2011, par

    MediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
    The zip file provided here only contains the sources of MediaSPIP in its standalone version.
    To get a working installation, you must manually install all-software dependencies on the server.
    If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...)

  • MediaSPIP version 0.1 Beta

    16 avril 2011, par

    MediaSPIP 0.1 beta est la première version de MediaSPIP décrétée comme "utilisable".
    Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
    Pour avoir une installation fonctionnelle, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
    Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...)

  • Amélioration de la version de base

    13 septembre 2013

    Jolie sélection multiple
    Le plugin Chosen permet d’améliorer l’ergonomie des champs de sélection multiple. Voir les deux images suivantes pour comparer.
    Il suffit pour cela d’activer le plugin Chosen (Configuration générale du site > Gestion des plugins), puis de configurer le plugin (Les squelettes > Chosen) en activant l’utilisation de Chosen dans le site public et en spécifiant les éléments de formulaires à améliorer, par exemple select[multiple] pour les listes à sélection multiple (...)

Sur d’autres sites (10711)

  • Revision 5a78c40657 : Moving framerate from VP9EncoderConfig to VP9_COMP. Framerate changes over time

    9 août 2014, par Dmitry Kovalev

    Changed Paths :
     Modify /vp9/encoder/vp9_encoder.c


     Modify /vp9/encoder/vp9_encoder.h


     Modify /vp9/encoder/vp9_ratectrl.c


     Modify /vp9/encoder/vp9_svc_layercontext.c


     Modify /vp9/vp9_cx_iface.c



    Moving framerate from VP9EncoderConfig to VP9_COMP.

    Framerate changes over time, VP9EncoderConfig supposed to have static
    read-only data.

    Change-Id : I36580a7ee71243c1eabb57691089691731d03e67

  • Streaming video segments uploaded in real time

    3 avril 2013, par HaneTV

    I have an application that send quicktime video segments (5s) to a nodejs server that convert them into mpeg-ts in order to stream them to a wowza server in real time :

    ffmpeg -i tempPath -c copy -bsf:v h264_mp4toannexb -f mpegts uploadDir/file.ts

    I want to know if there is a way to stream those segments in real time as they come on my nodejs server to a wowza server without interruption (assuming I can get the segments in time).
    I tried an Http live streaming style by making a playlist like this (updated when segments are uploaded)

    #EXTM3U
    #EXT-X-PLAYLIST-TYPE:EVENT
    #EXT-X-TARGETDURATION:5
    #EXT-X-VERSION:3
    #EXT-X-MEDIA-SEQUENCE:0
    #EXTINF:5,
    movie0.ts
    #EXTINF:5,
    movie1.ts
    #EXTINF:5,
    movie2.ts

    And calling ffmpeg to send it to wowza :

    ffmpeg -re -i hls+file://mypath/uploadDir/playlist.m3u8 -c copy -f flv rtmp://127.0.0.1/live/stream

    but without any success : ffmpeg doesn't want to stream without #EXT-X-ENDLIST tag and removing the 'hls+' produces lots of errors st:0 PTS: 0 DTS: 0 < 4997 invalid, clipping

    Is there a way to accomplish that ?

  • Revision 3011c53d36 : Fix a run-time integer overflow Change-Id : I87255d8a25ef8c7d235cbf3c8887d7bed78

    8 août 2014, par Yaowu Xu

    Changed Paths :
     Modify /vp9/vp9_cx_iface.c



    Fix a run-time integer overflow

    Change-Id : I87255d8a25ef8c7d235cbf3c8887d7bed7892cfe