
Recherche avancée
Médias (16)
-
#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
-
#4 Emo Creates
15 octobre 2011, par
Mis à jour : Février 2013
Langue : English
Type : Audio
-
#2 Typewriter Dance
15 octobre 2011, par
Mis à jour : Février 2013
Langue : English
Type : Audio
Autres articles (75)
-
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 (11116)
-
How to HTTP live stream from a continuous sequence of images [on hold]
26 avril 2017, par alezI can get a continuous sequences of images from a camera. The camera is on a Windows machine and I grab the images via a C# SDK.
I need to generate a video stream from these images, delivered via an http server.
I can generate an udp video stream in mpegts format using ffmpeg.
The web server is nginx on a linux machine, how can I use this stream to deliver the video on an HTML5 page ? Also with software other than ffmpeg.P.S. I’m using ffmpeg via Process, but I could use a wrapper like FFmpeg.AutoGen.
-
Is no signal in live stream a subtitle if yes then how to read it ? [on hold]
14 mars 2017, par A SahraI am streaming live from an rtsp source link using ffmpeg,in someways i get no signal text in my video,my question is,is that view a subtitle in my video or it’s a single frame showing when there is no video stream ? i am doing this because when i don’t have video from source and the message pops up i want to stop streaming there ? by reading (no signal) subtitle,if that is not the case so how do i stop streaming when there is no video coming from source and how to do it by using ffprobe.
-
Streaming - How do you re-encode (fps, bit rate, codec) a live stream (e:g twitch/youtube) to another live stream ? [on hold]
10 février 2017, par shayanFor example I could receive a twitch 720p/60fps stream and encode it down to 360p/60fps for live viewing(hls preferably). I have used
ffmpeg
andyoutube-dl
for simple tasks but i don’t know how I can achieve this.