
Recherche avancée
Autres articles (71)
-
Use, discuss, criticize
13 avril 2011, parTalk to people directly involved in MediaSPIP’s development, or to people around you who could use MediaSPIP to share, enhance or develop their creative projects.
The bigger the community, the more MediaSPIP’s potential will be explored and the faster the software will evolve.
A discussion list is available for all exchanges between users. -
MediaSPIP Player : les contrôles
26 mai 2010, parLes contrôles à la souris du lecteur
En plus des actions au click sur les boutons visibles de l’interface du lecteur, il est également possible d’effectuer d’autres actions grâce à la souris : Click : en cliquant sur la vidéo ou sur le logo du son, celui ci se mettra en lecture ou en pause en fonction de son état actuel ; Molette (roulement) : en plaçant la souris sur l’espace utilisé par le média (hover), la molette de la souris n’exerce plus l’effet habituel de scroll de la page, mais diminue ou (...) -
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 (9590)
-
Ffmpeg rebroadcast icecast stream and disconnect on silence
4 janvier 2023, par CallumCatCurrently, 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.


-
playing http video url using ffmpeg
17 mai 2012, par RanjithI am using libavcodec of ffmpeg to play a http video stream in my application.
I have implemented my own video player for this.This player is working fine.Now, I want to show buffering status of video (what percentage of video is downloaded by ffmpeg). But I could not find any api or event for this.
-
ios play HLS - only lowest bitrate available
15 janvier 2016, par user2928842i’m trying to play HLS streamed by IIS in different bitrates on ipad (ios 6), encoded with ffmpeg.
i can see that only the lowest bitrate (600k) is being played by the native player : to play it i’m just opening the main index file (.m3u8) on Safari.is there a way to get some logs from the player to understand why this happens ?
tried with the Safari Developer tools but didn’t get to much info from itthanks