]>
git.zerfleddert.de Git - record-dvb/blob - mcast.c
e328932934bcc9c5de30eb765ee13152f7e1d112
9 int is_mcast(char *url
)
14 if (!strncasecmp("udp://",url
,6))
20 int open_mcast(char *url
)
22 struct dvb_host
*dvbhost
;
28 dvbhost
= parse(&(url
[6]), "2000");
30 fprintf(stderr
,"multicast currently unimplemented!\n");