Recherche avancée

Médias (0)

Mot : - Tags -/organisation

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (98)

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

  • Problèmes fréquents

    10 mars 2010, par

    PHP et safe_mode activé
    Une des principales sources de problèmes relève de la configuration de PHP et notamment de l’activation du safe_mode
    La solution consiterait à soit désactiver le safe_mode soit placer le script dans un répertoire accessible par apache pour le site

  • Ajouter des informations spécifiques aux utilisateurs et autres modifications de comportement liées aux auteurs

    12 avril 2011, par

    La manière la plus simple d’ajouter des informations aux auteurs est d’installer le plugin Inscription3. Il permet également de modifier certains comportements liés aux utilisateurs (référez-vous à sa documentation pour plus d’informations).
    Il est également possible d’ajouter des champs aux auteurs en installant les plugins champs extras 2 et Interface pour champs extras.

Sur d’autres sites (10158)

  • ffmpeg : how to stream from rtmp to FLS ?

    21 juin 2016, par yarek

    I can create HLS from static MPEG4 using that command :

    ffmpeg -i video.mp4 -codec copy -map 0 -f segment -segment_list out.list -segment_time 10 out%03d.ts

    I am now trying to achieve that :

    live RTMP(FME)------->FFMEG-------------->HLS

    enter image description here

    I tried with :

    ffmpeg -i rtmp://127.0.0.1:1935/live/video -codec copy -map 0 -f segment -segment_list out.list -segment_time 10 out%03d.ts

    But got error :

    Closing connection : NetStream.Play.StreamNotFound
    rtmp ://127.0.0.1:1935/live/video : Unknown error occurred

    Any idea how to achieve :

    RTMP---->FMPEG----->HLS ?

    I also tried :

    ffmpeg -i "rtmp://localhost:1935/live/yarek live=1" -codec copy -map 0 -f segment -segment_list out.list -segment_time 10 out%03d.ts

    Seems better but stucks :

    ble-zlib

    libavutil 52. 0.100 / 52. 0.100
    libavcodec 54. 69.100 / 54. 69.100
    libavformat 54. 35.100 / 54. 35.100
    libavdevice 54. 3.100 / 54. 3.100
    libavfilter 3. 20.106 / 3. 20.106
    libswscale 2. 1.101 / 2. 1.101
    libswresample 0. 16.100 / 0. 16.100
    libpostproc 52. 1.100 / 52. 1.100
    rtmp server sent error
    Metadata :
    videokeyframe_frequency8.00
    avclevel 31.00
    videodevice Microsoft LifeCam Cinema
    keywords
    width 320.00
    videodatarate 350.00
    presetname Custom
    copyright
    creationdate Mon Oct 29 17:51:08 2012
    videocodecid avc1
    author
    avcprofile 66.00
    title
    height 240.00
    description
    rating
    framerate 20.00

    Thanks

  • winrt : multithreading support

    29 septembre 2015, par wang-bin
    winrt : multithreading support
    

    _beginthreadex is for desktop only. CreateThread is available for windows store apps on windows (and phone) 8.1 and later. http://msdn.microsoft.com/en-us/library/ms682453%28VS.85%29.aspx

    Signed-off-by : Matt Oliver <protogonoi@gmail.com>

    • [DH] compat/w32pthreads.h
    • [DH] configure
    • [DH] libavutil/cpu.c
  • swscale : cosmetic fixes

    26 avril 2020, par Nelson Gomez
    swscale : cosmetic fixes
    

    Signed-off-by : Nelson Gomez <nelson.gomez@microsoft.com>

    • [DH] libswscale/output.c
    • [DH] libswscale/swscale_internal.h