Recherche avancée

Médias (1)

Mot : - Tags -/Christian Nold

Autres articles (46)

  • Personnaliser les catégories

    21 juin 2013, par

    Formulaire de création d’une catégorie
    Pour ceux qui connaissent bien SPIP, une catégorie peut être assimilée à une rubrique.
    Dans le cas d’un document de type catégorie, les champs proposés par défaut sont : Texte
    On peut modifier ce formulaire dans la partie :
    Administration > Configuration des masques de formulaire.
    Dans le cas d’un document de type média, les champs non affichés par défaut sont : Descriptif rapide
    Par ailleurs, c’est dans cette partie configuration qu’on peut indiquer le (...)

  • Other interesting software

    13 avril 2011, par

    We don’t claim to be the only ones doing what we do ... and especially not to assert claims to be the best either ... What we do, we just try to do it well and getting better ...
    The following list represents softwares that tend to be more or less as MediaSPIP or that MediaSPIP tries more or less to do the same, whatever ...
    We don’t know them, we didn’t try them, but you can take a peek.
    Videopress
    Website : http://videopress.com/
    License : GNU/GPL v2
    Source code : (...)

  • Le plugin : Podcasts.

    14 juillet 2010, par

    Le problème du podcasting est à nouveau un problème révélateur de la normalisation des transports de données sur Internet.
    Deux formats intéressants existent : Celui développé par Apple, très axé sur l’utilisation d’iTunes dont la SPEC est ici ; Le format "Media RSS Module" qui est plus "libre" notamment soutenu par Yahoo et le logiciel Miro ;
    Types de fichiers supportés dans les flux
    Le format d’Apple n’autorise que les formats suivants dans ses flux : .mp3 audio/mpeg .m4a audio/x-m4a .mp4 (...)

Sur d’autres sites (5438)

  • how to stream a website to youtube using ffmpeg with python [closed]

    22 avril 2023, par Eyal B

    I want to stream a website (more specifically an element) to YT using ffmpeg with python. i already found a way to stream an mp4, but now i want to stream a website. i thought of using a headless browser like puppeteer and selenium, but couldnt quite get it right.
the ffmpeg command that worked was : ffmpeg -re -i cat.mp4 -pix_fmt yuvj420p  -x264-params keyint=48:min-keyint=48:scenecut=-1  -b:v 4500k -b:a 128k -ar 44100 -acodec aac -vcodec libx264 -preset medium -crf 28 -threads 4 -f flv rtmp://x.rtmp.youtube.com/live2/waas-xbqw-d671-4a75-2qq2 thanks in advance !

    


  • How can I stream a rtsp ip camera to a website via nginx

    20 novembre 2023, par Vepok

    I try to stream my RTSP-IP-Camera on a website. I use the Nginx webserver. My source in the html-code is :

    


      <source type="application/x-mpegURL"></source>&#xA;

    &#xA;

    To convert the rtsp stream i use this ffmpeg code :

    &#xA;

    ffmpeg -rtsp_transport tcp -i rtsp://user:password@ip-camera:554/h264Preview_01_main -vcodec copy -acodec copy -f mp4 -y rtmp://ip-address:1935/live/&#xA;

    &#xA;

    I get the error message "muxer does not support non seekable output&#xA;Could not write header for output file #0 (incorrect codec parameters ?) : Invalid argument"

    &#xA;

    I also tried to convert the rtsp-camera into a mp4 file and then access the file as source in my html code, but i couldnt read the file while ffmpeg wrote in it.

    &#xA;

    If you need more information let me know.

    &#xA;

    Thank you and have a nice day.

    &#xA;

  • avcodec/c93 : force dimensions to the correct value instead of depending on the demuxe...

    15 septembre 2013, par Michael Niedermayer
    avcodec/c93 : force dimensions to the correct value instead of depending on the demuxer to do so
    

    Fixes Ticket2934

    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavcodec/c93.c