Page 1 of 1

Display custom title opening VLC from firefox plugin

Posted: 24 Oct 2016 16:25
by danielfb
Hi all,

I have an application that opens different rstp urls depending on a selection made in a web page. These selection-buttons in the end trigger opening an url like: window.open("rstp://ip:port/live.sdp"); and this is opened in a new VLC. All works fine except that the title in this dialogue new window is the URL itself. Now the customer asks to show a custom title so he knows he is looking at camera 1 or camera 2.

I have tried any URL i could think of but none worked:
rstp://ip:port/live.sdp?title=Camera1
rstp://ip:port/live.sdp?text=Camera1

Is there a way to display a custom title in the opened window instead of the URL?

Thanks,
Dani.

Re: Display custom title opening VLC from firefox plugin

Posted: 05 Nov 2016 19:07
by da2424
Do you mean the HTML document title? Then no, because of the same origin policy.