
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 (85)
-
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 (...) -
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 (...) -
Le profil des utilisateurs
12 avril 2011, parChaque utilisateur dispose d’une page de profil lui permettant de modifier ses informations personnelle. Dans le menu de haut de page par défaut, un élément de menu est automatiquement créé à l’initialisation de MediaSPIP, visible uniquement si le visiteur est identifié sur le site.
L’utilisateur a accès à la modification de profil depuis sa page auteur, un lien dans la navigation "Modifier votre profil" est (...)
Sur d’autres sites (7623)
-
Record video feed from an IP Camera using FFMPEG
10 mai 2015, par Alae BenchekrounI have been searching a few weeks ago about recording video feed from an ip camera using ffmpeg, and also save it into an external file in my raspberry, but I don’t know the command line capable to do that, I’ve installed on my raspberry pi B+ a several libraries by following this tutorial : http://owenashurst.com/?p=242
Please help me guys and I’ll be so grateful !
-
Re streaming an rtsp stream from an ONVIF camera
12 avril 2013, par user132151I would like to take the video stream from my ONVIF TI camera and add audio to the Moët stream.
So I have the camera and I have a beagle board xm . On the beagle board I would like to suck in the h.264 rtsp stream, then I want to take the audio in from the beagle board and make 1 mpeg stream with audio and video.
So I think I could do it with gstreamer, since you seem to be able to do everything audio video with gstreamer. But I'm a gstreamer virgin. But I'm not wedded to gstreamer I have a feeling you could probably do it in ffmpeg as well. But I would appreciate any help at all, particularly what commands I give to gstreamer to make it work
So I have my beagle board that is currently running Ubuntu 12. Happy to use angstrom as well. It's on say 192.168.1.4. And my camera is in 192.168.1.6 -
FFMPEG Online Redistribution in IIS Server Streaming Onvif IP Camera
23 avril 2015, par Benny ChenI’m very new with ffmpeg. Consider the following case :
I have several onvif ip camera connected to the network with an IIS server inside it. I’d like to allow client to streaming to any of ip camera inside the network but it must through the IIS server.
So basically each of ip camera will stream to IIS server in single stream and IIS server will re-distribute to many client who request it. My question is how to setup iis server to works with this scenario ? And an example of ffmpeg command line to read from rtsp ip camera and send it the iis server which will re-distribute it to client.