Recherche avancée

Médias (0)

Mot : - Tags -/protocoles

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

Autres articles (59)

  • Personnaliser en ajoutant son logo, sa bannière ou son image de fond

    5 septembre 2013, par

    Certains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;

  • Publier sur MédiaSpip

    13 juin 2013

    Puis-je poster des contenus à partir d’une tablette Ipad ?
    Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir

  • List of compatible distributions

    26 avril 2011, par

    The table below is the list of Linux distributions compatible with the automated installation script of MediaSPIP. Distribution nameVersion nameVersion number Debian Squeeze 6.x.x Debian Weezy 7.x.x Debian Jessie 8.x.x Ubuntu The Precise Pangolin 12.04 LTS Ubuntu The Trusty Tahr 14.04
    If you want to help us improve this list, you can provide us access to a machine whose distribution is not mentioned above or send the necessary fixes to add (...)

Sur d’autres sites (6642)

  • avformat/udp : specify the local address for some source filtered multicast joins

    21 septembre 2018, par Marton Balint
    avformat/udp : specify the local address for some source filtered multicast joins
    

    We already use localaddr for the multicast joins without source filters, so we
    should use them for source filters as well. This patch only fixes the
    IP_ADD_SOURCE_MEMBERSHIP and the IP_BLOCK_SOURCE case.

    Unless we do this, the kernel automatically selects an interface based on the
    source address, and that interface might be different from the one set in
    localaddr. For blocked sources this even casues EINVAL because we joined the
    multicast group on a different interface.

    Signed-off-by : Marton Balint <cus@passwd.hu>

    • [DH] libavformat/udp.c
  • using ffmpeg to rotate a RTSP stream and then restram that back to my local network ( usign windows )

    29 décembre 2022, par sesipod

    I would like to use FFMPEG to consume a stream from my cctv ip camera,rotate the video feed 90 and then re-streamt that back to my local network over rtsp. I would like to make this work on Windows only, and using the igpu in my machine to help with the cpu load. My camera does not support 90 degree rotation native so the use of FFMPEG would be nice help.

    &#xA;

    Here is what I have tried so far but it will not give me anything that I can watch on VLC for example.

    &#xA;

    ffmpeg -i rtsp://admin:passwordhere@192.168.1.147:554/h264Preview_01_main -vf "transpose=2" -c:v libx264 -b:v 1000k -s 640x480 -f rtsp&#xA;

    &#xA;

    rtsp://localhost:8888/live.sdp&#xA;

    &#xA;

  • avcodec/ff_init_vlc_sparse : use a local array for static vlcs avoiding malloc()

    13 juillet 2013, par Michael Niedermayer
    avcodec/ff_init_vlc_sparse : use a local array for static vlcs avoiding malloc()
    

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

    • [DH] libavcodec/bitstream.c