Recherche avancée

Médias (0)

Mot : - Tags -/metadatas

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

Autres articles (112)

  • MediaSPIP 0.1 Beta version

    25 avril 2011, par

    MediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
    The zip file provided here only contains the sources of MediaSPIP in its standalone version.
    To get a working installation, you must manually install all-software dependencies on the server.
    If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...)

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

  • ANNEXE : Les plugins utilisés spécifiquement pour la ferme

    5 mars 2010, par

    Le site central/maître de la ferme a besoin d’utiliser plusieurs plugins supplémentaires vis à vis des canaux pour son bon fonctionnement. le plugin Gestion de la mutualisation ; le plugin inscription3 pour gérer les inscriptions et les demandes de création d’instance de mutualisation dès l’inscription des utilisateurs ; le plugin verifier qui fournit une API de vérification des champs (utilisé par inscription3) ; le plugin champs extras v2 nécessité par inscription3 (...)

Sur d’autres sites (16252)

  • Sending an mp4 video over the network with avconv command to a raspberry pi in a piwall videowall

    21 juillet 2017, par noswoscar

    I would like to send an mp4 video from a raspbery pi to another raspberry-pi (in order to build a piwall) but the command I am using for sending a video stream (tested with correct outcome on other devices) doesn’t work.

    Details :
    I am using the avconv command from libav.org to send an mp4 video from a "master raspberry pi" through the network to my "slave raspberry pi". The raspberry pi (which is receiving the video) has the Raspbian Jessie Operating System on it. The goal of my experiment is to use the pwomxplayer command to display the video received on the "slave raspberry pi".

    The full command i am using for sending the mp4 video stream is as follows :
    avconv -re -i input.mp4 -vcodec libx264 -f h264 -an udp ://224.0.0.1:1234
    (works when sending to my raspberry pi from my dell laptop)

    It is interesting to note that when using the pre-mentioned avconv command on my dell laptop which has an intel processor and debian OS installed, the video stream is sent properly. However, the same command doesn’t work when sending the video stream from a raspberry pi which has an arm processor and raspbian OS installed.
    I wonder why this is !

    Am I right in thinking the arm processor is not interpreting my command avconv as well as the intel processor ? Or is it more a question of architecture ? Or is my avconv command syntax incorrect ?

    Thank you for your help !

    More info :
    Ip address of master raspberry pi : 192.168.72.10
    Ip address of slave raspberry pi : 192.168.72.11
    I am using the route add -net 224.0.0.0 netmask 224.0.0.0 eth0 command on master pi to send the video stream to all laptops connected to my ethernet port.
    The following command works for files ending in .h264 :
    avconv -re -i input.h264 -vcodec libx264 -f h264 -an udp ://224.0.0.1:1234
    (but I would like to send .mp4 files encoded with h264 not just .h264 files)

  • Revision 109827 : Ajout d’options sur les saisies, et y++ - checkboxes et radios : ...

    11 juin 2018, par nicolas.dorigny@… — Log

    Ajout d’options sur les saisies, et y++
    - checkboxes et radios : pouvoir désactiver certains choix (disable_choix)
    - checkboxes : nombre maximal de choix possibles (maximum_choix)
    - textarea : nombre maximal de caractères (longueur_max)
    avec une vérification côté client (navigateur) en JS
    TODO :
    - vérifications en PHP
    - traduire la chaine en JS dans saisies/textarea.html, ligne 34 (chaine de texte avec une variable), pour l’instant en français "en dur"

  • Revision 109827 : Ajout d’options sur les saisies, et y++ - checkboxes et radios : ...

    11 juin 2018, par nicolas.dorigny@… — Log

    Ajout d’options sur les saisies, et y++
    - checkboxes et radios : pouvoir désactiver certains choix (disable_choix)
    - checkboxes : nombre maximal de choix possibles (maximum_choix)
    - textarea : nombre maximal de caractères (longueur_max)
    avec une vérification côté client (navigateur) en JS
    TODO :
    - vérifications en PHP
    - traduire la chaine en JS dans saisies/textarea.html, ligne 34 (chaine de texte avec une variable), pour l’instant en français "en dur"