
Recherche avancée
Médias (1)
-
Collections - Formulaire de création rapide
19 février 2013, par
Mis à jour : Février 2013
Langue : français
Type : Image
Autres articles (112)
-
MediaSPIP Core : La Configuration
9 novembre 2010, parMediaSPIP Core fournit par défaut trois pages différentes de configuration (ces pages utilisent le plugin de configuration CFG pour fonctionner) : une page spécifique à la configuration générale du squelettes ; une page spécifique à la configuration de la page d’accueil du site ; une page spécifique à la configuration des secteurs ;
Il fournit également une page supplémentaire qui n’apparait que lorsque certains plugins sont activés permettant de contrôler l’affichage et les fonctionnalités spécifiques (...) -
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 ;
-
Publier sur MédiaSpip
13 juin 2013Puis-je poster des contenus à partir d’une tablette Ipad ?
Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir
Sur d’autres sites (4773)
-
ffmpeg SDP file for Darwin Streaming Server
10 septembre 2012, par SP SandhuI am making a streaming server to view live video feed of my webcam on my mobile device.
I considered using ffmpeg , VLC and DSS and made the following setup that worked somewhat, though the frames were skipped :-
video4linux2 > ffserver > VLC transcoding > DSS
(RAW to ffserver) > (outputs to SDP link) > (SDP link to SDP file) > (SDP file to live streaming to mobile)
Later, on testing VLC i found to be very inefficient and slow on my Netbook(Intel Atom N480) as it skips lot of frames.
DSS can stream a SDP file from its /usr/local/movies(default).
And at the same time, ffmpeg's ffserver module can stream live feed to SDP link(not SDP file).
My requirement is that i need to create SDP file in DSS's /usr/local/movies directory so as to pass this DSS for streaming.
So, how to create a sdp file from ffmpeg or how to create SDP file from SDP link (without using VLC's trans-coding).
How to do that ?
-
Android best view for video streaming
15 juillet 2017, par KoLiBerI’m working on media streaming application that get video frames from camera and encode it using FFMPEG native c library and send it on socket and on the other hand receive and decode it then show it.
now my question is which View is better for showing video frames and why ?
SurfaceView or TextureView or GLSurfaceView or ANativeWindow
-
online free media hosting for live streaming
30 novembre 2013, par Abdul Aliwanted to ask two things :
1- How can we put the output of FFMPEG to a stream (online address to put the stream).
2- Is there any free service (for testing purpose) to use FFMPEG and pass the output to it for live streaming .
apologies if am unable to explain properly what is intended.
to summarize, wish to convert images to video using FFMPEG (have tried the image to video conversion locally and seems to be working) and put the output to an online resource for live streaming and possibly also have VOD (so users who later logon can view at least from some point behind which they have missed).
regards,