Recherche avancée

Médias (1)

Mot : - Tags -/copyleft

Autres articles (111)

  • MediaSPIP version 0.1 Beta

    16 avril 2011, par

    MediaSPIP 0.1 beta est la première version de MediaSPIP décrétée comme "utilisable".
    Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
    Pour avoir une installation fonctionnelle, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
    Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...)

  • De l’upload à la vidéo finale [version standalone]

    31 janvier 2010, par

    Le chemin d’un document audio ou vidéo dans SPIPMotion est divisé en trois étapes distinctes.
    Upload et récupération d’informations de la vidéo source
    Dans un premier temps, il est nécessaire de créer un article SPIP et de lui joindre le document vidéo "source".
    Au moment où ce document est joint à l’article, deux actions supplémentaires au comportement normal sont exécutées : La récupération des informations techniques des flux audio et video du fichier ; La génération d’une vignette : extraction d’une (...)

  • MediaSPIP v0.2

    21 juin 2013, par

    MediaSPIP 0.2 est la première version de MediaSPIP stable.
    Sa date de sortie officielle est le 21 juin 2013 et est annoncée ici.
    Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
    Comme pour la version précédente, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
    Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...)

Sur d’autres sites (8809)

  • How do I know if an M3U8 link is from a live transmission or a complete file ?

    17 août 2022, par karurosagu

    This is my problem

    


    I have a downloader app, and one of it's features is downloading M3U8 links using FFmpeg under the hood

    
It only supports a selection of sites and platforms, but i don't want to add support for unknown origin links, not just because it's obviously missing the right headers, cookies and user agent and the user would have to put all of that to work, the main reason is that I don't know how to determine if that link leads to a complete file or if it leads to a live transmission


    This is what happened :

    


    A user of my app gave me a link to test it manually, i ran the code and I noteiced it was taking a lot of time to finish having a decent speed, the file was getting too big, and when i ask him where did the link came from he said it was from a Live TV stream : I had to cancel the download

    


    So, how do i know in FFmpeg if a given M3U8 link leads to a complete file rather than a live transmission ?

    


  • rtp live stream with libvlc

    20 mai 2011, par sokrat3s

    I would like to use libvlc api to stream live data but instead of file I would like to stream from a data pointer (nal units from x264 encoding).

    Is there a way to do this ? Is it already implemented ?

    Thank you in advance.

  • How can I start a live stream fixing stdout of ffmpeg prob ?

    8 janvier 2019, par Antonin Rouard

    It is my first time here. Be kind with me ^^ trying to do my best.
    I want to stream a 24/7 live opn Toutube with live-stream-radio ; everything goes well when I start until FFMPEG find an error at code 1 with stdout, probably a problem with the codec or the version of FFMPEG (bad compilation ?).

    How can I fix this to start a stream ? :) thx

    Tried to do a stream with OBS, but it is too complicated on my Raspbian (Raspberry Pi 3B+). I compiled many versions of FFMPEG and I don’t know how to fix this.

    live-stream-radio —start (file directory)

    /////

    ffmpeg stdout :

    ffmpeg err :

    Error : ffmpeg exited with code 1 : Error initializing complex filters.
    Invalid argument

    at ChildProcess.<anonymous> (/home/pi/.nvm/versions/node/v8.11.4/lib/node_modules/live-stream-radio/node_modules/fluent-ffmpeg/lib/processor.js:182:22)
    at emitTwo (events.js:126:13)
    at ChildProcess.emit (events.js:214:7)
    at Process.ChildProcess._handle.onexit (internal/child_process.js:198:12)
    </anonymous>