
Recherche avancée
Autres articles (105)
-
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 (...) -
MediaSPIP 0.1 Beta version
25 avril 2011, parMediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
The zip file provided here only contains the sources of MediaSPIP in its standalone version.
To get a working installation, you must manually install all-software dependencies on the server.
If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...) -
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 ;
Sur d’autres sites (11524)
-
Make Discord bot play sound from a direct url
20 septembre 2020, par merctraiderI want to make a discordpy bot that plays audio files from a specific link on the internet, rather than from a local directory. It seems that all the other examples use ytdl, but those are for video streaming sites. How should I go about doing this ?


if(voice_channel != None):
 vc = await voice_channel.connect()

 vc.play(discord.FFmpegPCMAudio('http://website/001.mp3'), after=lambda e: print('done', e))
 else:
 await ctx.send("Join a voice channel first.")```



-
FFmpeg play audio stream on a browser
15 juillet 2017, par tiras muturiHey guys i have a live stream that is served by the ffserver but i want the stream to be playable on a browser since i have a website and i also want to play the stream in an android app. Most importantly the android device.
i want if i type this on a browser then i can be able to listen to the stream there and then.
http://localhost:8090/test1.mp3
if i put the link in vlc am able to receive the stream.
Anyone with this workaround please assist me.
-
FFmpeg play audio stream on a browser
9 mars 2017, par tiras muturiHey guys i have a live stream that is served by the ffserver but i want the stream to be playable on a browser since i have a website and i also want to play the stream in an android app. Most importantly the android device.
i want if i type this on a browser then i can be able to listen to the stream there and then.
http://localhost:8090/test1.mp3
if i put the link in vlc am able to receive the stream.
Anyone with this workaround please assist me.