
Recherche avancée
Médias (9)
-
Stereo master soundtrack
17 octobre 2011, par
Mis à jour : Octobre 2011
Langue : English
Type : Audio
-
Elephants Dream - Cover of the soundtrack
17 octobre 2011, par
Mis à jour : Octobre 2011
Langue : English
Type : Image
-
#7 Ambience
16 octobre 2011, par
Mis à jour : Juin 2015
Langue : English
Type : Audio
-
#6 Teaser Music
16 octobre 2011, par
Mis à jour : Février 2013
Langue : English
Type : Audio
-
#5 End Title
16 octobre 2011, par
Mis à jour : Février 2013
Langue : English
Type : Audio
-
#3 The Safest Place
16 octobre 2011, par
Mis à jour : Février 2013
Langue : English
Type : Audio
Autres articles (50)
-
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 (8437)
-
ffmpeg 2 output links - local and remote [on hold]
17 novembre 2016, par arpaki have 2 servers
and i stream some links with ffmpeg in server1 and server2 via ftp (so i have 2 same outputs)ffmpeg -i "http://example.com/video.m3u8" -vcodec h264 -acodec libfdk_aac -y "video1.m3u8" "ftp://user:pass@example.com:21/video2.m3u8"
this command create output video1.m3u8 on my local folder and video2.m3u8 on ftp server
so if cpu is 20% for creating video1.m3u8
problem is with both of them because if i create (video1.m3u8 and video2.m3u8) then cpu is 40%
both outputs are same so how can cpu be 20%+20% same as processing 2 seperate links
-
ffmpeg rtp stream has an initial static blurt
15 décembre 2016, par SephVelutI’m using ffmpeg to stream an audio file via rtp. My command is
ffmpeg -re -i INPUT -f rtp 'rtp://0.0.0.0:4000'
. I’m playback the audio using vlc. The audio plays with decent quality, however there is always an initial spurt of stuttered static sound lasting about 100ms. Other playback devices have the same result so I’m convinced this is isolated to ffmpeg.Does anyone have any leads I could follow to investigate why this is happening ? I don’t know where to start.
-
How to broadcast a stream of Buffered Images to another computer over LAN network by using Java Core
12 janvier 2017, par Trung Thanh NgoI am working with raspberry pi 3 acting as a server which controls a Sony camera (HX400V model). I am able to use Sony Remote API to control the Pi to extract buffered images in the Sony camera’s liveview stream.
I want to create and broadcast a stream of those buffered images to another computer over LAN network.
I succeeded in sending those buffered images by using java socket but there was a delay of 2 seconds which is not good. The Pi acts as a socket client and the other computer acts as a socket server.
Is there any way to create a stream and broadcast smoothly to another computer by using Java or anything else ?