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.