Recherche avancée

Médias (0)

Mot : - Tags -/page unique

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

Autres articles (83)

  • 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 ;

  • La file d’attente de SPIPmotion

    28 novembre 2010, par

    Une file d’attente stockée dans la base de donnée
    Lors de son installation, SPIPmotion crée une nouvelle table dans la base de donnée intitulée spip_spipmotion_attentes.
    Cette nouvelle table est constituée des champs suivants : id_spipmotion_attente, l’identifiant numérique unique de la tâche à traiter ; id_document, l’identifiant numérique du document original à encoder ; id_objet l’identifiant unique de l’objet auquel le document encodé devra être attaché automatiquement ; objet, le type d’objet auquel (...)

  • Les vidéos

    21 avril 2011, par

    Comme les documents de type "audio", Mediaspip affiche dans la mesure du possible les vidéos grâce à la balise html5 .
    Un des inconvénients de cette balise est qu’elle n’est pas reconnue correctement par certains navigateurs (Internet Explorer pour ne pas le nommer) et que chaque navigateur ne gère en natif que certains formats de vidéos.
    Son avantage principal quant à lui est de bénéficier de la prise en charge native de vidéos dans les navigateur et donc de se passer de l’utilisation de Flash et (...)

Sur d’autres sites (8319)

  • FFmpeg error - “at least one output file must be specified” windows version

    30 juin 2016, par AComputert

    I’m having a little trouble, and I feel like the solution is probably starting me in the face.
    How Can I extract mp4 from HTTP live streaming m3u8 file ? I Tried this command below :

    ffmpeg -i http://ms1.movieland.ir/marci6z9OSicn34CRRcin2y4nv6KRZvigAIBsBbBGlj2HUPZBeEOY1019Zxc6zlQrq3ZkYrW0PiM1WDbpVn2JQ2/vod/5787c62c-fb29-4ca4-a328-b7447bb83436/medialist.m3u8?rpt=%5C2016%5C6%5C5787c62c-fb29-4ca4-a328-b7447bb83436&pid=0 -c copy -bsf:a aac_adtstoasc f:\stream\dora.mp4

    When run, this yells at me that "At least one output file must be specified". I’ve been knocking me head on the wall for hours now, what am I missing ?

  • Getting issue in ffmpeg live stream using nodejs

    23 février 2023, par Dharmraj Patidar

    error image

    


    We are using node-rtsp-stream-jsmpeg library in rtsp live streaming using nodejs and we are face following error.

    


    Error writing trailer of http://localhost:9007/s1: Broken pipe
frame= 3289 fps= 10 q=14.5 Lsize= 37663kB time=00:05:29.32 bitrate= 936.9kbits/s speed=1.01x
    
video:28938kB audio:6435kB subtitle:0kB other streams:0kB global headers:0kB muxing overhead : 6.474919%
Conversion failed !

    


  • avio_open2 fails randomly for RTMPS Facebook live streaming

    3 janvier, par Usama

    I am trying to re stream a video to Facebook RTMPS endpoint and , facing an issue specifically with Facebook's RTMPS endpoint . I have tried with linkedin RTMPS endpoint and its working fine , but Facebook end point some times works and fails some times its totally random . The avio_open2 call sometimes fails randomly, returning a -5 error. This only seems to happen with the Facebook endpoint .on ffmpeg log side I see that the handshake was successful , I don't understand the reason for failure here. (i am running in multithreaded environment )

    


    int ret = avformat.avio_open2(pb, url , AVIO_FLAG_WRITE, null, getOptionDictionary()) ;

    


    [rtmps @ 0x7a5978023640] Handshaking...
[rtmps @ 0x7a5978023640] Type answer 3
[rtmps @ 0x7a5978023640] Server version 1.0.5.4
[rtmps @ 0x7a5978023640] Proto = rtmps, path = /rtmp/FB-1709082269638040-0-test-KRmT_Y, app = rtmp, fname = FB-1709082269638040-0-AbyNzKGtN-KRmT_Y
[rtmps @ 0x7a5978023640] Window acknowledgement size = 5000000
[rtmps @ 0x7a5978023640] Max sent, unacked = 5000000
[rtmps @ 0x7a5978023640] New incoming chunk size = 4096
[rtmps @ 0x7a5978023640] Releasing stream...
[rtmps @ 0x7a5978023640] FCPublish stream...
[rtmps @ 0x7a5978023640] Creating stream...
[rtmps @ 0x7a5978023640] Sending publish command for 'FB-test-0-test-KRmT_Y'
[rtmps @ 0x7a5964021780] No default whitelist set
[tls @ 0x7a596402a900] No default whitelist set
[tcp @ 0x7a596402ab00] No default whitelist set
[tcp @ 0x7a596402ab00] Original list of addresses:
[tcp @ 0x7a596402ab00] Address 57.144.176.149 port 443
[tcp @ 0x7a596402ab00] Address 2a03:2880:f358:95:face:b00c:0:1411 port 443
[tcp @ 0x7a596402ab00] Interleaved list of addresses:
[tcp @ 0x7a596402ab00] Address 57.144.176.149 port 443
[tcp @ 0x7a596402ab00] Address 2a03:2880:f358:95:face:b00c:0:1411 port 443
[tcp @ 0x7a596402ab00] Starting connection attempt to 57.144.176.149 port 443
[tcp @ 0x7a596402ab00] Successfully connected to 57.144.176.149 port 443



    


    My java cpp and ffmpeg version is

    


    1.5.11
7.1-${javacpp.version}