
Recherche avancée
Médias (1)
-
Rennes Emotion Map 2010-11
19 octobre 2011, par
Mis à jour : Juillet 2013
Langue : français
Type : Texte
Autres articles (88)
-
MediaSPIP v0.2
21 juin 2013, parMediaSPIP 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 (...) -
Mise à disposition des fichiers
14 avril 2011, parPar défaut, lors de son initialisation, MediaSPIP ne permet pas aux visiteurs de télécharger les fichiers qu’ils soient originaux ou le résultat de leur transformation ou encodage. Il permet uniquement de les visualiser.
Cependant, il est possible et facile d’autoriser les visiteurs à avoir accès à ces documents et ce sous différentes formes.
Tout cela se passe dans la page de configuration du squelette. Il vous faut aller dans l’espace d’administration du canal, et choisir dans la navigation (...) -
MediaSPIP version 0.1 Beta
16 avril 2011, parMediaSPIP 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 (6561)
-
needed list of steps to make desktop as video streaming server using ffmpeg
29 mai 2018, par vijayky88I am trying to run my Ubuntu machine as ffmpeg server. where i wanted to stream my local video over http.
please suggest the list of complete commands and steps as well.
Thanks in advance !
-
How to get stream data from producer on server side to pipe to fluent-ffmpeg
6 juin 2023, par Nicolas FerrariI’ve developped a live streaming app using mediasoup but I’m having trouble understanding how data flows from producer to consumer on the server side.
I’d like to get the producer video stream on the server and process it with fluent-ffmpeg library.


I tried trace events, I looked for data events, I found old posts about “rtppacket” or “rtp” or other events that don’t appear in the documentation.


I also tried to use the mediasoup-demo github code as help but it didn’t work, and I don’t want to use ffmpeg with shell commands but with the fluent-ffmpeg library.


Maybe I missed something in the documentation. If so, can you point me in the right direction please ?


TL ;DR : How can I access the streaming data being sent by the producer on the server side with mediasoup ?


Thanks in advance for your help :)


-
FFmpeg streaming using H.264 (with audio) - Red5 media server (Ubuntu OS)
6 février 2013, par B.B10I'm trying to stream my webcam with FFmpeg to my Red5 server using RTMP. I've done this successfully using FLV format with the following line :
ffmpeg -f video4linux2 -i /dev/video0 -f flv rtmp://localhost/live/livestream
I'm new to FFmpeg and live streaming, and I've tried to stream using H.264/MPEG-4. But my knowledge is a bit limited with the FFmpeg options (which I did find here : http://man.cx/ffmpeg%281%29).
So, my questions would be :
-
How can I use H.264/MPEG-4 to stream to my Red5 server ?
-
What are the options to stream audio as well ?
-
And one final issue is :
I'm having a delay of about 5 seconds when I play the content with JWPlayer in Mozilla Firefox (on Ubuntu). Can you please help me out to solve this problem ? Any suggestions why this might be ?
Many thanks
-