Recherche avancée

Médias (91)

Autres articles (29)

  • Demande de création d’un canal

    12 mars 2010, par

    En fonction de la configuration de la plateforme, l’utilisateur peu avoir à sa disposition deux méthodes différentes de demande de création de canal. La première est au moment de son inscription, la seconde, après son inscription en remplissant un formulaire de demande.
    Les deux manières demandent les mêmes choses fonctionnent à peu près de la même manière, le futur utilisateur doit remplir une série de champ de formulaire permettant tout d’abord aux administrateurs d’avoir des informations quant à (...)

  • Gestion de la ferme

    2 mars 2010, par

    La ferme est gérée dans son ensemble par des "super admins".
    Certains réglages peuvent être fais afin de réguler les besoins des différents canaux.
    Dans un premier temps il utilise le plugin "Gestion de mutualisation"

  • MediaSPIP Core : La Configuration

    9 novembre 2010, par

    MediaSPIP Core fournit par défaut trois pages différentes de configuration (ces pages utilisent le plugin de configuration CFG pour fonctionner) : une page spécifique à la configuration générale du squelettes ; une page spécifique à la configuration de la page d’accueil du site ; une page spécifique à la configuration des secteurs ;
    Il fournit également une page supplémentaire qui n’apparait que lorsque certains plugins sont activés permettant de contrôler l’affichage et les fonctionnalités spécifiques (...)

Sur d’autres sites (4594)

  • ffmpeg : Could not negotiate a supported cipher suite

    9 novembre 2016, par bot1131357

    I am trying to securely rtsp stream between two consoles on my computer.

    On the listening console I have :

    ffplay -rtsp_flags listen rtsps://127.0.0.1:8554/live.sdp?cert=domain.crt"&"key=domain.key

    On the streaming console I have :

    ffmpeg -f lavfi -i smptebars -c:v libvpx -f rtsp -rtsp_transport tcp rtsps://127.0.0.1:8554/live.sdp

    When I run ffmpeg on the second console, ffplay (1st console) returns with the following message :

    [tls @ 0x7f3eb8005be0] error:1408A0C1:SSL routines:ssl3_get_client_hello:no shared cipher
    [rtsp @ 0x7f3eb80008c0] Unable to open RTSP for listening
    rtsps://127.0.0.1:8554/live.sdp?cert=domain.crt&key=domain.key: Input/output error

    The second console shows this :

    Input #0, lavfi, from 'smptebars':
     Duration: N/A, start: 0.000000, bitrate: N/A
       Stream #0:0: Video: rawvideo (I420 / 0x30323449), yuv420p, 320x240 [SAR 1:1 DAR 4:3], 25 tbr, 25 tbn, 25 tbc
    [libvpx @ 0x120f8c0] v1.6.0-322-gc325fb7
    [tls @ 0x12340e0] Unable to negotiate TLS/SSL session
    Could not write header for output file #0 (incorrect codec parameters ?): Input/output errorStream mapping:
     Stream #0:0 -> #0:0 (rawvideo (native) -> vp8 (libvpx))
       Last message repeated 1 times

    I get the feeling that the command syntax that I use is incorrect, but I was unable to find much resources on this on the internet.
    Can someone point me in the right direction ?


    My build (Ubuntu 14.04 LTS)

    ffmpeg version N-82143-gbf14393 Copyright (c) 2000-2016 the FFmpeg developers
     built with gcc 4.8 (Ubuntu 4.8.4-2ubuntu1~14.04.3)
     configuration: --prefix=/home/reccsi/Dev/build-x64/ffmpeg-x64/ --target-os=linux --pkg-config-flags=--static --enable-shared --enable-libvpx --enable-libvorbis --enable-openssl --enable-pic --enable-debug
  • How to install X264

    4 juin 2011, par z-buffer

    I'm trying to make a program. When I run ./configure, this is what I get :

    checking for X264... configure: WARNING:
    Test application not built (x264 codec missing).
    Either you have not installed x264, or you
    have not installed it with the Gtk+ interface.
    If you compile it from source, add these options
    to configure:
    --enable-shared
    --enable-gtk

    I have installed various packages that are related to x264 and gtk, but I'm still getting this message. Which packages do I need to install ?

  • Extract video thumbnail using PHP without ffmpeg

    18 mai 2018, par SharpAffair

    The question is similar to : Is there any way to create a video thumbnail through PHP without ffmpeg ?
    However, that thread is 6-year old and technologies have evolved since then.

    Any way to extract a thumbnail from uploaded MP4 file using PHP ?

    Ffmpeg is great, but unfortunately unsupported on shared hosting accounts, requiring a dedicated server. And it’s a kinda overkill to use ffmpeg’s power just to generate a video preview picture.

    Any other simple solution ?