[vlc-commits] avahi: remove domain from rtsp service type

Petri Hintukainen git at videolan.org
Thu Mar 10 09:57:10 CET 2016


vlc | branch: master | Petri Hintukainen <phintuka at gmail.com> | Thu Mar 10 10:49:35 2016 +0200| [518c88e17417f5c0df361dccf2a733bb8ed8a0ae] | committer: Petri Hintukainen

avahi: remove domain from rtsp service type

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=518c88e17417f5c0df361dccf2a733bb8ed8a0ae
---

 modules/services_discovery/avahi.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/services_discovery/avahi.c b/modules/services_discovery/avahi.c
index 73145c4..94c4f0f 100644
--- a/modules/services_discovery/avahi.c
+++ b/modules/services_discovery/avahi.c
@@ -83,7 +83,7 @@ static const struct
     { "smb", "_smb._tcp" },
     { "nfs", "_nfs._tcp" },
     { "sftp", "_sftp-ssh._tcp" },
-    { "rtsp", "_rtsp._tcp.local" },
+    { "rtsp", "_rtsp._tcp" },
 };
 #define NB_PROTOCOLS (sizeof(protocols) / sizeof(*protocols))
 



More information about the vlc-commits mailing list