
Recherche avancée
Autres articles (101)
-
Multilang : améliorer l’interface pour les blocs multilingues
18 février 2011, parMultilang est un plugin supplémentaire qui n’est pas activé par défaut lors de l’initialisation de MediaSPIP.
Après son activation, une préconfiguration est mise en place automatiquement par MediaSPIP init permettant à la nouvelle fonctionnalité d’être automatiquement opérationnelle. Il n’est donc pas obligatoire de passer par une étape de configuration pour cela. -
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. -
ANNEXE : Les plugins utilisés spécifiquement pour la ferme
5 mars 2010, parLe site central/maître de la ferme a besoin d’utiliser plusieurs plugins supplémentaires vis à vis des canaux pour son bon fonctionnement. le plugin Gestion de la mutualisation ; le plugin inscription3 pour gérer les inscriptions et les demandes de création d’instance de mutualisation dès l’inscription des utilisateurs ; le plugin verifier qui fournit une API de vérification des champs (utilisé par inscription3) ; le plugin champs extras v2 nécessité par inscription3 (...)
Sur d’autres sites (10953)
-
why is streaming to an flv server with ffmpeg only showing black/blank video for clients ?
6 septembre 2012, par rogerdpackWhen I stream to an flv server, like flash media server, using ffmpeg, like
ffmpeg -i input -vcodec libx264 rtmp://hostname/streamname
it turns out black. Why is that ?
-
How to retransmit RTSP stream to media server Qt C++
10 juillet 2021, par vishal dharankarI have an application where I receive a RTSP stream on a local IP address . This stream I want to retransmit to a media server which runs on public IP.


Is it possible to forward such stream to next server without deciding and encoding this saving computations ?


Can we use Gstreamer or any other similar library for this ?


Sorry for not attaching any code since I am not sure where to start and what can be a specific library for this .


Any pointers are helpful


-
How to retransmit RTSP stream to media server in Qt / C++
10 juillet 2021, par vishal dharankarI have an application where I receive an RTSP stream on a local IP address. This stream I want to retransmit to a media server which runs on public IP.


Is it possible to forward such stream to next server without deciding and encoding this saving computations ?


Can we use Gstreamer or any other similar library for this ?


Sorry for not attaching any code since I am not sure where to start and what can be a specific library for this.