Recherche avancée

Médias (17)

Mot : - Tags -/wired

Autres articles (55)

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

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

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

  • Cannot play second sdp file with FFMPEG : Address already in use

    8 novembre 2017, par user1490563

    SUMMARY- iam not able to process two sdp files simultaneously on one machine. ffmpeg throws "bind failed : Address already in use"

    My aim to get an stream from webRTC ( via kurento ) and then trancode it to be sent to RTMP server. I was able to generate an dp file and it transcoded easily but second one gave an error - "Address already in use".

    What i have already tried -
    i have dynamically changed the video and audio port in both files so that ports do not overlap (files pasted at the end of question ).
    i was albe to see that while one stream was successfully getting transcoded,the other streams video and audio ports were blocked by the same FFMPEG instance running for the first one. I do not know why or how.
    Its possible that i may be doing some mistake.
    Requesting help. i will like to stream multiple live videos at the same time.

    first SDP file

    v=0
    o=- 0 0 IN IP4 127.0.0.1
    s=KMS
    c=IN IP4 127.0.0.1
    t=0 0
    m=audio 49170 RTP/AVP 97
    a=recvonly
    a=rtpmap:97 PCMU/8000
    a=fmtp:97 profile-level-id=1;mode=AAC-hbr;sizelength=13;indexlength=3;indexdeltalength=3;config=1508
    m=video 55000 RTP/AVP 96
    a=rtpmap:96 H264/90000
    a=fmtp:96 packetization-mode=1

    second SDP file :

    v=0
    o=- 0 0 IN IP4 127.0.0.1
    s=KMS
    c=IN IP4 127.0.0.1
    t=0 0
    m=audio 49171 RTP/AVP 97
    a=recvonly
    a=rtpmap:97 PCMU/8000
    a=fmtp:97 profile-level-id=1;mode=AAC-hbr;sizelength=13;indexlength=3;indexdeltalength=3;config=1508
    m=video 55001 RTP/AVP 96
    a=rtpmap:96 H264/90000
    a=fmtp:96 packetization-mode=1
  • libavcodec/als : fix address sanitization error in decoder

    13 novembre 2017, par Umair Khan
    libavcodec/als : fix address sanitization error in decoder
    

    Signed-off-by : Umair Khan <omerjerk@gmail.com>

    • [DH] libavcodec/alsdec.c
  • dcaenc : silence address sanitizer warning

    26 avril 2013, par Paul B Mahol
    dcaenc : silence address sanitizer warning
    

    Signed-off-by : Paul B Mahol <onemda@gmail.com>

    • [DH] libavcodec/dcaenc.c