Search found 5 matches

Go to advanced search

by TiagoDias
19 Feb 2019 12:19
Forum: Web and scripting
Topic: options parameter of MRL in plugin doesn't work
Replies: 13
Views: 6861

Re: options parameter of MRL in plugin doesn't work

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?
by TiagoDias
18 Feb 2019 16:28
Forum: Web and scripting
Topic: options parameter of MRL in plugin doesn't work
Replies: 13
Views: 6861

Re: options parameter of MRL in plugin doesn't work

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=123...
by TiagoDias
06 Sep 2010 12:38
Forum: Web and scripting
Topic: WebPlugin: Removing Video URL shown in white
Replies: 2
Views: 966

Re: WebPlugin: Removing Video URL shown in white

Is there any way to define the options without javascript/directly in the HTML object/embed element? I only found the playlist way to set stream options: var options = new Array('no-video-title-show', '--rtsp-tcp'); var targetURL = 'rtsp://10.10.9.166:8554/h264LiveVideoTest'; vlc.playlist.items.clea...
by TiagoDias
01 Sep 2010 23:35
Forum: Web and scripting
Topic: Automatic Resize of embebbed VLC...
Replies: 7
Views: 6553

Re: Automatic Resize of embebbed VLC...

The easiest solution I found was:

vlc.width=70;vlc.style.width=70;vlc.height=57;vlc.style.height=57;vlc.playlist.play();

It's pretty good, the player resizes and the stream doesn't stop for a bit.
by TiagoDias
01 Sep 2010 23:02
Forum: Web and scripting
Topic: WebPlugin: Removing Video URL shown in white
Replies: 2
Views: 966

WebPlugin: Removing Video URL shown in white

Hi there, I'm using VLC in IE to stream an rtsp stream. Once loaded VLC shows a white label with the rtsp url, like this http://screencast.com/t/ZmM0MTc5 , that after a bit dimms away. Is it possible to avoid this with a property? I searched the API documentation at http://wiki.videolan.org/Document...

Go to advanced search