
Recherche avancée
Médias (2)
-
Exemple de boutons d’action pour une collection collaborative
27 février 2013, par
Mis à jour : Mars 2013
Langue : français
Type : Image
-
Exemple de boutons d’action pour une collection personnelle
27 février 2013, par
Mis à jour : Février 2013
Langue : English
Type : Image
Autres articles (38)
-
La file d’attente de SPIPmotion
28 novembre 2010, parUne file d’attente stockée dans la base de donnée
Lors de son installation, SPIPmotion crée une nouvelle table dans la base de donnée intitulée spip_spipmotion_attentes.
Cette nouvelle table est constituée des champs suivants : id_spipmotion_attente, l’identifiant numérique unique de la tâche à traiter ; id_document, l’identifiant numérique du document original à encoder ; id_objet l’identifiant unique de l’objet auquel le document encodé devra être attaché automatiquement ; objet, le type d’objet auquel (...) -
XMP PHP
13 mai 2011, parDixit Wikipedia, XMP signifie :
Extensible Metadata Platform ou XMP est un format de métadonnées basé sur XML utilisé dans les applications PDF, de photographie et de graphisme. Il a été lancé par Adobe Systems en avril 2001 en étant intégré à la version 5.0 d’Adobe Acrobat.
Étant basé sur XML, il gère un ensemble de tags dynamiques pour l’utilisation dans le cadre du Web sémantique.
XMP permet d’enregistrer sous forme d’un document XML des informations relatives à un fichier : titre, auteur, historique (...) -
MediaSPIP en mode privé (Intranet)
17 septembre 2013, parÀ partir de la version 0.3, un canal de MediaSPIP peut devenir privé, bloqué à toute personne non identifiée grâce au plugin "Intranet/extranet".
Le plugin Intranet/extranet, lorsqu’il est activé, permet de bloquer l’accès au canal à tout visiteur non identifié, l’empêchant d’accéder au contenu en le redirigeant systématiquement vers le formulaire d’identification.
Ce système peut être particulièrement utile pour certaines utilisations comme : Atelier de travail avec des enfants dont le contenu ne doit pas (...)
Sur d’autres sites (5648)
-
ffmpeg:send rtsp to streaming server error:Display black [on hold]
1er février 2018, par shanexiaI am using FFmpeg to pull video data from a streaming server. The program works fine. But when I play the destination URL, it just displays black. I have tried using VLC and ffplay, but both players suffer the same problem.
The ffplay report says this :
SPS unavailable in decode_picture_timing
non-existing PPS 0 referenced
no frame !
The ffmpeg net function is
av_write_frame
, and the destination url isrtsp://IP:PORT/RTStream/test.sdp
. -
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.
-
streaming iOS simulator screen using idb and ffmpeg [closed]
26 janvier 2024, par user12857692I'm trying to use idb to streaming iOS simulator screen with this command


idb video-stream --fps 30 --format h264 --udid XXXXXX | ffmpeg -f h264 -i pipe: -listen 1 -f mjpeg http://0.0.0.0:9000


And I use this mjpeg player to view : https://gist.github.com/codebrainz/eeeeead894e8bdff059b


However, its all black.


I've tried my other mjpeg sources, and they all display properly.


What's wrong with idb/ffmpeg ?


ffmpeg version : 6.1.1