
Recherche avancée
Médias (1)
-
The Slip - Artworks
26 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Texte
Autres articles (112)
-
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 ;
-
Script d’installation automatique de MediaSPIP
25 avril 2011, parAfin de palier aux difficultés d’installation dues principalement aux dépendances logicielles coté serveur, un script d’installation "tout en un" en bash a été créé afin de faciliter cette étape sur un serveur doté d’une distribution Linux compatible.
Vous devez bénéficier d’un accès SSH à votre serveur et d’un compte "root" afin de l’utiliser, ce qui permettra d’installer les dépendances. Contactez votre hébergeur si vous ne disposez pas de cela.
La documentation de l’utilisation du script d’installation (...) -
La sauvegarde automatique de canaux SPIP
1er avril 2010, parDans le cadre de la mise en place d’une plateforme ouverte, il est important pour les hébergeurs de pouvoir disposer de sauvegardes assez régulières pour parer à tout problème éventuel.
Pour réaliser cette tâche on se base sur deux plugins SPIP : Saveauto qui permet une sauvegarde régulière de la base de donnée sous la forme d’un dump mysql (utilisable dans phpmyadmin) mes_fichiers_2 qui permet de réaliser une archive au format zip des données importantes du site (les documents, les éléments (...)
Sur d’autres sites (10585)
-
What is the future of Piwik ?
In this post we will explain the key values that drive the Piwik project, and expand upon our goals and roadmap for both the short and long term future.
What are Piwik’s goals ?
Piwik will :
- Enable you to make Data driven decisions
- Let you focus on what matters most to you
- Gather in one place all your important metrics (Key Performance Indicators)
- Be the best open alternative to Google Universal Analytics
- Support Developers and provide opportunities for them to innovate on Piwik platform
The Piwik Roadmap
To achieve our goals, the Piwik team along with Piwik PRO have prepared the Piwik Roadmap.
We have created this Roadmap based on hundreds of emails sent by users, tickets, along with thousands of forums posts. Feel free to send us feedback about this roadmap.
What are Piwik values ?
Our strong values govern all that we do :
Summary
It is our mission to provide an open and innovative alternative for people who prefer not to use (or cannot use) Google Analytics to analyse and measure their users.
It is a fun and epic mission which we are proud to be a part of.
Thank you for trusting us and the project, and keep in touch,
Matthieu
Piwik founder -
What is the future of Piwik ?
In this post we will explain the key values that drive the Piwik project, and expand upon our goals and roadmap for both the short and long term future.
What are Piwik’s goals ?
Piwik will :
- Enable you to make Data driven decisions
- Let you focus on what matters most to you
- Gather in one place all your important metrics (Key Performance Indicators)
- Be the best open alternative to Google Universal Analytics
- Support Developers and provide opportunities for them to innovate on Piwik platform
The Piwik Roadmap
To achieve our goals, the Piwik team along with Piwik PRO have prepared the Piwik Roadmap.
We have created this Roadmap based on hundreds of emails sent by users, tickets, along with thousands of forums posts. Feel free to send us feedback about this roadmap.
What are Piwik values ?
Our strong values govern all that we do :
Summary
It is our mission to provide an open and innovative alternative for people who prefer not to use (or cannot use) Google Analytics to analyse and measure their users.
It is a fun and epic mission which we are proud to be a part of.
Thank you for trusting us and the project, and keep in touch,
Matthieu
Piwik founder -
Get rtsp udp streaming with ffmpeg utility failed
16 février 2021, par Lidor AboHey there,
I have a problem with get streaming from wowza stream engine as described below :
I try to get streaming in private network from wowza stream engine in UDP with ffmpeg as following :
ffmpeg -loglevel debug -rtsp_transport udp -i "rtsp ://192.168.8.117:1935/live/ecad838c-b431-4c8b-b2e8-d43f78a8d2f2.stream" -acodec copy -vcodec copy test.mp4
and i get the following error :
rtsp ://192.168.8.117:1935/live/ecad838c-b431-4c8b-b2e8-d43f78a8d2f2.stream : Connection timed out
Few remarks about that :


- 

- When i try to get streaming using public ip with ffmpeg utility i success in UDP and TCP
- I success to get streaming with private IP with TCP connection through ffmpeg utility as following :
ffmpeg -loglevel debug -rtsp_transport tcp -i "rtsp ://192.168.8.117:1935/live/ecad838c-b431-4c8b-b2e8-d43f78a8d2f2.stream" -acodec copy -vcodec copy test.mp4
- I open 1935 UDP and TCP ports in security group of wowza stream engine for machines that will need to get streaming from wowza stream engine. Also, i opened UDP in 6970-9999 range for any ip address.
- I added relevant IP address in Whitelist property in Server.xml conf in wowza stream engine.
- I using vpn service (perimeter) to access the machine that from it i get streaming from wowza streaming engine.
- iptables in machine that i try to get stream allow any rule and not enabled any firewall.
Note : i adding link to zip file with logs and config files because is not me your upload limitations :