Recherche avancée

Médias (1)

Mot : - Tags -/biographie

Autres articles (111)

  • Personnaliser les catégories

    21 juin 2013, par

    Formulaire de création d’une catégorie
    Pour ceux qui connaissent bien SPIP, une catégorie peut être assimilée à une rubrique.
    Dans le cas d’un document de type catégorie, les champs proposés par défaut sont : Texte
    On peut modifier ce formulaire dans la partie :
    Administration > Configuration des masques de formulaire.
    Dans le cas d’un document de type média, les champs non affichés par défaut sont : Descriptif rapide
    Par ailleurs, c’est dans cette partie configuration qu’on peut indiquer le (...)

  • Script d’installation automatique de MediaSPIP

    25 avril 2011, par

    Afin de palier aux difficultés d’installation dues principalement aux dépendances logicielles coté serveur, un script d’installation "tout en un" en bash a été créé afin de faciliter cette étape sur un serveur doté d’une distribution Linux compatible.
    Vous devez bénéficier d’un accès SSH à votre serveur et d’un compte "root" afin de l’utiliser, ce qui permettra d’installer les dépendances. Contactez votre hébergeur si vous ne disposez pas de cela.
    La documentation de l’utilisation du script d’installation (...)

  • De près ou de loin...

    29 avril 2011, par

    Ils ne le savent pas forcément mais sont indispensables
    MediaSPIP est un logiciel open-source, il se base sur d’autres logiciels, et d’autres logiciels lui sont également nécessaires pour fonctionner ... Les personnes ici listées ne savent pas forcément qu’elles ont un rôle important dans le développement, elles ont apporté leur connaissances dans le cadre de la création d’une partie de ces éléments nécessaires ou ont écrit des articles permettant de comprendre certaines choses... il semble indispensable (...)

Sur d’autres sites (12334)

  • RTP streaming with FFMPEG [closed]

    24 octobre 2012, par Aniket Awati

    I am trying to use rtp streaming using ffmpeg. I am taking input from pulseaudio and creating an rtp stream.
    i.e.
    ffmpeg -re -f pulse -ac 2 -i SOURCE -ac 2 -acodec libmp3lame -re -f rtp rtp ://192.168.1.4:70000

    this is the sdp output that I get.

    v=0
    o=- 0 0 IN IP4 127.0.0.1
    s=No Name
    c=IN IP4 192.168.1.4
    a=tool:libavformat 54.20.100^M
    m=audio 7000 RTP/AVP 14^M

    Now when I play this SDP from the same machine it runs.
    But when I try to play it from other machines in the lan, it doesn't run.
    For eg. using mplayer I get - Can't get stream info - error.

    What is going wrong here ?

    Or should I be using some other server for streaming ?

  • I am trying to develop On demand and live streaming video analysis using java.?

    2 avril 2020, par PATEL UJASH

    After a lot of R&D I got something for video analysis.I am gonna use Kafka, spark and openCV. But i am suck in how to deliver streaming on demand and live streaming video. I got FFMPEG help to capture video from different devices or you can stream any Video File too. FFMPEG also help in Video encoding and decoding also. But after encode the video we need to send that data Into any streaming engine like wowza streaming engine, Red5 or AWS media elemental services. I watch some video they have used OBS software for stream.

    



    What if i want to stream it using FFMPEG and publish the video streaming on RTMP link. That link are generated by wowza streaming engine or aws media elemental service like rtsp://[wowza-ip-address]:1935/[application]/[stream-name] ?

    



    How to deliver different video frames resolution according to bandwidth ?.

    


  • lavc : don’t show "Invalid and inefficient vfw-avi..." warning in mpeg4 parser

    9 septembre 2013, par wm4
    lavc : don’t show "Invalid and inefficient vfw-avi..." warning in mpeg4 parser
    

    Only the actual decoder should print this warning.

    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavcodec/mpeg4video_parser.c