Recherche avancée

Médias (1)

Mot : - Tags -/book

Autres articles (111)

  • Script d’installation automatique de MediaSPIP

    25 avril 2011, par

    Afin de palier aux difficultés d’installation dues principalement aux dépendances logicielles coté serveur, un script d’installation "tout en un" en bash a été créé afin de faciliter cette étape sur un serveur doté d’une distribution Linux compatible.
    Vous devez bénéficier d’un accès SSH à votre serveur et d’un compte "root" afin de l’utiliser, ce qui permettra d’installer les dépendances. Contactez votre hébergeur si vous ne disposez pas de cela.
    La documentation de l’utilisation du script d’installation (...)

  • Ajouter des informations spécifiques aux utilisateurs et autres modifications de comportement liées aux auteurs

    12 avril 2011, par

    La manière la plus simple d’ajouter des informations aux auteurs est d’installer le plugin Inscription3. Il permet également de modifier certains comportements liés aux utilisateurs (référez-vous à sa documentation pour plus d’informations).
    Il est également possible d’ajouter des champs aux auteurs en installant les plugins champs extras 2 et Interface pour champs extras.

  • Automated installation script of MediaSPIP

    25 avril 2011, par

    To overcome the difficulties mainly due to the installation of server side software dependencies, an "all-in-one" installation script written in bash was created to facilitate this step on a server with a compatible Linux distribution.
    You must have access to your server via SSH and a root account to use it, which will install the dependencies. Contact your provider if you do not have that.
    The documentation of the use of this installation script is available here.
    The code of this (...)

Sur d’autres sites (13159)

  • Live Stream from FFMpeg Not playing on mobile [on hold]

    3 mai 2016, par Avishek Sharma

    The following piece of code plays the live stream on the browser but not on the mobile.

    ffmpeg -re -i input.mp4 -c:v copy -c:a copy -f flv "rtmp url"
  • Split a live video stream from a webcam with ffmpeg [duplicate]

    15 septembre 2020, par guidop21

    I can show the live streaming of my webcam on the screen with the following command :

    


    ffplay -f dshow -video_size 1280x720 -i "video = Integrated Webcam"


    


    I can also save it in mp4 format in a folder with the following command :

    


    ffmpeg -f dshow -i video = "Integrated Webcam" -f mp4 "C: \ Program Files (x86) \ ffmpeg \ test \ clips \ out% 02d.mp4"


    


    How do I save in the same folder as the 60 second video clips of my live streaming ??
Thanks for your help

    


  • FFMPEG multi bitrate wowza live streaming keyframe alignment

    27 septembre 2013, par Michael Dietriech

    I tried live streaming with ffmpeg to wowza but even though i use -r 25 -g 50 -keyint_min 50 -sc_threshold 0, the keyframes don't seem to be aligned at the same place of the stream for all the outputs so when Wowza makes chunks for HLS out of it, the keyframes don't get alligned at the beginning of each chunk.

    Any suggestions ?