Recherche avancée

Médias (0)

Mot : - Tags -/logo

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (78)

  • Soumettre bugs et patchs

    10 avril 2011

    Un logiciel n’est malheureusement jamais parfait...
    Si vous pensez avoir mis la main sur un bug, reportez le dans notre système de tickets en prenant bien soin de nous remonter certaines informations pertinentes : le type de navigateur et sa version exacte avec lequel vous avez l’anomalie ; une explication la plus précise possible du problème rencontré ; si possibles les étapes pour reproduire le problème ; un lien vers le site / la page en question ;
    Si vous pensez avoir résolu vous même le bug (...)

  • Contribute to a better visual interface

    13 avril 2011

    MediaSPIP is based on a system of themes and templates. Templates define the placement of information on the page, and can be adapted to a wide range of uses. Themes define the overall graphic appearance of the site.
    Anyone can submit a new graphic theme or template and make it available to the MediaSPIP community.

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

Sur d’autres sites (8688)

  • 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 ?

    


  • stream icecast stream to owncast

    6 février 2024, par Arch

    I have a icecast stream at this address :
https://some_icecast_station.org/radio/8000/radio.mp3

    


    I want this to be streamed to

    


    rtmp ://some_owncast_server.org:19350/live in combination with

    


    I was looking the following command :

    


    ffmpeg -i https://some_icecast_server.org:8000/radio.mp3 -c:v libx264 -c:a aac -f flv rtmp ://some_owncast_server:19350/live

    


    This command does not work, what am i doing wrong and where to put the key for the owncast server ?

    


    Thanks in advance

    


  • FFSERVER streaming to any network

    7 février 2012, par user1191644

    Is there some way to stream a media file using ffserver to any network from a local network as my ffserver is configured on subnet machine.

    Right now I have it working only machines on the LAN (connected to my network) can view the file using http://localhost:8090/stream.mjpg , but I want people from the outside or any network also to be able to access it if they provide my machine address. Can anybody provide me some ideas on this.

    Thanks !