Recherche avancée

Médias (91)

Autres articles (102)

  • Multilang : améliorer l’interface pour les blocs multilingues

    18 février 2011, par

    Multilang est un plugin supplémentaire qui n’est pas activé par défaut lors de l’initialisation de MediaSPIP.
    Après son activation, une préconfiguration est mise en place automatiquement par MediaSPIP init permettant à la nouvelle fonctionnalité d’être automatiquement opérationnelle. Il n’est donc pas obligatoire de passer par une étape de configuration pour cela.

  • 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 (...)

  • 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 (...)

Sur d’autres sites (11381)

  • Ffmpeg rebroadcast icecast stream and disconnect on silence

    4 janvier 2023, par CallumCat

    Currently, I'm using a combination of the Windows version of butt and VLC Media Player in order to rebroadcast an icecast stream from a remote icecast server to my local icecast server, whilst disconnecting whenever a certain duration of silence is detected.

    


    I would really prefer if there would be an easier way to do this on linux from the command line, so that it can run 24/7 without me having to constantly fix the VLC stream player every so often.

    


    I need a way for if silence is detected on the stream, it disconnects the relay and will reconnect whenever audio is detected again.

    


    As I've said before, I've been successfully using butt and VLC Media Player on Windows to do this, however would prefer a linux alternative.

    


  • FFmpeg (HLS) - Split segments by size rather than time (or limit segment size)

    28 février 2019, par iMostLiked

    So I have a ffmpeg command with the following parameters (in NodeJS, but it doesn’t matter) :

    '-start_number 0',
    '-hls_key_info_file ' + HLSKEY_PATH,
    '-hls_time 5',
    '-hls_playlist_type vod',
    '-hls_segment_filename seg-%d.ts'

    Everything’s working fine, but there’s a problem with the size of each segment.
    Why can’t ffmpeg create segments by size rather than time ? In this case -hls_time 5. I was hoping doing something like -hls_size 4096 but there’s no option for that, at least from what I know. Or can I at least set a limit ? Like : "Don’t create segments bigger than 4MB, split them again if necessary."

    I know I could encode the file again and then there wouldn’t be segments which vary in size that much, but this is no option and alternative for me.

    Thanks in advance !

  • Merge remote-tracking branch ’rdp/dshow_crossbar’

    23 janvier 2015, par Michael Niedermayer
    Merge remote-tracking branch ’rdp/dshow_crossbar’
    

    * rdp/dshow_crossbar :
    dshow : fix docu escapes
    dshow : some devices only list themselves under "Video sources" but actually have both video and audio output pins, so make the audio pins accessible by video source name.
    dshow : add options for allowing filter popup configuration dialogs to be presented to the user
    dshow : introduce support for crossbar [multiple input selectable] devices
    dshow : drop initial audio packets with weird timestamps
    dshow : use non deprecated api
    dshow : miscellaneous tweaks
    dshow : allow selecting devices by an alternative name (workaround for devices with symbols in them), allow specifying capture pins by name and alternative (unique) name

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

    • [DH] configure
    • [DH] doc/indevs.texi
    • [DH] libavdevice/Makefile
    • [DH] libavdevice/dshow.c
    • [DH] libavdevice/dshow_capture.h
    • [DH] libavdevice/dshow_crossbar.c
    • [DH] libavdevice/dshow_pin.c