Recherche avancée

Médias (0)

Mot : - Tags -/signalement

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

Autres articles (111)

  • 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

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

Sur d’autres sites (13145)

  • Mpeg2-TS bad output and pixelation from FFmpeg on Android

    8 décembre 2020, par henry

    I am using the FFmpeg extension for Exoplayer to play mpeg2ts video on a mobile device.
The device doesn't have a hardware codec for mpeg2ts video. So I want to use SW codec with FFmpeg.
But the output frames were broken, bad pixelation.
See the captured frame below.
enter image description here

    


    But when I ran the same application on an Aosp device, the video frame was correct.

    


    Does anyone have an idea why the output on mobile was broken ?
Actually, I don't have any background in FFmpeg and mpeg2ts media format.
And I just got this source from an Exoplayer distributor who is not available anymore.

    


    I added ffmpeg_jni file
ffmpeg_jni.cpp

    


  • rtsp method SETUP failed : 453 Not Enough Bandwith

    23 janvier 2018, par Eric Zhang

    On my raspberry pi 3+B, I’m using ffmpeg+ffserver to streaming two cams.

    I run both commands at the background :

    raspivid -o - t 0 -w 640 -h 480 -fps 25 -n | ffmpeg -i - -crf 26 -preset ultrafast http://localhost:1234/feed1.ffm
    python cam.py | ffmpeg -f rawvideo -vcodec rawvideo -s 80x60 -pix_fmt bgr24 -r 26 -i - -an -vcodec libx264 -preset ultrafast http://localhost:123/feed2.ffm

    I have a laptop running a python script to read cam from raspberry pi via wireless.

    When I read them individually, Each of them works fine. However, I get rtsp method SETUP failed: 453 Not Enough Bandwith when I try to read them at the same time.

    Any idea ?

    Thanks

  • rtsp method SETUP failed : 453 Not Enough Bandwith

    29 avril 2017, par Eric Zhang

    On my raspberry pi 3+B, I’m using ffmpeg+ffserver to streaming two cams.

    I run both commands at the background :

    raspivid -o - t 0 -w 640 -h 480 -fps 25 -n | ffmpeg -i - -crf 26 -preset ultrafast http://localhost:1234/feed1.ffm
    python cam.py | ffmpeg -f rawvideo -vcodec rawvideo -s 80x60 -pix_fmt bgr24 -r 26 -i - -an -vcodec libx264 -preset ultrafast http://localhost:123/feed2.ffm

    I have a laptop running a python script to read cam from raspberry pi via wireless.

    When I read them individually, Each of them works fine. However, I get rtsp method SETUP failed: 453 Not Enough Bandwith when I try to read them at the same time.

    Any idea ?

    Thanks