From c8a9681b33aa4abfb0f43936eb369d544e04e708 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mohammed=20Adn=C3=A8ne=20Trojette?= Date: Fri, 4 Jul 2003 14:26:29 +0000 Subject: [PATCH] * bug fix, @ is not necessary in fact ;) --- src/stream_output/announce.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/stream_output/announce.c b/src/stream_output/announce.c index 304d221558..8540063c88 100644 --- a/src/stream_output/announce.c +++ b/src/stream_output/announce.c @@ -283,7 +283,7 @@ void sout_SAPSend( sout_instance_t *p_sout, sap_session_t * p_this) "u=VideoLAN\n" "t=0 0\n" "m=audio %s udp 14\n" - "c=IN IP4 @%s/15\n" + "c=IN IP4 %s/15\n" "a=type:test\n", p_this->psz_name , p_this->psz_port , p_this->psz_url );