
Recherche avancée
Médias (1)
-
Sintel MP4 Surround 5.1 Full
13 mai 2011, par
Mis à jour : Février 2012
Langue : English
Type : Video
Autres articles (112)
-
Personnaliser en ajoutant son logo, sa bannière ou son image de fond
5 septembre 2013, parCertains 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 ;
-
Soumettre améliorations et plugins supplémentaires
10 avril 2011Si vous avez développé une nouvelle extension permettant d’ajouter une ou plusieurs fonctionnalités utiles à MediaSPIP, faites le nous savoir et son intégration dans la distribution officielle sera envisagée.
Vous pouvez utiliser la liste de discussion de développement afin de le faire savoir ou demander de l’aide quant à la réalisation de ce plugin. MediaSPIP étant basé sur SPIP, il est également possible d’utiliser le liste de discussion SPIP-zone de SPIP pour (...) -
ANNEXE : Les plugins utilisés spécifiquement pour la ferme
5 mars 2010, parLe site central/maître de la ferme a besoin d’utiliser plusieurs plugins supplémentaires vis à vis des canaux pour son bon fonctionnement. le plugin Gestion de la mutualisation ; le plugin inscription3 pour gérer les inscriptions et les demandes de création d’instance de mutualisation dès l’inscription des utilisateurs ; le plugin verifier qui fournit une API de vérification des champs (utilisé par inscription3) ; le plugin champs extras v2 nécessité par inscription3 (...)
Sur d’autres sites (11322)
-
Streaming UVC capture device with FFMPEG
28 février 2021, par raymaterI 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 ArchI 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 user1191644Is 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 !