Recherche avancée

Médias (1)

Mot : - Tags -/epub

Autres articles (100)

  • MediaSPIP v0.2

    21 juin 2013, par

    MediaSPIP 0.2 est la première version de MediaSPIP stable.
    Sa date de sortie officielle est le 21 juin 2013 et est annoncée ici.
    Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
    Comme pour la version précédente, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
    Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...)

  • 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

  • Configuration spécifique d’Apache

    4 février 2011, par

    Modules spécifiques
    Pour la configuration d’Apache, il est conseillé d’activer certains modules non spécifiques à MediaSPIP, mais permettant d’améliorer les performances : mod_deflate et mod_headers pour compresser automatiquement via Apache les pages. Cf ce tutoriel ; mode_expires pour gérer correctement l’expiration des hits. Cf ce tutoriel ;
    Il est également conseillé d’ajouter la prise en charge par apache du mime-type pour les fichiers WebM comme indiqué dans ce tutoriel.
    Création d’un (...)

Sur d’autres sites (6815)

  • ffmpeg convert rtp to mp4(http) streaming

    24 février 2016, par Asoul

    I want to use ffmpeg for transcoding RTP streaming to MP4(HTTP) streaming, so I can play in html video tag,

    but I can only transcode to flv format successfully.

    Below is my settings :

    [/etc/ffserver.conf]

    ...

    <feed>
     File /tmp/feed1.ffm
     FileMaxSize 5M
     ACL allow localhost
    </feed>

    <stream flv="flv">
     Feed feed1.ffm
     Format flv
     VideoFrameRate 40
     VideoBitRate 128
     VideoSize 1920x1080
     AVOptionVideo flags +global_header
     AudioBitRate 24
     AudioChannels 2
     AudioSampleRate 44100
     AVOptionAudio flags +global_header
    </stream>

    <stream mp4="mp4">
     Feed feed1.ffm
     Format mp4
     VideoFrameRate 40
     VideoBitRate 128
     VideoSize 1920x1080
     AVOptionVideo flags +global_header
     AudioBitRate 24
     AudioChannels 2
     AudioSampleRate 44100
     AVOptionAudio flags +global_header
    </stream>

    <stream avi="avi">
     Feed feed1.ffm
     Format avi
     VideoFrameRate 40
     VideoBitRate 128
     VideoSize 1920x1080
     AVOptionVideo flags +global_header
     AudioBitRate 24
     AudioChannels 2
     AudioSampleRate 44100
     AVOptionAudio flags +global_header
    </stream>

    [Commands]

    $ ffserver -d -f /etc/ffserver.conf

    $ ffmpeg -i MY_RTP_SOURCE  http://localhost:8090/feed1.ffm

    [Other information]

    1. Input format

    $ ffprobe -i MY_RTP_SOURCE

    Input #0, rtp, from ’MY_RTP_SOURCE’ :
    Duration : N/A, start : 47175.696200, bitrate : N/A
    Program 1
    Stream #0:1 : Video : h264 (High) (HDMV / 0x564D4448), yuv420p, 1920x1080, 25 tbr, 90k tbn
    Stream #0:0 : Audio : aac (LC), 44100 Hz, stereo, fltp, 255 kb/s

    1. AVI error message when access (at ffserver)

    Wed Feb 17 17:09:16 2016 127.0.0.1 - - New connection : GET /avi
    Wed Feb 17 17:09:16 2016 [avi @ 0x7fac8b800150]Too large number of skipped frames 873420092564 > 60000
    Wed Feb 17 17:09:16 2016 Error writing frame to output for stream ’avi’ : Invalid argument
    Wed Feb 17 17:09:16 2016 [avi @ 0x7fac8b800150]Too large number of skipped frames 873420092564 > 60000
    Wed Feb 17 17:09:16 2016 127.0.0.1 - - [GET] "/avi HTTP/1.1" 200 2598

    1. MP4 error mesage when access (at ffserver)
    Wed Feb 17 17:09:56 2016 127.0.0.1 - - New connection : GET /mp4
    Wed Feb 17 17:09:56 2016 [mp4 @ 0x7fac8c000150]muxer does not support non seekable output
    Wed Feb 17 17:09:56 2016 Error writing output header for stream ’mp4’ : Invalid argument
    Wed Feb 17 17:09:56 2016 127.0.0.1 - - [GET] "/mp4 HTTP/1.1" 200 62
    
    1. My ffmpeg version
    ffmpeg version 2.8.6 Copyright (c) 2000-2016 the FFmpeg developers
    built with Apple LLVM version 7.0.2 (clang-700.1.81)
    configuration : —prefix=/usr/local/Cellar/ffmpeg/2.8.6 —enable-shared —enable-pthreads —enable-gpl —enable-version3 —enable-hardcoded-tables —enable-avresample —cc=clang —host-cflags= —host-ldflags= —enable-opencl —enable-libx264 —enable-libmp3lame —enable-libvo-aacenc —enable-libxvid —enable-vda
    libavutil      54. 31.100 / 54. 31.100
    libavcodec     56. 60.100 / 56. 60.100
    libavformat    56. 40.101 / 56. 40.101
    libavdevice    56.  4.100 / 56.  4.100
    libavfilter     5. 40.101 /  5. 40.101
    libavresample   2.  1.  0 /  2.  1.  0
    libswscale      3.  1.101 /  3.  1.101
    libswresample   1.  2.101 /  1.  2.101
    libpostproc    53.  3.100 / 53.  3.100
    

    If anyone know how to solve it or need more information, please tell me, thanks !

  • avutil/error : Add HTTP 429 Too Many Requests AVERROR code

    22 avril 2024, par Derek Buitenhuis
    avutil/error : Add HTTP 429 Too Many Requests AVERROR code
    

    This is a common error code from e.g. CDNs or cloud storage, and
    it is useful to be able to handle it differently to a generic
    4XX code.

    Its source is RFC6585.

    Signed-off-by : Derek Buitenhuis <derek.buitenhuis@gmail.com>

    • [DH] libavutil/error.c
    • [DH] libavutil/error.h
    • [DH] libavutil/version.h
  • FFmpeg code not working on http url for thumbnail extraction

    1er août 2014, par user2240379

    I am trying to extract thumbnail from sharepoint 2013 video library. I found a link which can extract using ffmpeg. this is the link :
    [How can I save first frame of a video as image ?

    filename = "http://siteurl/" + items["FileRef"].ToString();

    When i replaced the input file with sharepoint site url and video name then it does not produce any thumbnail. I also gives error on

    ffmpeg.Start();
           ffmpeg.WaitForExit();
           ffmpeg.Close()

    I would like to understand how make it work for http url.
    If it is not possible to use url in ffmpeg can anyone suggest another method to achieve thumbnail.(as i want the thumbnail to be set automatically using 1st frame from of video if it not set manually)