[vlc-devel] rtsp-tcp

Jean-Paul Saman jean-paul.saman at planet.nl
Fri Oct 26 08:43:42 CEST 2007


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



More information about the vlc-devel mailing list