From 515a10abba7b9f454eca02c72fc741bb7db54f67 Mon Sep 17 00:00:00 2001 From: Derk-Jan Hartman Date: Sun, 6 Jun 2004 13:13:06 +0000 Subject: [PATCH] * No longer force ts2 for Kasenna udp multicast. ts2 is now ts. --- modules/demux/sgimb.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/demux/sgimb.c b/modules/demux/sgimb.c index 6e118dbc4b..8fba62c7c9 100644 --- a/modules/demux/sgimb.c +++ b/modules/demux/sgimb.c @@ -295,8 +295,8 @@ static int Demux ( demux_t *p_demux ) { char *temp; - temp = (char *)malloc( sizeof("udp/ts2://@000.000.000.000:123456789" ) ); - sprintf( temp, "udp/ts2://@" "%s:%i", p_sys->psz_mcast_ip, p_sys->i_mcast_port ); + temp = (char *)malloc( sizeof("udp://@000.000.000.000:123456789" ) ); + sprintf( temp, "udp://@" "%s:%i", p_sys->psz_mcast_ip, p_sys->i_mcast_port ); if( p_sys->psz_uri ) free( p_sys->psz_uri ); p_sys->psz_uri = strdup( temp ); free( temp ); -- 2.39.2