
Recherche avancée
Médias (91)
-
999,999
26 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
The Slip - Artworks
26 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Texte
-
Demon seed (wav version)
26 septembre 2011, par
Mis à jour : Avril 2013
Langue : English
Type : Audio
-
The four of us are dying (wav version)
26 septembre 2011, par
Mis à jour : Avril 2013
Langue : English
Type : Audio
-
Corona radiata (wav version)
26 septembre 2011, par
Mis à jour : Avril 2013
Langue : English
Type : Audio
-
Lights in the sky (wav version)
26 septembre 2011, par
Mis à jour : Avril 2013
Langue : English
Type : Audio
Autres articles (20)
-
Les tâches Cron régulières de la ferme
1er décembre 2010, parLa gestion de la ferme passe par l’exécution à intervalle régulier de plusieurs tâches répétitives dites Cron.
Le super Cron (gestion_mutu_super_cron)
Cette tâche, planifiée chaque minute, a pour simple effet d’appeler le Cron de l’ensemble des instances de la mutualisation régulièrement. Couplée avec un Cron système sur le site central de la mutualisation, cela permet de simplement générer des visites régulières sur les différents sites et éviter que les tâches des sites peu visités soient trop (...) -
HTML5 audio and video support
13 avril 2011, parMediaSPIP uses HTML5 video and audio tags to play multimedia files, taking advantage of the latest W3C innovations supported by modern browsers.
The MediaSPIP player used has been created specifically for MediaSPIP and can be easily adapted to fit in with a specific theme.
For older browsers the Flowplayer flash fallback is used.
MediaSPIP allows for media playback on major mobile platforms with the above (...) -
Contribute to a better visual interface
13 avril 2011MediaSPIP 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.
Sur d’autres sites (5964)
-
Creating a Discord Bot to play .mp3 files
31 décembre 2020, par TheGr3atJoshMy goal at the moment is to create a Discord Bot that can play .mp3 files for my private Discord Server. This is my code. The file test.mp3 is in the same folder as the .py file. The error message is : "NameError : name 'FFmpegPCMAudio' is not defined". I added the ffmpeg executable in my path environment variable. Can anyone help ?


import discord
import asyncio
import time

client = discord.Client()

@client.event
async def on_message(message):
 if "test" in message.content:
 user = message.author
 voice_channel = user.voice.channel
 channel = None
 if voice_channel != None:
 channel = voice_channel.name
 vc = await voice_channel.connect()
 player = vc.play(FFmpegPCMAudio("test.mp3"), after=lambda: print('done'))
 player.start()
 while not player.is_done():
 await asyncio.sleep(1)
 player.stop()
 await vc.disconnect()

client.run(TOKEN)



-
Cannot play H264/AAC, mpeg-ts, HTTP stream in browser [on hold]
19 mars 2019, par Ishaan ShringiI have a H264/AAC based MPEG-2 transport stream from a server.
The browser is unable to play the stream natively, probably because of the transport stream container format.
I could not find a javascript player that could support this stream.
Is this possible using any js library, plugin or an extension implementation ?
-
VLC can not play RTSP stream while mpv, ffplay can play RTSP stream video
15 novembre 2018, par Harshil MakwanaI developed ffserver based RTSP server which streams live video, I can able to stream and display video on mpv and ffplayer. but on VLC player I can see first image only then It wont show other frames.
Here are logs of VLC -vvv output :
[0x7846e8] main playlist debug: art not found for rtsp://127.0.0.1:1234/test.h264
Received 92 new bytes of response data.
Received a complete PLAY response:
RTSP/1.0 200 OK
CSeq: 5
Date: Thu, 15 Nov 2018 04:13:15 GMT
Session: 522d937eb678c50a
[0x7f9684000e38] live555 demux debug: play start: 0.000000 stop:0.000000
[0x7f9684000e38] main demux debug: using access_demux module "live555"
[0x7f96840246b8] main decoder debug: looking for decoder module matching "any": 39 candidates
[0x7f96840246b8] avcodec decoder debug: trying to use direct rendering
[0x7f96840246b8] avcodec decoder debug: allowing 3 thread(s) for decoding
[0x7f96840246b8] avcodec decoder debug: avcodec codec (H264 - MPEG-4 AVC (part 10)) started
[0x7f96840246b8] avcodec decoder debug: using frame thread mode with 3 threads
[0x7f96840246b8] main decoder debug: using decoder module "avcodec"
[0x7f9684034f68] main packetizer debug: looking for packetizer module matching "any": 21 candidates
[0x7f9684034f68] main packetizer debug: using packetizer module "packetizer_h264"
[0x7f9684150308] main demux meta debug: looking for meta reader module matching "any": 2 candidates
[0x7f9684150308] lua demux meta debug: Trying Lua scripts in /home/hashmak/.local/share/vlc/lua/meta/reader
[0x7f9684150308] lua demux meta debug: Trying Lua scripts in /usr/lib/vlc/lua/meta/reader
[0x7f9684150308] lua demux meta debug: Trying Lua playlist script /usr/lib/vlc/lua/meta/reader/filename.luac
[0x7f9684150308] lua demux meta debug: Trying Lua scripts in /usr/share/vlc/lua/meta/reader
[0x7f9684150308] main demux meta debug: no meta reader modules matched
[0x7f968c0009b8] main input debug: `rtsp://127.0.0.1:1234/test.h264' successfully opened
[0x7f9684000e38] live555 demux debug: tk->rtpSource->hasBeenSynchronizedUsingRTCP()
[0x7f968c0009b8] main input error: ES_OUT_RESET_PCR called
[0x7f968c0009b8] main input debug: Buffering 0%
[0x7f968c0009b8] main input debug: Buffering 0%
[0x7f9684034f68] packetizer_h264 packetizer warning: waiting for SPS/PPS
[0x7f968c0009b8] main input debug: Buffering 0%
[0x7f9684034f68] packetizer_h264 packetizer warning: waiting for SPS/PPS
[0x7f968c0009b8] main input debug: Buffering 0%
[0x7f968c0009b8] main input debug: Buffering 0%
[0x7f9684034f68] packetizer_h264 packetizer warning: waiting for SPS/PPS
[0x7f968c0009b8] main input debug: Buffering 0%
[0x7f9684034f68] packetizer_h264 packetizer warning: waiting for SPS/PPS
[0x7f968c0009b8] main input debug: Buffering 0%
[0x7f9684034f68] packetizer_h264 packetizer warning: waiting for SPS/PPS
[0x7f9684034f68] packetizer_h264 packetizer warning: waiting for SPS/PPS
[0x7f968c0009b8] main input debug: Buffering 0%
[0x7f9684034f68] packetizer_h264 packetizer warning: waiting for SPS/PPS
[0x7f968c0009b8] main input debug: Buffering 0%
[0x7f9684034f68] packetizer_h264 packetizer warning: waiting for SPS/PPS
[0x7f968c0009b8] main input debug: Buffering 0%
[0x7f9684034f68] packetizer_h264 packetizer warning: waiting for SPS/PPS
[0x7f968c0009b8] main input debug: Buffering 0%
[0x7f9684034f68] packetizer_h264 packetizer warning: waiting for SPS/PPS
[0x7f968c0009b8] main input debug: Buffering 0%
[0x7f9684034f68] packetizer_h264 packetizer warning: waiting for SPS/PPS
[0x7f968c0009b8] main input debug: Buffering 0%
[0x7f9684034f68] packetizer_h264 packetizer warning: waiting for SPS/PPS
[0x7f968c0009b8] main input debug: Buffering 0%
[0x7f9684034f68] packetizer_h264 packetizer warning: waiting for SPS/PPS
[0x7f968c0009b8] main input debug: Buffering 0%
[0x7f9684034f68] packetizer_h264 packetizer warning: waiting for SPS/PPS
[0x7f968c0009b8] main input debug: Buffering 0%
[0x7f9684034f68] packetizer_h264 packetizer warning: waiting for SPS/PPS
[0x7f968c0009b8] main input debug: Buffering 0%
[0x7f9684034f68] packetizer_h264 packetizer debug: found NAL_SPS (sps_id=0)
[0x7f9684034f68] packetizer_h264 packetizer debug: found NAL_PPS (pps_id=0 sps_id=0)
[0x7f968c0009b8] main input debug: Buffering 0%
[0x7f968c0009b8] main input debug: Buffering 0%
[0x7f9694002718] main spu text debug: looking for text renderer module matching "any": 2 candidates
[0x7f9694002718] freetype spu text debug: Building font databases.
[0x7f9694002718] freetype spu text debug: Took 0 microseconds
Fontconfig warning: FcPattern object size does not accept value "0"
Fontconfig warning: FcPattern object size does not accept value "0"
[0x7f9694002718] freetype spu text debug: Using Serif Bold as font from file /usr/share/fonts/truetype/dejavu/DejaVuSans.ttf
[0x7f9694002718] freetype spu text debug: using fontsize: 2
[0x7f9694002718] main spu text debug: using text renderer module "freetype"
[0x7f969400e408] main scale debug: looking for video filter2 module matching "any": 55 candidates
[0x7f969400e408] swscale scale debug: 32x32 chroma: YUVA -> 16x16 chroma: RGBA with scaling using Bicubic (good quality)
[0x7f969400e408] main scale debug: using video filter2 module "swscale"
[0x7f9694025cc8] main scale debug: looking for video filter2 module matching "any": 55 candidates
[0x7f9694025cc8] yuvp scale debug: YUVP to YUVA converter
[0x7f9694025cc8] main scale debug: using video filter2 module "yuvp"
[0x7f9694001428] main video output debug: Deinterlacing available
[0x7f9694001428] main video output debug: deinterlace 0, mode blend, is_needed 0
[0x7f968c0009b8] main input debug: Buffering 0%
[0x7f9694001428] main video output debug: Opening vout display wrapper
[0x7f9674001248] main vout display debug: looking for vout display module matching "any": 12 candidates
[0x7f9674002618] main window debug: looking for vout window xid module matching "qt4,any": 4 candidates
[0x7f9674002618] qt4 window debug: requesting video window...
[0x6f3208] qt4 interface debug: Video was requested 0, 0
[0x7f968c0009b8] main input debug: Buffering 0%
[0x7f9674002618] main window debug: using vout window xid module "qt4"
[0x7f96740027e8] main inhibit debug: looking for inhibit module matching "any": 2 candidates
[0x7f96740027e8] dbus_screensaver inhibit debug: found service org.freedesktop.ScreenSaver
[0x7f96740027e8] main inhibit debug: using inhibit module "dbus_screensaver"
[0x7f9674001248] xcb_glx vout display debug: connected to X11.0 server
[0x7f9674001248] xcb_glx vout display debug: vendor : The X.Org Foundation
[0x7f9674001248] xcb_glx vout display debug: version: 11702000
[0x7f9674001248] xcb_glx vout display debug: using screen 0x73
[0x7f9674001248] xcb_glx vout display debug: using GLX extension version 1.4
[0x7f9674001248] xcb_glx vout display debug: using X11 window 05400000
shader program 1: WARNING: Output of vertex shader 'TexCoord1' not read by fragment shader
WARNING: Output of vertex shader 'TexCoord2' not read by fragment shader
[0x7f9674001248] main vout display debug: VoutDisplayEvent 'fullscreen' 0
[0x7f9674001248] main vout display debug: VoutDisplayEvent 'resize' 1215x724 window
[0x7f9674001248] main vout display debug: using vout display module "xcb_glx"
[0x7f9694001428] main video output debug: original format sz 640x480, of (0,0), vsz 640x480, 4cc I420, sar 1:1, msk r0x0 g0x0 b0x0
[0x7f9694002718] main spu text debug: removing module "freetype"
[0x7f9694002718] main spu text debug: looking for text renderer module matching "any": 2 candidates
[0x7f9694002718] freetype spu text debug: Building font databases.
[0x7f9694002718] freetype spu text debug: Took 0 microseconds
Fontconfig warning: FcPattern object size does not accept value "0"
Fontconfig warning: FcPattern object size does not accept value "0"
[0x7f9694002718] freetype spu text debug: Using Serif Bold as font from file /usr/share/fonts/truetype/dejavu/DejaVuSans.ttf
[0x7f9694002718] freetype spu text debug: using fontsize: 2
[0x7f9694002718] main spu text debug: using text renderer module "freetype"
[0x7f96840246b8] avcodec decoder debug: using direct rendering
[0x7f968c0009b8] main input debug: Buffering 0%
[0x7f96840246b8] main decoder debug: End of video preroll
[0x7f96840246b8] main decoder debug: Received first picture
[0x7f9674001248] xcb_glx vout display debug: display is visible
[0x7f9674001248] main vout display error: Failed to resize display
[0x7f968c0009b8] main input debug: Buffering 0%
[h264 @ 0x7f9684037e40] illegal short term buffer state detected
[0x7f968c0009b8] main input debug: Buffering 0%
[0x7f968c0009b8] main input debug: Buffering 0%
[0x7f968c0009b8] main input debug: Buffering 0%
[0x7f968c0009b8] main input debug: Buffering 0%
[0x7f968c0009b8] main input debug: Buffering 0%
[0x7f968c0009b8] main input debug: Buffering 0%
[0x7f968c0009b8] main input debug: Buffering 0%
[0x7f968c0009b8] main input debug: Buffering 0%
[0x7f968c0009b8] main input debug: Buffering 0%
[0x7f968c0009b8] main input debug: Buffering 0%
[0x7f968c0009b8] main input debug: Buffering 0%
[0x7f968c0009b8] main input debug: Buffering 0%
[0x7f968c0009b8] main input debug: Buffering 0%
[0x7f968c0009b8] main input debug: Buffering 0%
[0x7f968c0009b8] main input debug: Buffering 0%
[0x7f968c0009b8] main input debug: Buffering 0%
[0x7f968c0009b8] main input debug: Buffering 0%
[0x7f968c0009b8] main input debug: Buffering 0%
[0x7f968c0009b8] main input debug: Buffering 0%
[0x7f968c0009b8] main input debug: Buffering 0%
[0x7f968c0009b8] main input debug: Buffering 0%
[0x7f968c0009b8] main input debug: Buffering 0%
[0x7f968c0009b8] main input debug: Buffering 0%
[0x7f9674001248] main vout display debug: auto hiding mouse cursor
[0x7f968c0009b8] main input debug: Buffering 0%
[0x7f968c0009b8] main input debug: Buffering 0%
[0x7f968c0009b8] main input debug: Buffering 0%
[0x7f968c0009b8] main input debug: Buffering 0%
[0x7f968c0009b8] main input debug: Buffering 0%
[0x7f968c0009b8] main input debug: Buffering 0%
[0x7f968c0009b8] main input debug: Buffering 0%
[0x7f968c0009b8] main input debug: Buffering 0%
[0x7f968c0009b8] main input debug: Buffering 0%
[0x7f968c0009b8] main input debug: Buffering 0%
[0x7f968c0009b8] main input debug: Buffering 0%
[0x7f968c0009b8] main input debug: Buffering 0%
[0x7f968c0009b8] main input debug: Buffering 0%
[0x7f968c0009b8] main input debug: Buffering 0%
[0x7f968c0009b8] main input debug: Buffering 0%
[0x7f968c0009b8] main input debug: Buffering 0%
[0x7f968c0009b8] main input debug: Buffering 0%
[0x7f968c0009b8] main input debug: Buffering 0%
[0x7f968c0009b8] main input debug: Buffering 0%
[0x7f968c0009b8] main input debug: Buffering 0%
[0x7f968c0009b8] main input debug: Buffering 0%
[0x7f968c0009b8] main input debug: Buffering 0%
[0x7f968c0009b8] main input debug: Buffering 0%
[0x7f968c0009b8] main input debug: Buffering 0%
[0x7f968c0009b8] main input debug: Buffering 0%
[0x7f968c0009b8] main input debug: Buffering 0%
[0x7f968c0009b8] main input debug: Buffering 0%
[0x7f968c0009b8] main input debug: Buffering 0%
[0x7f968c0009b8] main input debug: Buffering 0%
[0x7f968c0009b8] main input debug: Buffering 0%
[0x7f968c0009b8] main input debug: Buffering 0%
[0x7f968c0009b8] main input debug: Buffering 0%
[0x7f968c0009b8] main input debug: Buffering 0%
[0x7f968c0009b8] main input debug: Buffering 0%
[0x7f968c0009b8] main input debug: Buffering 0%
[0x7f968c0009b8] main input debug: Buffering 0%
[0x7f968c0009b8] main input debug: Buffering 0%
[0x7f968c0009b8] main input debug: Buffering 0%
[0x7f968c0009b8] main input debug: Buffering 0%
[0x7f968c0009b8] main input debug: Buffering 0%
[0x7f968c0009b8] main input debug: Buffering 0%
[0x7f968c0009b8] main input debug: Buffering 0%
[0x7f968c0009b8] main input debug: Buffering 0%
[0x7f968c0009b8] main input debug: Buffering 0%
[0x7f968c0009b8] main input debug: Buffering 0%
[0x7f968c0009b8] main input debug: Buffering 0%
[0x7f968c0009b8] main input debug: Buffering 0%
[0x7f968c0009b8] main input debug: Buffering 0%
[0x7f968c0009b8] main input debug: Buffering 0%
[0x7f968c0009b8] main input debug: Buffering 0%
[0x7f968c0009b8] main input debug: Buffering 0%
[0x7f968c0009b8] main input debug: Buffering 0%
[0x7f968c0009b8] main input debug: Buffering 0%
[0x7f968c0009b8] main input debug: Buffering 0%
[0x7f968c0009b8] main input debug: Buffering 0%
[0x7f968c0009b8] main input debug: Buffering 0%
[0x7f968c0009b8] main input debug: Buffering 0%
[0x7f968c0009b8] main input debug: Buffering 0%
[0x7f968c0009b8] main input debug: Buffering 0%
[0x7f968c0009b8] main input debug: Buffering 0%
[0x7f968c0009b8] main input debug: Buffering 0%
[0x7f968c0009b8] main input debug: Buffering 0%
[0x7f968c0009b8] main input debug: Buffering 0%
[0x7f968c0009b8] main input debug: Buffering 0%
[0x7f968c0009b8] main input debug: Buffering 0%
[0x7f968c0009b8] main input debug: Buffering 0%
[0x7f968c0009b8] main input debug: Buffering 0%
[0x7f968c0009b8] main input debug: Buffering 0%
[0x7f968c0009b8] main input debug: Buffering 0%
[0x7f968c0009b8] main input debug: Buffering 0%
[0x7f968c0009b8] main input debug: Buffering 0%
[0x7f968c0009b8] main input debug: Buffering 0%
[0x7f968c0009b8] main input debug: Buffering 0%
[0x7f968c0009b8] main input debug: Buffering 0%
[0x7f968c0009b8] main input debug: Buffering 0%
[0x7f968c0009b8] main input debug: Buffering 0%
[0x7f968c0009b8] main input debug: Buffering 0%
[0x7f968c0009b8] main input debug: Buffering 0%
[0x7f968c0009b8] main input debug: Buffering 0%
[0x7f968c0009b8] main input debug: Buffering 0%
[0x7f968c0009b8] main input debug: Buffering 0%
[0x7f968c0009b8] main input debug: Buffering 0%
[0x7f968c0009b8] main input debug: Buffering 0%
[0x7f968c0009b8] main input debug: Buffering 0%
[0x7f968c0009b8] main input debug: Buffering 0%
[0x7f968c0009b8] main input debug: Buffering 0%
[0x7f968c0009b8] main input debug: Buffering 0%
[0x7f968c0009b8] main input debug: Buffering 0%
[0x7f968c0009b8] main input debug: Buffering 0%
[0x7f968c0009b8] main input debug: Buffering 0%
[0x7f968c0009b8] main input debug: Buffering 0%
[0x7f968c0009b8] main input debug: Buffering 0%
[0x7f968c0009b8] main input debug: Buffering 0%
[0x7f968c0009b8] main input debug: Buffering 0%
[0x7f968c0009b8] main input debug: Buffering 0%
[0x7f968c0009b8] main input debug: Buffering 0%
[0x7f968c0009b8] main input debug: Buffering 0%
[0x7f968c0009b8] main input debug: Buffering 0%
[0x7f968c0009b8] main input debug: Buffering 0%
[0x7f968c0009b8] main input debug: Buffering 0%
[0x7f968c0009b8] main input debug: Buffering 0%
[0x7f968c0009b8] main input debug: Buffering 0%
[0x7f968c0009b8] main input debug: Buffering 0%
[0x7f968c0009b8] main input debug: Buffering 0%
[0x7f968c0009b8] main input debug: Buffering 0%
[0x7f968c0009b8] main input debug: Buffering 0%
[0x7f968c0009b8] main input debug: Buffering 0%
[0x7f968c0009b8] main input debug: Buffering 0%
[0x7f968c0009b8] main input debug: Buffering 0%
[0x7f968c0009b8] main input debug: Buffering 0%
[0x7f968c0009b8] main input debug: Buffering 0%
[0x7f968c0009b8] main input debug: Buffering 0%
[0x7f968c0009b8] main input debug: Buffering 0%
[0x7f968c0009b8] main input debug: Buffering 0%
[0x7f968c0009b8] main input debug: Buffering 0%
[0x7f968c0009b8] main input debug: Buffering 0%
[0x7f968c0009b8] main input debug: Buffering 0%
[0x7f968c0009b8] main input debug: Buffering 0%
[0x7f968c0009b8] main input debug: Buffering 0%
[0x7f968c0009b8] main input debug: Buffering 0%
[0x7f968c0009b8] main input debug: Buffering 0%
[0x7f968c0009b8] main input debug: Buffering 0%
[0x7f968c0009b8] main input debug: Buffering 0%
[0x7f968c0009b8] main input debug: Buffering 0%
[0x7f968c0009b8] main input debug: Buffering 0%
[0x7f968c0009b8] main input debug: Buffering 0%
[0x7f968c0009b8] main input debug: Buffering 0%
[0x7f968c0009b8] main input debug: Buffering 0%
[0x7f968c0009b8] main input debug: Buffering 0%
[0x7f968c0009b8] main input debug: Buffering 0%
[0x7f968c0009b8] main input debug: Buffering 0%
[0x7f968c0009b8] main input debug: Buffering 0%
[0x7f968c0009b8] main input debug: Buffering 0%
[0x7f968c0009b8] main input debug: Buffering 0%
[0x7f968c0009b8] main input debug: Buffering 0%
[0x7f968c0009b8] main input debug: Buffering 0%
[0x7f968c0009b8] main input debug: Buffering 0%
[0x7f968c0009b8] main input debug: Buffering 0%
[0x7f968c0009b8] main input debug: Buffering 0%
[0x7f968c0009b8] main input debug: Buffering 0%
[0x7f968c0009b8] main input debug: Buffering 0%
[0x7f968c0009b8] main input debug: Buffering 0%Here you can see, VLC is always waiting on buffering, while other players can get buffers from my RTSP server, also I can see RTP packets on wireshark that server is continuously sending data to VLC.
Can someone help me on this issue ?
Very much thanks in advance.