Recherche avancée

Médias (0)

Mot : - Tags -/objet éditorial

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

Autres articles (106)

  • Amélioration de la version de base

    13 septembre 2013

    Jolie sélection multiple
    Le plugin Chosen permet d’améliorer l’ergonomie des champs de sélection multiple. Voir les deux images suivantes pour comparer.
    Il suffit pour cela d’activer le plugin Chosen (Configuration générale du site > Gestion des plugins), puis de configurer le plugin (Les squelettes > Chosen) en activant l’utilisation de Chosen dans le site public et en spécifiant les éléments de formulaires à améliorer, par exemple select[multiple] pour les listes à sélection multiple (...)

  • 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

  • Les formats acceptés

    28 janvier 2010, par

    Les commandes suivantes permettent d’avoir des informations sur les formats et codecs gérés par l’installation local de ffmpeg :
    ffmpeg -codecs ffmpeg -formats
    Les format videos acceptés en entrée
    Cette liste est non exhaustive, elle met en exergue les principaux formats utilisés : h264 : H.264 / AVC / MPEG-4 AVC / MPEG-4 part 10 m4v : raw MPEG-4 video format flv : Flash Video (FLV) / Sorenson Spark / Sorenson H.263 Theora wmv :
    Les formats vidéos de sortie possibles
    Dans un premier temps on (...)

Sur d’autres sites (14270)

  • avformat/hlsenc : support http method for hls fmp4

    24 mai 2018, par Steven Liu
    avformat/hlsenc : support http method for hls fmp4
    

    fix ticket : 7160

    Signed-off-by : Steven Liu <lq@chinaffmpeg.org>

    • [DH] libavformat/hlsenc.c
  • 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 !

  • I have RTSP I want to convert that into HTTP or HTTPS streaming server ?

    19 novembre 2019, par chackers

    After spending lot of time searching the solution, most of the solution I came across is old or not applicable to my system.

    I am using the Raspberry pi 3, which is connected to a local IP camera both are interconnected via tp link router.

    My local IP camera streams live on RTSP ://192.168.0.11:554

    I want this live feed to stream on HTTP or HTTPS. For eg : http://domainame/

    I have tried VLC and FFmpeg, here VLC is taking many loads on my raspberry pi which it cannot handle.
    Whereas, FFmpeg I had referred some site which leads to FF-server, is no longer working. Sites say to try mkvserver_mk2 (https://github.com/klaxa/mkvserver_mk2) which I am not able to run it successfully.

    Kindly help me convert RTSP stream to HTTP without much load given on the Raspberry Pi.

    Thanks.

    Please share your suggestions.