Page 1 of 1

Option --rtsp-tcp have no effect on VLC plugin

Posted: 12 Dec 2016 15:55
by zav
Hello!

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):
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
VLC:
VLC media player 2.2.2 Weatherwax (revision 2.2.2-0-g6259d80)
try on 2.2.4 too

Firefox:
Mozilla Firefox 50.0.2
How i try "--rtsp-tcp":
As says in Wiki
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);
Later i try this in Windows an tell about the results.

Sorry for my English

Re: Option --rtsp-tcp have no effect on VLC plugin

Posted: 12 Dec 2016 16:29
by zav
Same problem in windows.

Re: Option --rtsp-tcp have no effect on VLC plugin

Posted: 28 Dec 2016 23:56
by Jean-Baptiste Kempf
try ":rtsp-tcp"