
Recherche avancée
Autres articles (104)
-
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 (...) -
Mise à jour de la version 0.1 vers 0.2
24 juin 2013, parExplications des différents changements notables lors du passage de la version 0.1 de MediaSPIP à la version 0.3. Quelles sont les nouveautés
Au niveau des dépendances logicielles Utilisation des dernières versions de FFMpeg (>= v1.2.1) ; Installation des dépendances pour Smush ; Installation de MediaInfo et FFprobe pour la récupération des métadonnées ; On n’utilise plus ffmpeg2theora ; On n’installe plus flvtool2 au profit de flvtool++ ; On n’installe plus ffmpeg-php qui n’est plus maintenu au (...) -
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 ;
Sur d’autres sites (16114)
-
Revision 043e0f9dad : Skip inter-coded block reconstruction in rd loop Skip the inverse transform and
15 juillet 2013, par Jingning HanChanged Paths :
Modify /vp9/encoder/vp9_encodemb.c
Skip inter-coded block reconstruction in rd loopSkip the inverse transform and reconstruction of inter-mode coded
blocks in the rate-distortion optimization loop, when skip_encode_sb
feature is turned on. This provides about 1% speed-up at speed 0,
and 1.5% speed-up at speed 1. No performance change in both settings.Change-Id : I2932718bf4d007163702b61b16b6ff100cf9d007
-
ffmpeg Connection to tcp ://127.0.0.1:1935 refused on Windows 10
6 mars 2024, par Wissam EliasI am trying to re-stream an RTSP connection on the local network using this command :


ffmpeg -loglevel debug -rtsp_transport tcp -i rtsp://192.168.1.13:1935 -codec copy -f rtsp rtsp://172.0.0.1:1935/live/stream



but i am getting an error message :


[tcp @ 0000020c99c4c1c0] Connection to tcp://127.0.0.1:1935 failed: Connection refused
rtsp://127.0.0.1:1935/live/stream: Connection refused



while the port is not used and I've tried to use 8554 also with the same result, and the firewall on my device is turned off.


-
ffmpeg Connection to tcp ://127.0.0.1:1935 refused on Windows 10
6 mars 2024, par Wissam EliasI am trying to re-stream an RTSP connection on the local network using this command :


ffmpeg -loglevel debug -rtsp_transport tcp -i rtsp://192.168.1.13:1935 -codec copy -f rtsp rtsp://172.0.0.1:1935/live/stream



but i am getting an error message :


[tcp @ 0000020c99c4c1c0] Connection to tcp://127.0.0.1:1935 failed: Connection refused
rtsp://127.0.0.1:1935/live/stream: Connection refused



while the port is not used and I've tried to use 8554 also with the same result, and the firewall on my device is turned off.