Recherche avancée

Médias (1)

Mot : - Tags -/remix

Autres articles (83)

  • Encoding and processing into web-friendly formats

    13 avril 2011, par

    MediaSPIP automatically converts uploaded files to internet-compatible formats.
    Video files are encoded in MP4, Ogv and WebM (supported by HTML5) and MP4 (supported by Flash).
    Audio files are encoded in MP3 and Ogg (supported by HTML5) and MP3 (supported by Flash).
    Where possible, text is analyzed in order to retrieve the data needed for search engine detection, and then exported as a series of image files.
    All uploaded files are stored online in their original format, so you can (...)

  • Submit bugs and patches

    13 avril 2011

    Unfortunately a software is never perfect.
    If you think you have found a bug, report it using our ticket system. Please to help us to fix it by providing the following information : the browser you are using, including the exact version as precise an explanation as possible of the problem if possible, the steps taken resulting in the problem a link to the site / page in question
    If you think you have solved the bug, fill in a ticket and attach to it a corrective patch.
    You may also (...)

  • MediaSPIP Player : problèmes potentiels

    22 février 2011, par

    Le lecteur ne fonctionne pas sur Internet Explorer
    Sur Internet Explorer (8 et 7 au moins), le plugin utilise le lecteur Flash flowplayer pour lire vidéos et son. Si le lecteur ne semble pas fonctionner, cela peut venir de la configuration du mod_deflate d’Apache.
    Si dans la configuration de ce module Apache vous avez une ligne qui ressemble à la suivante, essayez de la supprimer ou de la commenter pour voir si le lecteur fonctionne correctement : /** * GeSHi (C) 2004 - 2007 Nigel McNie, (...)

Sur d’autres sites (11319)

  • ffmpeg - Live stream to web browser [on hold]

    21 octobre 2016, par Sreejith C M

    I was looking for a solution to stream my desktop live on my Windows system and found out ffmpeg is a good solution using dshow and everything is working fine and well. I’m using a C# wrapper for ffmpeg to record my desktop and I can save it in a local file.

    The problem I have is that, I have to watch the stream on my Web browser ( Chrome / Firefox ). I can’t use Media Server’s like wowza, red5 and also can’t use ffserver.

    I tried the ffmpeg wiki https://trac.ffmpeg.org/wiki and documentation but couldn’t figure out how to do this.

    Please help me to figure out this, how I can do this.

  • FFMPEG Video Live Stream [on hold]

    22 septembre 2016, par canperk

    I am new to ffMpeg and I need help for an issue

    ffmpeg -f dshow -vcodec mjpeg -i video="BisonCam, NB Pro":audio="Microphone (2- High Definition Audio Device)" output.mp4

    this is my video creator command line and I want to broadcast this video live on an address. For your help I have an .isml file on IIS as publishing point file and the address is http://www.mytestsite.com/live.isml

  • FFMPEG live webcam output on VLC, getting delay of 7-8 seconds output on VLC [on hold]

    6 juin 2016, par Smtiesh Tamboli

    I am new to FFMPEG, I am trying to render webcam output on VLC using FFMPEG.

    I used below command

    ffmpeg -re -f dshow -i video="Integrated Webcam" -c:v copy -bsf:v h264_mp4toannexb -vcodec libx264 -f mpegts udp ://127.0.0.1:9000

    On VLC, I am using Network Stream to play video

    udp ://@:9000

    While playing I am getting delay of 7 to 8 seconds on VLC.

    how to view live webcam output using FFMPEG on VLC without delay ?

    Thank You.