I try using Web plugin for play RTSP stream on my web page, but it not working.
If i set option "Use RTP over RTSP (TCP)" in application stream opening normal, without this option picture not load, only sound.
In web plugin loading only sound with option "--rtsp-tcp" and without it.
Virsions:
Linux(Ubuntu 16.10):
VLC:Linux zav-Aspire-5920 4.4.0-53-generic #74-Ubuntu SMP Fri Dec 2 15:58:04 UTC 2016 i686 i686 i686 GNU/Linux
try on 2.2.4 tooVLC media player 2.2.2 Weatherwax (revision 2.2.2-0-g6259d80)
Firefox:
How i try "--rtsp-tcp":Mozilla Firefox 50.0.2
As says in Wiki
Later i try this in Windows an tell about the results.var options = new Array(":aspect-ratio=4:3", "--rtsp-tcp");
var id = vlc.playlist.add("rtsp://servername/item/to/play", "fancy name", options);
vlc.playlist.playItem(id);
Sorry for my English