Hi,
I have the following situation. I will setup a RTSP Streaming server on a site to stream H.263/MPEG-4 and H.264 video to viewers of my website, I want to use the VLC Plugin to embbed video on my page, getting video from this RTSP server. The problem is that RTP over RTSP over TCP is not a default option of VLC when first installed, so, if not checked (this option), VLC will try to get video using UDP from my RTSP, but UDP is not good to stream video on the internet because of NAT and firewalls... There is any option on the VLC Browser Plugin that I can configure to force the VLC Player to request video using RTSP/TCP?
Thanks!