Recherche avancée

Médias (91)

Autres articles (97)

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

  • Multilang : améliorer l’interface pour les blocs multilingues

    18 février 2011, par

    Multilang est un plugin supplémentaire qui n’est pas activé par défaut lors de l’initialisation de MediaSPIP.
    Après son activation, une préconfiguration est mise en place automatiquement par MediaSPIP init permettant à la nouvelle fonctionnalité d’être automatiquement opérationnelle. Il n’est donc pas obligatoire de passer par une étape de configuration pour cela.

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

  • How to play raw iLBC frame

    27 novembre 2014, par Quanlong

    I implemented a iLBC encoder, then I want to play the encoded iLBC frames in order to check if encoder works as expected.

    I have tried with ffmpeg

  • Not able to play .mpd file of MPEG-DASH stream

    29 novembre 2018, par JAVA Coder

    I have made segments of a mp4 file and uploaded all .m4s segments,.initmp4 file and the .mpd file to s3 bucket and used the url of .mpd file to play the full file using online DASH players of akamai,bitmovin,videoJs,dashJs etc but failed.

    When I tried to play the .mpd file by using GPAC MP4Client on command prompt just can hear the audio with a blank screen.

    You can find the commands here which I have used to make segments of the mp4 file.

  • Record and play at same time using FFMPEG (from usb)

    9 février 2018, par Eduardo Preto

    I’m trying to record and play at the same time from a Video Capture Device (USB3HDCAP). Currently my script is this :

    ffmpeg  -f dshow -i video="CY3014 USB, Analog 01 Capture" mark1.mp4 -preset ultrafast -vcodec libx264 -tune zerolatency -vcodec mpeg4 -f mpegts udp://127.0.0.1:23000

    Basically I’m streaming the video using UDP to my computer using VLC (to play). However, the video quality (from file) is perfect, but the stream is delayed a several seconds and quality is not so good has I pretend.

    Anyone has some sugestion of how can I improve my implementation ?