Recherche avancée

Médias (0)

Mot : - Tags -/xmlrpc

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

Autres articles (5)

  • Que fait exactement ce script ?

    18 janvier 2011, par

    Ce script est écrit en bash. Il est donc facilement utilisable sur n’importe quel serveur.
    Il n’est compatible qu’avec une liste de distributions précises (voir Liste des distributions compatibles).
    Installation de dépendances de MediaSPIP
    Son rôle principal est d’installer l’ensemble des dépendances logicielles nécessaires coté serveur à savoir :
    Les outils de base pour pouvoir installer le reste des dépendances Les outils de développements : build-essential (via APT depuis les dépôts officiels) ; (...)

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

  • XMP PHP

    13 mai 2011, par

    Dixit Wikipedia, XMP signifie :
    Extensible Metadata Platform ou XMP est un format de métadonnées basé sur XML utilisé dans les applications PDF, de photographie et de graphisme. Il a été lancé par Adobe Systems en avril 2001 en étant intégré à la version 5.0 d’Adobe Acrobat.
    Étant basé sur XML, il gère un ensemble de tags dynamiques pour l’utilisation dans le cadre du Web sémantique.
    XMP permet d’enregistrer sous forme d’un document XML des informations relatives à un fichier : titre, auteur, historique (...)

Sur d’autres sites (2976)

  • FFMPEG - ignoring invalid SAR : 0/0

    10 septembre 2015, par Sultanen

    Im using FFMPEG to merge multiple IP cameras streams into one MPEG stream. This works well for some cameras but i get this error message when i stream a DLink MJPEG stream :

    [mjpeg @ 0x7fd0f900b600] ignoring invalid SAR: 0/000:00.26 bitrate=2673.8kbits/s dup=1 drop=907    
       Last message repeated 12 times
    [mjpeg @ 0x7fd0f900b600] ignoring invalid SAR: 0/000:00.26 bitrate=2673.8kbits/s dup=1 drop=920    
       Last message repeated 13 times
    [mjpeg @ 0x7fd0f900b600] ignoring invalid SAR: 0/000:00.26 bitrate=2673.8kbits/s dup=1 drop=934    
       Last message repeated 12 times
    [mjpeg @ 0x7fd0f900b600] ignoring invalid SAR: 0/000:00.26 bitrate=2673.8kbits/s dup=1 drop=947

    The ffmpeg command i use is :

    ffmpeg \
    -i http://admin:@IP1/video.cgi?resolution=640x480 \
    -i http://admin:@IP2/video.cgi?resolution=640x480 \
    -filter_complex "[0:v]scale=320:240,pad=640:480[a]; [1:v]scale=320:240[b];[a][b]overlay=320[out]" \
    -map [out] \
    -f mpeg1video \
    -r 30 http://outputURL \

    ffprobe gives me the following information about the stream

    [mjpeg @ 0x7fe20b80c000] Format mjpeg detected only with low score of 25, misdetection possible!
    [mjpeg @ 0x7fe20c000000] ignoring invalid SAR: 0/0
    Input #0, mjpeg, from 'http://admin:@IP1/video.cgi?resolution=640x480':
     Duration: N/A, bitrate: N/A
       Stream #0:0: Video: mjpeg, yuvj420p(pc, bt470bg/unknown/unknown), 640x480, 25 tbr, 1200k tbn, 25 tbc

    What does this mean and how can i avoid it ?

  • I am able to create m3u8 file using ffmpeg from rtmp live but not able to play the file in html5 video tag & apple device

    3 janvier 2014, par Nikita

    I am able to create the m3u8 file by following steps :

    1.Execute ffmpeg -v verbose -i rtmp://<host>:<port>/<stream> -c:v libx264 -c:a aac -ac 1 -strict -2 -crf 18 -profile:v baseline -maxrate 400k -bufsize 1835k -pix_fmt yuv420p -flags -global_header -hls_time 10 -hls_list_size 6 -hls_wrap 10 -start_number 1 <pathtofolderyouwantto>/<streamname>.m3u8
    </streamname></pathtofolderyouwantto></stream></port></host>

    2.Make that folder you just mentioned on ffmpeg command () to be accessible by an http url.

    3.Create a simple html page to play :

    <video controls="controls" width="480" height="270" src="<streamName>.m3u8"></video>

    But not able to play using html5 video tag as well as in apple device.

    following is my ffmpeg console output :

    sending ctrl. type: 0x0003
    Invoking createStream
    FCSubscribe: livestream
    Invoking FCSubscribe
    RTMP_ClientPacket, received: invoke 29 bytes
    (object begin)
    Property:
    Property:
    Property: NULL
    Property:
    (object end)
    HandleInvoke, server invoking &lt;_result>
    HandleInvoke, received result for method call <createstream>
    SendPlay, seekTime=0, stopTime=0, sending play: livestream
    Invoking play
    sending ctrl. type: 0x0003
    RTMP_ClientPacket, received: invoke 21 bytes
    (object begin)
    Property:
    Property:
    Property: NULL
    Property: NULL
    (object end)
    HandleInvoke, server invoking &lt;_result>
    HandleInvoke, received result for method call <fcsubscribe>
    HandleChangeChunkSize, received: chunk size change to 1024
    Received FLV packet before play()! Ignoring.
    HandleCtrl, received ctrl. type: 0, len: 6
    HandleCtrl, Stream Begin 1
    RTMP_ClientPacket, received: invoke 160 bytes
    (object begin)
    Property:
    Property:
    Property: NULL
    Property:
    (object begin)
    Property:
    Property:
    Property:
    Property:
    Property:
    (object end)
    (object end)
    HandleInvoke, server invoking <onstatus>
    HandleInvoke, onStatus: NetStream.Play.Reset
    RTMP_ClientPacket, received: invoke 154 bytes
    (object begin)
    Property:
    Property:
    Property: NULL
    Property:
    (object begin)
    Property:
    Property:
    Property:
    Property:
    Property:
    (object end)
    (object end)
    HandleInvoke, server invoking <onstatus>
    HandleInvoke, onStatus: NetStream.Play.Start
    HandleCtrl, received ctrl. type: 6, len: 6
    HandleCtrl, Ping 1465657184
    sending ctrl. type: 0x0007
    HandleCtrl, received ctrl. type: 6, len: 6
    HandleCtrl, Ping 1465659184
    sending ctrl. type: 0x0007
    HandleCtrl, received ctrl. type: 6, len: 6
    HandleCtrl, Ping 1465661184
    sending ctrl. type: 0x0007
    HandleCtrl, received ctrl. type: 6, len: 6
    HandleCtrl, Ping 1465662184
    sending ctrl. type: 0x0007
    HandleCtrl, received ctrl. type: 6, len: 6
    HandleCtrl, Ping 1465663184
    sending ctrl. type: 0x0007
    HandleCtrl, received ctrl. type: 6, len: 6
    HandleCtrl, Ping 1465678183
    sending ctrl. type: 0x0007
    HandleCtrl, received ctrl. type: 6, len: 6
    HandleCtrl, Ping 1465680183
    sending ctrl. type: 0x0007
    HandleCtrl, received ctrl. type: 6, len: 6
    HandleCtrl, Ping 1465682183
    sending ctrl. type: 0x0007
    HandleCtrl, received ctrl. type: 6, len: 6
    HandleCtrl, Ping 1465684183
    sending ctrl. type: 0x0007
    HandleCtrl, received ctrl. type: 6, len: 6
    HandleCtrl, Ping 1465686183
    sending ctrl. type: 0x0007
    HandleCtrl, received ctrl. type: 6, len: 6
    HandleCtrl, Ping 1465688183
    sending ctrl. type: 0x0007
    HandleCtrl, received ctrl. type: 6, len: 6
    HandleCtrl, Ping 1465690183
    sending ctrl. type: 0x0007
    HandleCtrl, received ctrl. type: 6, len: 6
    HandleCtrl, Ping 1465692183
    sending ctrl. type: 0x0007
    HandleCtrl, received ctrl. type: 6, len: 6
    HandleCtrl, Ping 1465694183
    sending ctrl. type: 0x0007
    HandleCtrl, received ctrl. type: 6, len: 6
    HandleCtrl, Ping 1465696183
    sending ctrl. type: 0x0007
    HandleCtrl, received ctrl. type: 6, len: 6
    HandleCtrl, Ping 1465698182
    sending ctrl. type: 0x0007
    HandleCtrl, received ctrl. type: 6, len: 6
    HandleCtrl, Ping 1465700182
    sending ctrl. type: 0x0007
    HandleCtrl, received ctrl. type: 6, len: 6
    HandleCtrl, Ping 1465702182
    sending ctrl. type: 0x0007
    HandleCtrl, received ctrl. type: 6, len: 6
    HandleCtrl, Ping 1465704182
    sending ctrl. type: 0x0007
    HandleCtrl, received ctrl. type: 6, len: 6
    HandleCtrl, Ping 1465706182
    sending ctrl. type: 0x0007
    [flv @ 0263ce00] Estimating duration from bitrate, this may be inaccurate
    Input #0, flv, from &#39;rtmp://serveripaddress/oflaDemo/livestream live=1&#39;:
     Duration: N/A, start: 0.000000, bitrate: N/A
       Stream #0:0: Video: vp6f, yuv420p, 320x240, 1k tbr, 1k tbn, 1k tbc
    [graph 0 input from stream 0:0 @ 03020420] w:320 h:240 pixfmt:yuv420p tb:1/1000 fr:1000/1 sar:0/1 sws_param:flags=2
    [libx264 @ 02833600] using cpu capabilities: MMX2 SSE2Fast SSSE3 FastShuffle SSE4.2
    [libx264 @ 02833600] profile Constrained Baseline, level 4.2
    [mpegts @ 038c1180] muxrate VBR, pcr every 100 pkts, sdt every 200, pat/pmt every 40 pkts
    Output #0, hls, to &#39;C:/Program Files/Apache Software Foundation/apache-tomcat-6.0.35/webapps/mediaplayer/stream.m3u8&#39;:
     Metadata:
       encoder         : Lavf54.37.100
       Stream #0:0: Video: h264, yuv420p, 320x240, q=-1--1, 90k tbn, 1k tbc
    Stream mapping:
     Stream #0:0 -> #0:0 (vp6f -> libx264)
    Press [q] to stop, [?] for help
    Error while decoding stream #0:0: Error number -1 occurred
       Last message repeated 2 times
    *** 192 dup!
    *** 47 dup!
    *** 63 dup!
       Last message repeated 2 times
    *** 47 dup!
    *** 63 dup!
       Last message repeated 1 times
    Bitrate not available, avio_tell() failed: Error number -22 occurred
    *** 63 dup! fps=0.0 q=28.0 size=       0kB time=00:00:00.56 bitrate=   0.0kbits/s dup=601 drop=0
    *** 47 dup!
    *** 63 dup!
       Last message repeated 2 times
    *** 47 dup!
    *** 63 dup!
       Last message repeated 3 times
    Bitrate not available, avio_tell() failed: Error number -22 occurred
    *** 47 dup! fps=1129 q=47.0 size=       0kB time=00:00:01.17 bitrate=   0.0kbits/s dup=1199 drop=0
    *** 63 dup!
       Last message repeated 2 times
    *** 47 dup!
    *** 63 dup!
       Last message repeated 2 times
    *** 47 dup!
    *** 63 dup!
       Last message repeated 1 times
    Bitrate not available, avio_tell() failed: Error number -22 occurred
    *** 63 dup! fps=1164 q=40.0 size=       0kB time=00:00:01.82 bitrate=   0.0kbits/s dup=1844 drop=0
    *** 47 dup!
    *** 63 dup!
       Last message repeated 2 times
    *** 47 dup!
    *** 63 dup!
       Last message repeated 2 times
    *** 47 dup!
    *** 63 dup!
    Bitrate not available, avio_tell() failed: Error number -22 occurred
    *** 63 dup! fps=1181 q=57.0 size=       0kB time=00:00:02.48 bitrate=   0.0kbits/s dup=2489 drop=0
       Last message repeated 1 times
    *** 47 dup!
    *** 63 dup!
       Last message repeated 2 times
    *** 47 dup!
    *** 63 dup!
       Last message repeated 1 times
    *** 64 dup!
    Bitrate not available, avio_tell() failed: Error number -22 occurred
    *** 46 dup! fps=1181 q=44.0 size=       0kB time=00:00:03.09 bitrate=   0.0kbits/s dup=3088 drop=0
    *** 63 dup!
       Last message repeated 2 times
    *** 47 dup!
    *** 63 dup!
    *** 64 dup!
    *** 62 dup!
    *** 63 dup!
    *** 47 dup!
    *** 64 dup!
    Bitrate not available, avio_tell() failed: Error number -22 occurred
    *** 62 dup! fps=1190 q=49.0 size=       0kB time=00:00:03.74 bitrate=   0.0kbits/s dup=3733 drop=0
    *** 63 dup!
    *** 48 dup!
    *** 62 dup!
    *** 64 dup!
    *** 62 dup!
    *** 48 dup!
    *** 62 dup!
    *** 64 dup!
    *** 62 dup!
    *** 47 dup!
    Bitrate not available, avio_tell() failed: Error number -22 occurred
    *** 63 dup! fps=1201 q=32.0 size=       0kB time=00:00:04.40 bitrate=   0.0kbits/s dup=4377 drop=0
       Last message repeated 2 times
    *** 48 dup!
    *** 63 dup!
       Last message repeated 1 times
    *** 62 dup!
    *** 48 dup!
    *** 63 dup!
       Last message repeated 1 times
    *** 62 dup!
    Bitrate not available, avio_tell() failed: Error number -22 occurred
    *** 48 dup! fps=1214 q=57.0 size=       0kB time=00:00:05.07 bitrate=   0.0kbits/s dup=5038 drop=0
    *** 63 dup!
    *** 62 dup!
    *** 63 dup!
    *** 48 dup!
    *** 62 dup!
    *** 63 dup!
       Last message repeated 1 times
    *** 47 dup!
    *** 64 dup!
    *** 63 dup!
       Last message repeated 1 times
    Bitrate not available, avio_tell() failed: Error number -22 occurred
    *** 47 dup! fps=1226 q=52.0 size=       0kB time=00:00:05.79 bitrate=   0.0kbits/s dup=5747 drop=0
    *** 63 dup!
       Last message repeated 3 times
    *** 47 dup!
    *** 63 dup!
       Last message repeated 2 times
    *** 47 dup!
    *** 63 dup!
       Last message repeated 1 times
    Bitrate not available, avio_tell() failed: Error number -22 occurred
    *** 63 dup! fps=1232 q=57.0 size=       0kB time=00:00:06.51 bitrate=   0.0kbits/s dup=6455 drop=0
    *** 47 dup!
    *** 63 dup!
       Last message repeated 2 times
    *** 47 dup!
    *** 63 dup!
       Last message repeated 2 times
    *** 47 dup!
    *** 63 dup!
       Last message repeated 1 times
    Bitrate not available, avio_tell() failed: Error number -22 occurred
    *** 63 dup! fps=1240 q=57.0 size=       0kB time=00:00:07.23 bitrate=   0.0kbits/s dup=7163 drop=0
    *** 47 dup!
    *** 63 dup!
       Last message repeated 2 times
    *** 47 dup!
    *** 63 dup!
       Last message repeated 2 times
    *** 47 dup!
    *** 63 dup!
       Last message repeated 1 times
    Bitrate not available, avio_tell() failed: Error number -22 occurred
    *** 63 dup! fps=1243 q=44.0 size=       0kB time=00:00:07.95 bitrate=   0.0kbits/s dup=7871 drop=0
    *** 47 dup!
    *** 63 dup!
       Last message repeated 2 times
    *** 47 dup!
    *** 63 dup!
       Last message repeated 3 times
    *** 47 dup!
    Bitrate not available, avio_tell() failed: Error number -22 occurred
    *** 63 dup! fps=1245 q=52.0 size=       0kB time=00:00:08.61 bitrate=   0.0kbits/s dup=8516 drop=0
       Last message repeated 2 times
    *** 47 dup!
    *** 63 dup!
       Last message repeated 2 times
    *** 47 dup!
    *** 63 dup!
       Last message repeated 2 times
    *** 47 dup!
    Bitrate not available, avio_tell() failed: Error number -22 occurred
    *** 63 dup! fps=1250 q=49.0 size=       0kB time=00:00:09.33 bitrate=   0.0kbits/s dup=9224 drop=0
       Last message repeated 2 times
    *** 47 dup!
    *** 63 dup!
       Last message repeated 1 times
    </onstatus></onstatus></fcsubscribe></createstream>
  • swscale/aarch64 : vscale optimization

    13 août 2022, par Swinney, Jonathan
    swscale/aarch64 : vscale optimization
    

    Use scalar times vector multiply accumlate instructions instead of
    vector times vector to remove the need for replicating load instructions
    which are slightly slower.

    On AWS c7g (Graviton 3, Neoverse V1) instances :
    yuv2yuvX_8_0_512_accurate_neon : 1144.8 987.4
    yuv2yuvX_16_0_512_accurate_neon : 2080.5 1869.4

    Signed-off-by : Jonathan Swinney <jswinney@amazon.com>
    Signed-off-by : Martin Storsjö <martin@martin.st>

    • [DH] libswscale/aarch64/output.S