Recherche avancée

Médias (91)

Autres articles (54)

  • Participer à sa traduction

    10 avril 2011

    Vous pouvez nous aider à améliorer les locutions utilisées dans le logiciel ou à traduire celui-ci dans n’importe qu’elle nouvelle langue permettant sa diffusion à de nouvelles communautés linguistiques.
    Pour ce faire, on utilise l’interface de traduction de SPIP où l’ensemble des modules de langue de MediaSPIP sont à disposition. ll vous suffit de vous inscrire sur la liste de discussion des traducteurs pour demander plus d’informations.
    Actuellement MediaSPIP n’est disponible qu’en français et (...)

  • 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

  • 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

Sur d’autres sites (6768)

  • avformat/tls_schannel : always decrypt all received data

    12 mai 2020, par Jan Ekström
    avformat/tls_schannel : always decrypt all received data
    

    The dec_buf seems to be properly managed between read calls,
    and we have no logic to decrypt before attempting socket I/O.
    Thus - until now - such data would not be decrypted in case of
    connections such as HTTP keep-alive, as the recv call would
    always get executed first, block until rw_timeout, and then get
    retried by retry_transfer_wrapper.

    Thus - if data is received - decrypt all of it right away. This way
    it is available for the following requests in case they can be
    satisfied with it.

    • [DH] libavformat/tls_schannel.c
  • ffserver streaming h.264 raw data

    11 novembre 2014, par Samuel David Hudson

    I have a c++/openGL application which generate a .h264 stream using a hardware encoder (nvidia grid). Im using ffserver to serve the stream to be consumed via a url.

    The application writes out the stream data to a file on disk, which gets added to as time goes by.

    ffserver.conf

    # Port on which the server is listening. You must select a different
    # port from your standard HTTP web server if it is running on the same
    # computer.
    HttpPort 8090

    <stream>
       File "/home/ec2-user/demo/movie.h264"
       NoAudio
       Format mpegts
    </stream>

    The problem i am having is that whenever you view the stream, it starts from the begining of the data, rather than from ’now’. I want the stream to be as realtime as possible.

    Does anyknow know how i might achieve this ?

  • How can i use live data from an api to livestream using FFMPEG

    17 août 2022, par Steve Mimshak

    I would like to use live data from an api in a live stream video in real time how i did not find any information about how this is possible.

    &#xA;

    I want to use an ubuntu server with FFMPEG to create the livestream.

    &#xA;

    Does anyone know how to do it.

    &#xA;