Bonsoir,
Je me permets de poster a la suite de ce topic car j'ai le même probléme j'ai bien modifer mon pare-feu pour ouvrir les ports 36000 et 36001 en tcp et udp, je les ai ouverts aussi dans vlc dans préférences demultiplexeurs RTSP et j'ai décoché toutes les cases.
Pourtant VLC me dit ceci :
[yann@lprodeuh ~]$ vlc rtsp://mafreebox.freebox.fr/freeboxtv/201
VLC media player 1.1.10 The Luggage (revision exported)
Blocked: call to unsetenv("DBUS_ACTIVATION_ADDRESS")
Blocked: call to unsetenv("DBUS_ACTIVATION_BUS_TYPE")
[0x907a91c] main libvlc: Lancement de vlc avec l'interface par défaut. Utilisez « cvlc » pour démarrer VLC sans interface.
Blocked: call to setlocale(6, "")
[0xb6b009bc] live555 demux error: Failed to connect with rtsp://mafreebox.freebox.fr/freeboxtv/201
[0xb6e0061c] main input error: open of `rtsp://mafreebox.freebox.fr/freeboxtv/201' failed: (null)
et j'ai aussi modifié mon fichier /etc/hosts :
[root@lprodeuh ~]# cat /etc/hosts
127.0.0.1 localhost localhost.localdomain localhost4 localhost4.localdomain4
::1 localhost localhost.localdomain localhost6 localhost6.localdomain6
192.168.0.12 lprodeuh lprodeuh lprodeuh[root@lprodeuh ~]#
Pourriez-vous me dire ou j'ai foiré ??
Merci d'avance
EDIT :
Je mets aussi les modifs faite au pare-feu, j'ai ajouté ces lignes a /etc/sysconfig/iptables et redemmarré ensuite avec le meme resultat 🙁
-A INPUT -p tcp -m state --state NEW -m tcp --dport 36000 -j ACCEPT
-A INPUT -p udp -m state --state NEW -m udp --dport 36000 -j ACCEPT
-A INPUT -p tcp -m state --state NEW -m tcp --dport 36001 -j ACCEPT
-A INPUT -p udp -m state --state NEW -m udp --dport 36001 -j ACCEPT