Recherche avancée

Médias (1)

Mot : - Tags -/Rennes

Autres articles (112)

  • Personnaliser en ajoutant son logo, sa bannière ou son image de fond

    5 septembre 2013, par

    Certains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;

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

  • (Dés)Activation de fonctionnalités (plugins)

    18 février 2011, par

    Pour gérer l’ajout et la suppression de fonctionnalités supplémentaires (ou plugins), MediaSPIP utilise à partir de la version 0.2 SVP.
    SVP permet l’activation facile de plugins depuis l’espace de configuration de MediaSPIP.
    Pour y accéder, il suffit de se rendre dans l’espace de configuration puis de se rendre sur la page "Gestion des plugins".
    MediaSPIP est fourni par défaut avec l’ensemble des plugins dits "compatibles", ils ont été testés et intégrés afin de fonctionner parfaitement avec chaque (...)

Sur d’autres sites (11799)

  • ffmpeg with nginx rtmp multiple udp not streaming well

    16 septembre 2017, par Dlniya Dlzar

    I am using ffmpeg for live streaming via nginx rtmp , i am streaming 20 streams for each server (UDP to rtmp) i wrote small python script to loop
    through each streams and run following command for each stream, but each time i start streaming some of the streams not working , i mean ffmpeg not send to nginx , if i use (http to rtmp or rtmp to rtmp etc) everything is working fine just when i use (udp to rtmp) this problem happen , please advice . sorry for bad English : this is my command

    ffmpeg -i udp://localhost:3000 -filter_complex
    [0]yadif[main];movie=/root/ftc/logo/logo3.png[logo];[main]
    [logo]overlay=650:10" -c:a aac -ac 1 -strict -2 -c:v libx264 -maxrate 2000k
    -bufsize 2000k -g 40 -r 23 -preset ultrafast -threads 1 -f flv
    rtmp://localhost:3000/live/stream1 null >/dev/null
    2>/var/log/ffmpeg.log &
  • ffmpeg streaming on embedded device [closed]

    18 février 2012, par JoeFrizz

    I have a problem with the ffmpeg streaming application.

    When I try to dump a RTSP (mp4) stream to a file on my
    desktop (Ubuntu) everything works fine...

    What I actually want to do is to download the same stream
    with an embedded system (very limited CPU power)...

    While I get about 150 fps on the desktop my embedded system loads
    about 2 fps only and struggles after downloading
    of approx. 150 frames. All the other frames (about 1000 total)
    are dublicated or missing...

    Can this problem be fully explained by the weak CPU power
    of the embedded system ? Does the RTSP protocol allow streaming
    far below the normal rates (my desktop achieves) ?

    Are there any tricks to overcome that issue ?

  • what's your suggestion about AVOption setting for live streaming player in Android ?

    4 juin 2015, par Jerikc XIONG

    I have made a live stream player for android based on ijkplayer. I need some suggestions about the AVOption setting for live streaming. I am new to live streaming. Any suggestion is preferred.

    Thanks.