Recherche avancée

Médias (1)

Mot : - Tags -/publier

Autres articles (39)

  • 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

  • HTML5 audio and video support

    13 avril 2011, par

    MediaSPIP uses HTML5 video and audio tags to play multimedia files, taking advantage of the latest W3C innovations supported by modern browsers.
    The MediaSPIP player used has been created specifically for MediaSPIP and can be easily adapted to fit in with a specific theme.
    For older browsers the Flowplayer flash fallback is used.
    MediaSPIP allows for media playback on major mobile platforms with the above (...)

Sur d’autres sites (5308)

  • avformat/network : add union for avoiding strict aliassing violations with sockaddr*

    12 septembre 2014, par Michael Niedermayer
    avformat/network : add union for avoiding strict aliassing violations with sockaddr*
    

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

    • [DH] libavformat/network.h
  • How do IP camera stream video across home network

    22 janvier 2018, par Ouroboros

    My question is how do the IP camera stream the data from home network to public network. Here’s how I think it can be done :

    1. If I’d to set up something like this using a raspberry pi camera module. I’d probably use port forwarding on my Access Point/Wifi Router. However, clearly, this is not a scalable solution, and there must be something else that off the shelf IP cameras must be doing.

    2. One option is to stream the video (using ffmpeg) to a remove server, and then that remote server can probably again "re-stream" that ? -If this is indeed the case, how is it done ?

    I understand backend architecture very strongly, and have developed fairly complex onces so I do want a fairly technical answer for this one.

  • Distributed video decoding over a network

    26 mars 2015, par tkcast

    i’m developing a videowall controller.
    I can use any technology of programming language needed, and I want to decode videos of arbitrarily high resolution on my videowall.

    One possible solution is :
    - split the ultra high video into several slices using ffmpeg and have one computer to decode each tile of the videowall separately. I’d use the network only to control the playback

    Another interesting solution :
    - only a master computer would have the huge video, and it would control a distributed decoding over the network. Is it even possible ? how ?

    Thanks !