Recherche avancée

Médias (1)

Mot : - Tags -/epub

Autres articles (66)

  • Mise à jour de la version 0.1 vers 0.2

    24 juin 2013, par

    Explications des différents changements notables lors du passage de la version 0.1 de MediaSPIP à la version 0.3. Quelles sont les nouveautés
    Au niveau des dépendances logicielles Utilisation des dernières versions de FFMpeg (>= v1.2.1) ; Installation des dépendances pour Smush ; Installation de MediaInfo et FFprobe pour la récupération des métadonnées ; On n’utilise plus ffmpeg2theora ; On n’installe plus flvtool2 au profit de flvtool++ ; On n’installe plus ffmpeg-php qui n’est plus maintenu au (...)

  • Personnaliser en ajoutant son logo, sa bannière ou son image de fond

    5 septembre 2013, par

    Certains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;

  • Ecrire une actualité

    21 juin 2013, par

    Présentez les changements dans votre MédiaSPIP ou les actualités de vos projets sur votre MédiaSPIP grâce à la rubrique actualités.
    Dans le thème par défaut spipeo de MédiaSPIP, les actualités sont affichées en bas de la page principale sous les éditoriaux.
    Vous pouvez personnaliser le formulaire de création d’une actualité.
    Formulaire de création d’une actualité Dans le cas d’un document de type actualité, les champs proposés par défaut sont : Date de publication ( personnaliser la date de publication ) (...)

Sur d’autres sites (12679)

  • Running Live streaming of local user using ffmpeg at Web plateform

    23 décembre 2019, par Sneha Makwana

    I am using below command to stream my live desktop screen.

    ffmpeg -f x11grab -r 1 -loglevel panic -s `xdpyinfo | grep 'dimensions:'|awk '{print $2}'` -i $DISPLAY -qscale 0 -f mpegts udp://192.168.3.151:1111

    udp ://192.168.3.151:1111 - this is my streaming URL

    I can see live streaming in the parole media player (in Linux platform), but I can’t see this in a cross-network (i.e from windows PC - in the same network)

    Is there any web platform so I can see my streaming from anywhere (either windows or linux) just using unique streaming URL or do I need to change my streaming command or method ?

    Any help is much appreciated

  • Streaming UVC capture device with FFMPEG

    28 février 2021, par raymater

    I would like to stream the audio and video signal from my HDMI UVC Capture device (AVerMedia ExtremeCap UVC) connected to my RPi 4 (its IP is : 192.168.1.15).

    


    So I'm using ffmpeg, my command works but in my other PC, VLC can't play the stream. I see the progress bar searching but nothing, it goes around in circles.

    


    My FFMPEG command (works) : ffmpeg -f v4l2 -i /dev/video0 -f alsa -i hw:1 -c:v h264_omx -profile:v baseline -b:v 16000k -flags:v +global_header -bsf:v dump_extra -acodec aac -b:a 384k -ac 2 -ar 44100 -f rawvideo udp://192.168.1.15:8888

    


    In VLC (network stream) on an other PC in the same network, I'm using this address : udp://192.168.1.15:8888. Doesn't work.

    


    What should be done ?

    


  • Add FUNDING.json

    19 juin, par Michael Niedermayer
    Add FUNDING.json
    

    We have been contacted by Monet du Plessis of the etherium foundation and
    Natascha Buck (Grants at the Better Internet Foundation)

    "The Ethereum Foundation is thrilled to inform you that your contribution to
    open-source software development through your work on ffmpeg
    https://github.com/FFmpeg/FFmpeg has been recognized and rewarded by the
    Devcon team ! Your project played a fundamental role in the success of Devcon
    <http://devcon.org/>, helping to create a more meaningful experience for
    the Ethereum community. In collaboration with Drips Network
    <https://www.drips.network/>, we are pleased to award you $2,240.00 in
    appreciation of your efforts and to support your continued efforts in
    open-source development."

    To be able to claim donations through the drips network we need to
    specify a wallet to do so in FUNDING.json

    This will also allow FFmpeg to receive future funding and donations
    through the drips network.

    The specified wallet is a safe wallet backed by a ledger hw wallet.
    We can later change who controls the safe wallet. (For example it
    could be passed on to the SPI treasurer)

    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] FUNDING.json