Code: Select all
var options = new Array("--rtsp-tcp");
var id = vlc.playlist.add("rtsp://servername/item/to/play", "fancy name", options);
vlc.playlist.playItem(id);
Thanks!
Code: Select all
var options = new Array("--rtsp-tcp");
var id = vlc.playlist.add("rtsp://servername/item/to/play", "fancy name", options);
vlc.playlist.playItem(id);
Code: Select all
var options=[':gradient-mode=gradient',':gradient-cartoon'];
var id = document.vlc.playlist.add("http://localhost:8080", "name", options);
document.vlc.playlist.playItem(id);
Code: Select all
var options=[':gradient-mode="gradient"',':gradient-cartoon'];
var id = document.vlc.playlist.add("http://localhost:8080", "name", options);
document.vlc.playlist.playItem(id);
Code: Select all
var id = document.vlc.playlist.add("http://localhost:8080", "name", ':gradient-mode=gradient :gradient-cartoon');
document.vlc.playlist.playItem(id);
Code: Select all
:sout=#transcode{vcodec=theo,vb=800,scale=1,acodec=flac,ab=128,channels=2,samplerate=44100}:http{mux=ogg,dst=:8080/} :sout-keep
Code: Select all
:sout=#transcode{vfilter=gradient{gradient-mode=gradient,gradient-cartoon},vcodec=theo,vb=2000,scale=0.67,acodec=vorb,ab=128,channels=2}:duplicate{dst=http{mux=ogg,dst=:8080/},dst=display} :sout-keep
Good morning!Hello,
I am trying to do a similar thing but with the "--rtp-client-port=12345" command line (I need to fix UDP port from the client side in order to enable it in its firewall).
It does not seems to work with the activex. I have also tried the following option : ":rtp-client-port=12345" but it is also not working.
Has anyone achieve that ?
Is there a list of all the supported activex options ?
Thanks in advance for your help !
Currently, this is a limitation of the ActiveX module.Good morning!Hello,
I am trying to do a similar thing but with the "--rtp-client-port=12345" command line (I need to fix UDP port from the client side in order to enable it in its firewall).
It does not seems to work with the activex. I have also tried the following option : ":rtp-client-port=12345" but it is also not working.
Has anyone achieve that ?
Is there a list of all the supported activex options ?
Thanks in advance for your help !
It passed all this time and I'm now getting this same problem using the ActiveX, it works with VLC UI options, with VLC command line but ":rtp-client-port=12345" does nothing with the ActiveX options.
Does anyone know if this is an ActiveX limitation or if there is another way to achieve the same effect?
Thanks!
Yes, there will be.Thank you very much for the reply dear Jean.
Now that VLC can only run on IE are there any plans from VLC to offer RTSP support in other browsers with a different approach?
Users browsing this forum: No registered users and 6 guests