Recherche avancée

Médias (0)

Mot : - Tags -/diogene

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

Autres articles (52)

  • Les autorisations surchargées par les plugins

    27 avril 2010, par

    Mediaspip core
    autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs

  • MediaSPIP Player : problèmes potentiels

    22 février 2011, par

    Le lecteur ne fonctionne pas sur Internet Explorer
    Sur Internet Explorer (8 et 7 au moins), le plugin utilise le lecteur Flash flowplayer pour lire vidéos et son. Si le lecteur ne semble pas fonctionner, cela peut venir de la configuration du mod_deflate d’Apache.
    Si dans la configuration de ce module Apache vous avez une ligne qui ressemble à la suivante, essayez de la supprimer ou de la commenter pour voir si le lecteur fonctionne correctement : /** * GeSHi (C) 2004 - 2007 Nigel McNie, (...)

  • Contribute to a better visual interface

    13 avril 2011

    MediaSPIP is based on a system of themes and templates. Templates define the placement of information on the page, and can be adapted to a wide range of uses. Themes define the overall graphic appearance of the site.
    Anyone can submit a new graphic theme or template and make it available to the MediaSPIP community.

Sur d’autres sites (6875)

  • lavf/network : split ff_listen_bind into ff_listen and ff_accept

    3 juillet 2015, par Stephan Holljes
    lavf/network : split ff_listen_bind into ff_listen and ff_accept
    

    Signed-off-by : Stephan Holljes <klaxa1337@googlemail.com>

    • [DH] libavformat/network.c
    • [DH] libavformat/network.h
  • libavformat/network : use defined constant in poll

    27 janvier 2016, par Zhao Zhili
    libavformat/network : use defined constant in poll
    

    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavformat/network.c
  • FFmpeg multicast with multiple network interfaces

    6 février 2019, par Virkom

    I have java-application as wrapper on FFmpeg. I need to capture mp2 multicast stream, convert it to mp3 and send converted multicast stream to another address.
    It works well. But now I have two network interfaces. And one of them for internet/local network (eth1). Need to configure second network interface (eth2) to capture and send multicast streams.

    But ffmpeg try to capture from first network interface by default. I can see packets in tcpdump, but ffmpeg don’t capture it from eth2.

    How can I specify interface for stream capturing and interface for stream sending ?