
Recherche avancée
Médias (1)
-
Bug de détection d’ogg
22 mars 2013, par
Mis à jour : Avril 2013
Langue : français
Type : Video
Autres articles (68)
-
Des sites réalisés avec MediaSPIP
2 mai 2011, parCette page présente quelques-uns des sites fonctionnant sous MediaSPIP.
Vous pouvez bien entendu ajouter le votre grâce au formulaire en bas de page. -
Participer à sa traduction
10 avril 2011Vous pouvez nous aider à améliorer les locutions utilisées dans le logiciel ou à traduire celui-ci dans n’importe qu’elle nouvelle langue permettant sa diffusion à de nouvelles communautés linguistiques.
Pour ce faire, on utilise l’interface de traduction de SPIP où l’ensemble des modules de langue de MediaSPIP sont à disposition. ll vous suffit de vous inscrire sur la liste de discussion des traducteurs pour demander plus d’informations.
Actuellement MediaSPIP n’est disponible qu’en français et (...) -
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 (...)
Sur d’autres sites (10756)
-
How do I auto-start streamlink to capture YouTube live stream once the capture stopes in 6 hours with session expiration ? [closed]
13 janvier 2020, par AnomaI’m using Streamlink to capture a YouTube live stream. But as everyone knows, the capture ends in 6hrs with YouTube session expiration. As I’m new in scripting, could anyone please help me to overcome this issue ?
I’m looking for a script that can automatically start a new session with the same YouTube live stream after a given time or once the scrip detects the error : "Error when reading from stream : Read timeout, exiting" in 6 hours.
Thank you in advance.
-
Convert pictures to live video using ffmpeg and python
31 mars 2015, par zerzerI’m trying to record a live video (using
H.264 codec
) from a series of pictures that i receive by socket using python.I tried to use the MoviePy package (documentation here : github.com/Zulko/moviepy) on python to do that but i didn’t figured it out.
If anyone have a guide on how to get started with python and saving pictures I receive as frames in real time using
ffmpeg
, I would really appreciate it .what I have is something like this , but it gives only the last captured image in the video it doesn’t save continuously the stream of images :
from moviepy.editor import *
import numpy as np
while True:
data = sock.recv()
image = np.fromstring(data)
folder = [image]
cv = ImageSequenceClip(folder, fps = 1)
cv.write_videofile("video.mp4") -
DVR + FFMPEG + IOS Authentication and Live Streaming Fails
6 août 2013, par user1744691How to grab video from a DVR using ffmpeg and DVR is password protected. Is there a way to grab live stream from IP-Cam connected to DVR.
I was able to stream a channel (may be recorded video) but whenever i tried to connect to a DVR could not get it done.
this
http://www.wowza.com/_h264/BigBuckBunny_175k.mov and this rtsp ://live.sabah.com.tr:443/atv/atv3/
link works great for getting me stream
but when i try my DVR's (http://admril:56789@mysite.com) (mysite.com = 213.115.94.108) link it fails to establish a connection using FFMEG.I have used a variety of variation of DVR's url but all in vein.
Please let me know where i am wrong and how i can get live stream.