Recherche avancée

Médias (91)

Autres articles (29)

  • Participer à sa traduction

    10 avril 2011

    Vous pouvez nous aider à améliorer les locutions utilisées dans le logiciel ou à traduire celui-ci dans n’importe qu’elle nouvelle langue permettant sa diffusion à de nouvelles communautés linguistiques.
    Pour ce faire, on utilise l’interface de traduction de SPIP où l’ensemble des modules de langue de MediaSPIP sont à disposition. ll vous suffit de vous inscrire sur la liste de discussion des traducteurs pour demander plus d’informations.
    Actuellement MediaSPIP n’est disponible qu’en français et (...)

  • Support de tous types de médias

    10 avril 2011

    Contrairement à beaucoup de logiciels et autres plate-formes modernes de partage de documents, MediaSPIP a l’ambition de gérer un maximum de formats de documents différents qu’ils soient de type : images (png, gif, jpg, bmp et autres...) ; audio (MP3, Ogg, Wav et autres...) ; vidéo (Avi, MP4, Ogv, mpg, mov, wmv et autres...) ; contenu textuel, code ou autres (open office, microsoft office (tableur, présentation), web (html, css), LaTeX, Google Earth) (...)

  • L’utiliser, en parler, le critiquer

    10 avril 2011

    La première attitude à adopter est d’en parler, soit directement avec les personnes impliquées dans son développement, soit autour de vous pour convaincre de nouvelles personnes à l’utiliser.
    Plus la communauté sera nombreuse et plus les évolutions seront rapides ...
    Une liste de discussion est disponible pour tout échange entre utilisateurs.

Sur d’autres sites (5197)

  • Youtube videos not playing on Ubuntu 20 [closed]

    10 août 2021, par Tomask

    I cannot play videos at youtube.com. Usually I see only few frames in the beginning and then it stops. (Same problem in Chromium and Fiefox.)

    


    How could I solve this problem ?

    


    Ubuntu 20.04.2 LTS (Oracle VirtualBox)

    


    This is what I already tried :

    


    sudo apt-get install --reinstall flashplugin-installer

    


    sudo apt-get install ubuntu-restricted-extras

    


    sudo apt-get install ffmpeg

    


    sudo apt install libavcodec-extra

    


    I disabled cookies for youtube.com.
Restarted the system.

    


  • high CPU usage with ffmpeg and youtube live stream

    21 mai 2018, par Sergio santa

    I have a problem with high CPU usage using FFmpeg to stream my videos via youtube.
    my main purpose is to stream loop videos as long as possible but after 6 hours the stream stops and the CPU usage was almost 90%.

    the code I’m using

    ffmpeg -re -stream_loop -1 -i video.mp4 -vcodec libx264 -preset veryfast -maxrate 2500k -bufsize 3368k -vf "format=yuv420p" -g 60 -acodec libmp3lame -b:a 198k -ar 44100 -f flv -s 1280x720 -max_muxing_queue_size 400 rtmp://a.rtmp.youtube.com/live2/xxxxxxxxx

    My VPS details :
    1 vCPU, 3 GB memory

  • RTSP to RTMP Youtube Live only displays online for few seconds

    2 juin 2016, par Poison

    I’m trying to get the feed from an IP camera to Youtube Live. Simple enough uh.

    The command I’m using is the usual :

    ffmpeg -i rtsp://user:pass@ip:port/videoMain -f flv -r -s -an rtmp://a.rtmp.youtube.com/live2/per-sonal-code

    What happens

    Live Youtube receives the signal and says its healthy, after two or less seconds a red box appears saying they’re not receiving my signal. After that it displays "No signal". Webcam image is never shown.

    What I’ve tried

    Different parameters (-re, -rtsp_transport tcp, -s 640x480, -g 30, -r 30 ..) and different combinations of them, plus different resolutions, different buffer sizes and stream sizes, and different Ingestion settings on Youtube.

    Followed different very basic stuff tutorials.

    I’ve done it with ffmpeg in Windows 7 and Ubuntu 16.04, different networks (home and work), checked for possible port problems,...

    What confuses me

    Using streaming software like XSplit, or Manycam it actually works on the same computers !
    Also using the different command combinations, Youtube always receives the signal and its healthy before changing and displaying "No signal", its not complaining about low bitrate, or wrong format like I’ve seen in the different tutorials.

    I need to create two different streams for two cams, so ideally I’d prefer to use ffmpeg. However if anyone knows a software that can do this, please tell me. I’ve been stuck with this long enough !

    Thanks.