Page 1 of 1

Which module is for UDP multicase, and RTSP VOD?

Posted: 25 May 2004 09:09
by systest
Hi:
I use VLC with following command line:
vlc -vvv udp:@239.255.1.1:8001
VLC show:
main input error: no suitable access module for '/://udp:@239.255.1.1:8001'

vlc -vvv rtsp://172.16.217.54/007.mp4
VLC also show:
main input error: no suitable access module for '/://rtsp://172.16.217.54/007.mp4'

Posted: 25 May 2004 10:22
by Sigmund
Read further up in the logs to see why it dropped the different modules. If it didn't test any then try to run vlc --list to see if you really have any modules. The udp multicast module is called "access_udp" and the rtsp modules is called "livedotcom".

Posted: 25 May 2004 14:34
by systest
thanks, I get it.