Thomas Christensen wrote: > Hi > > Is there a way to to set the setting rtsp-tcp=1 using javascript? I need > to set this if a stream cannot be reached through udp as sort of a fall > back mechanism. How can this be done? var vlc = document.getElementById("vlc"); vlc.playlist.add("rtsp://serverip:port/","somename",":rtsp-tcp"); Gtz, Jean-Paul Saman