Recherche avancée

Médias (1)

Mot : - Tags -/net art

Autres articles (104)

  • Use, discuss, criticize

    13 avril 2011, par

    Talk to people directly involved in MediaSPIP’s development, or to people around you who could use MediaSPIP to share, enhance or develop their creative projects.
    The bigger the community, the more MediaSPIP’s potential will be explored and the faster the software will evolve.
    A discussion list is available for all exchanges between users.

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

  • MediaSPIP Player : les contrôles

    26 mai 2010, par

    Les contrôles à la souris du lecteur
    En plus des actions au click sur les boutons visibles de l’interface du lecteur, il est également possible d’effectuer d’autres actions grâce à la souris : Click : en cliquant sur la vidéo ou sur le logo du son, celui ci se mettra en lecture ou en pause en fonction de son état actuel ; Molette (roulement) : en plaçant la souris sur l’espace utilisé par le média (hover), la molette de la souris n’exerce plus l’effet habituel de scroll de la page, mais diminue ou (...)

Sur d’autres sites (9464)

  • avformat : implement SChannel SSP TLS protocol

    4 octobre 2015, par Hendrik Leppkes
    avformat : implement SChannel SSP TLS protocol
    

    This implementation does not support TLS listen sockets and loading
    CA/Certs from files.

    The Windows API does not support loading PEM certs, and would either
    require a manual loader or instead be limited to loading Windows PFX
    certificates

    TLS listen sockets would have to be implemented quite separately, as many
    of the APIs are different for server-mode (as opposed to client mode).

    • [DH] configure
    • [DH] libavformat/Makefile
    • [DH] libavformat/allformats.c
    • [DH] libavformat/tls.h
    • [DH] libavformat/tls_schannel.c
  • Capture raw video using v4l2 encode with mpeg-2 codec and stream mpeg2-ts to socket

    8 octobre 2013, par Dennis Jansky

    Sorry for the inconvenience, but I am a newbie to ffmpeg. I am trying to take raw video from a camera, encode using mpeg-2 and transport using MPEG2-TS. This seems relatively easily until I add the requirement that this all be done using sockets. I have looked at the documentation, for ffmpeg, and I am able to retrieve the video, encode and stream to a file. However, I would like to remove the file and send the data straight down a socket. Does anyone know if this can be done ? Again, I am sorry if this is a newb question :-

    Thanks,
    Dennis

  • 2 video decoding with same bitrate android inspired from grafika/fadden

    9 mars 2016, par Bee

    How to do double decoding(2 videos decoding) with same bit rate android ? I mean I want to play 2 videos in 2 different views but syncronisedly. I found this grafika double decoder. But it is not with same bitrate.
    The documentation says that.
    Any one know any sample project or guideline that I can follow ? Or maybe just can illustrate the steps I have to do ? May be used ffmpeg or something else ? Can anyone plese help me ?